Home
last modified time | relevance | path

Searched refs:backgroundTexture_ (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h54 void backgroundTexture(const std::string &backgroundTexture_);
DImage.h127 void backgroundTexture(const std::string &backgroundTexture_);
DSTL.h1287 backgroundTextureImage( const std::string &backgroundTexture_ );
/external/ImageMagick/Magick++/lib/
DOptions.cpp96 void Magick::Options::backgroundTexture(const std::string &backgroundTexture_) in backgroundTexture() argument
98 if (backgroundTexture_.length() == 0) in backgroundTexture()
101 Magick::CloneString(&_imageInfo->texture,backgroundTexture_); in backgroundTexture()
DSTL.cpp1193 Magick::backgroundTextureImage::backgroundTextureImage( const std::string &backgroundTexture_ ) in backgroundTextureImage() argument
1194 : _backgroundTexture( backgroundTexture_ ) in backgroundTextureImage()
DImage.cpp391 void Magick::Image::backgroundTexture(const std::string &backgroundTexture_) in backgroundTexture() argument
394 options()->backgroundTexture(backgroundTexture_); in backgroundTexture()