Searched refs:backgroundTexture (Results 1 - 7 of 7) sorted by relevance

/external/ImageMagick/Magick++/demo/
H A Dbutton.cpp64 Image backgroundTexture( buttonTexture );
65 button.texture( backgroundTexture );
/external/ImageMagick/Magick++/tests/
H A Dattributes.cpp208 // backgroundTexture
212 if ( image.backgroundTexture() != "" )
215 cout << "Line: " << __LINE__ << ", backgroundTexture default ("
216 << image.backgroundTexture()
221 image.backgroundTexture("afile.jpg");
222 if ( image.backgroundTexture() != "afile.jpg" )
225 cout << "Line: " << __LINE__ << ", backgroundTexture ("
226 << image.backgroundTexture()
231 image.backgroundTexture("");
232 if ( image.backgroundTexture() !
[all...]
/external/ImageMagick/Magick++/lib/Magick++/
H A DOptions.h54 void backgroundTexture(const std::string &backgroundTexture_);
55 std::string backgroundTexture(void) const;
H A DImage.h130 void backgroundTexture(const std::string &backgroundTexture_);
131 std::string backgroundTexture(void) const;
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp96 void Magick::Options::backgroundTexture(const std::string &backgroundTexture_) function in class:Magick::Options
104 std::string Magick::Options::backgroundTexture(void) const function in class:Magick::Options
H A DImage.cpp396 void Magick::Image::backgroundTexture(const std::string &backgroundTexture_) function in class:Magick::Image
399 options()->backgroundTexture(backgroundTexture_);
402 std::string Magick::Image::backgroundTexture(void) const function in class:Magick::Image
404 return(constOptions()->backgroundTexture());
H A DSTL.cpp1186 image_.backgroundTexture( _backgroundTexture );

Completed in 1165 milliseconds