Lines Matching refs:fillPattern
806 void Magick::Image::fillPattern(const Image &fillPattern_) in fillPattern() function in Magick::Image
810 options()->fillPattern(fillPattern_.constImage()); in fillPattern()
812 options()->fillPattern(static_cast<MagickCore::Image*>(NULL)); in fillPattern()
815 Magick::Image Magick::Image::fillPattern(void) const in fillPattern() function in Magick::Image
824 tmpTexture=constOptions()->fillPattern(); in fillPattern()
5113 *fillPattern; in floodFill() local
5117 fillPattern=(MagickCore::Image *)NULL; in floodFill()
5118 if (options()->fillPattern() != (MagickCore::Image *)NULL) in floodFill()
5121 fillPattern=CloneImage(options()->fillPattern(),0,0,MagickTrue, in floodFill()
5128 options()->fillPattern((MagickCore::Image *)NULL); in floodFill()
5132 options()->fillPattern(fillPattern_->constImage()); in floodFill()
5140 options()->fillPattern(fillPattern); in floodFill()