Searched defs:fillPattern (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DOptions.cpp242 fillPattern((const MagickCore::Image*) NULL);
251 void Magick::Options::fillPattern(const MagickCore::Image *fillPattern_) function in class:Magick::Options
266 const MagickCore::Image *Magick::Options::fillPattern(void) const function in class:Magick::Options
H A DImage.cpp810 void Magick::Image::fillPattern(const Image &fillPattern_) function in class:Magick::Image
814 options()->fillPattern(fillPattern_.constImage());
816 options()->fillPattern(static_cast<MagickCore::Image*>(NULL));
819 Magick::Image Magick::Image::fillPattern(void) const function in class:Magick::Image
828 tmpTexture=constOptions()->fillPattern();
5044 *fillPattern; local
5048 fillPattern=(MagickCore::Image *)NULL;
5049 if (options()->fillPattern() != (MagickCore::Image *)NULL)
5052 fillPattern=CloneImage(options()->fillPattern(),
[all...]

Completed in 94 milliseconds