Home
last modified time | relevance | path

Searched refs:fillPattern (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/Magick++/demo/
Dshapes.cpp46 image.fillPattern( texture ); in main()
49 image.fillPattern( texture ); // Unset texture in main()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h109 void fillPattern(const MagickCore::Image *fillPattern_);
110 const MagickCore::Image *fillPattern(void) const;
DImage.h243 void fillPattern(const Image &fillPattern_);
244 Image fillPattern(void) const;
/external/ImageMagick/Magick++/lib/
DImage.cpp806 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()
[all …]
DOptions.cpp246 fillPattern((const MagickCore::Image*) NULL); in fillColor()
255 void Magick::Options::fillPattern(const MagickCore::Image *fillPattern_) in fillPattern() function in Magick::Options
270 const MagickCore::Image *Magick::Options::fillPattern(void) const in fillPattern() function in Magick::Options
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp259 void fillPattern (void* const pData, const VkDeviceSize size) in fillPattern() function
494 fillPattern(&m_data[0], m_data.size()); in Implementation()
610 fillPattern(alloc.getHostPtr(), m_resource.getBuffer().size); in Implementation()
715 fillPattern(alloc.getHostPtr(), m_bufferSize); in ImplementationBase()
1161 fillPattern(alloc.getHostPtr(), m_resource.getBuffer().size); in BufferImplementation()
1296 fillPattern(alloc.getHostPtr(), m_hostBufferSizeBytes); in ImageImplementation()
1783 fillPattern(alloc.getHostPtr(), m_bufferSize); in WriteImplementation()
1982 fillPattern(alloc.getHostPtr(), m_resource.getBuffer().size); in WriteImplementation()
/external/ImageMagick/Magick++/
DNEWS76 * Added Image strokePattern() and fillPattern() methods for specifying
DChangeLog532 (fillPattern): New method to specify image to use as pattern while
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c485 PixPatHandle fillPattern; in GrafObj_GetPortFillPixPat() local
490 ResObj_Convert, &fillPattern)) in GrafObj_GetPortFillPixPat()
493 fillPattern); in GrafObj_GetPortFillPixPat()