Searched refs:backgroundTexture_ (Results 1 – 6 of 6) sorted by relevance
54 void backgroundTexture(const std::string &backgroundTexture_);
130 void backgroundTexture(const std::string &backgroundTexture_);
1283 backgroundTextureImage( const std::string &backgroundTexture_ );
96 void Magick::Options::backgroundTexture(const std::string &backgroundTexture_) in backgroundTexture() argument98 if (backgroundTexture_.length() == 0) in backgroundTexture()101 Magick::CloneString(&_imageInfo->texture,backgroundTexture_); in backgroundTexture()
1180 Magick::backgroundTextureImage::backgroundTextureImage( const std::string &backgroundTexture_ ) in backgroundTextureImage() argument1181 : _backgroundTexture( backgroundTexture_ ) in backgroundTextureImage()
396 void Magick::Image::backgroundTexture(const std::string &backgroundTexture_) in backgroundTexture() argument399 options()->backgroundTexture(backgroundTexture_); in backgroundTexture()