Searched defs:backgroundTexture_ (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DOptions.cpp96 void Magick::Options::backgroundTexture(const std::string &backgroundTexture_) argument
98 if (backgroundTexture_.length() == 0)
101 Magick::CloneString(&_imageInfo->texture,backgroundTexture_);
H A DImage.cpp396 void Magick::Image::backgroundTexture(const std::string &backgroundTexture_) argument
399 options()->backgroundTexture(backgroundTexture_);

Completed in 93 milliseconds