Searched refs:OpenPixelCache (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dcache.c125 OpenPixelCache(Image *,const MapMode,ExceptionInfo *),
1655 status=OpenPixelCache(&clone_image,IOMode,exception);
1683 status=OpenPixelCache(image,IOMode,exception);
3283 % OpenPixelCache() allocates the pixel cache. This includes defining the cache
3288 % The format of the OpenPixelCache() method is:
3290 % MagickBooleanType OpenPixelCache(Image *image,const MapMode mode,
3450 static MagickBooleanType OpenPixelCache(Image *image,const MapMode mode,
3824 if (OpenPixelCache(image,ReadMode,exception) == MagickFalse)
3868 status=OpenPixelCache(image,IOMode,exception);
3401 static MagickBooleanType OpenPixelCache(Image *image,const MapMode mode, function

Completed in 145 milliseconds