Searched refs:backgroundTexture_ (Results 1 – 6 of 6) sorted by relevance
54 void backgroundTexture(const std::string &backgroundTexture_);
127 void backgroundTexture(const std::string &backgroundTexture_);
1287 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()
1193 Magick::backgroundTextureImage::backgroundTextureImage( const std::string &backgroundTexture_ ) in backgroundTextureImage() argument1194 : _backgroundTexture( backgroundTexture_ ) in backgroundTextureImage()
391 void Magick::Image::backgroundTexture(const std::string &backgroundTexture_) in backgroundTexture() argument394 options()->backgroundTexture(backgroundTexture_); in backgroundTexture()