Home
last modified time | relevance | path

Searched refs:SetPixelCacheVirtualMethod (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dcache-private.h277 SetPixelCacheVirtualMethod(Image *,const VirtualPixelMethod,ExceptionInfo *);
Dmethods.h917 #define SetPixelCacheVirtualMethod PrependMagickMethod(SetPixelCacheVirtualMethod) macro
Dimage.c3497 return(SetPixelCacheVirtualMethod(image,virtual_pixel_method,exception)); in SetImageVirtualPixelMethod()
Dcache.c5200 MagickPrivate VirtualPixelMethod SetPixelCacheVirtualMethod(Image *image, in SetPixelCacheVirtualMethod() function