Home
last modified time | relevance | path

Searched refs:mask_view (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dmask.c219 *mask_view; in MaskImage() local
245 mask_view=AcquireAuthenticCacheView(mask_image,exception); in MaskImage()
260 q=QueueCacheViewAuthenticPixels(mask_view,0,y,mask_image->columns,1, in MaskImage()
274 if (SyncCacheViewAuthenticPixels(mask_view,exception) == MagickFalse) in MaskImage()
277 mask_view=DestroyCacheView(mask_view); in MaskImage()
/external/ImageMagick/MagickCore/
Dimage.c1439 *mask_view, in GetImageMask() local
1487 mask_view=AcquireAuthenticCacheView(mask_image,exception); in GetImageMask()
1502 q=GetCacheViewAuthenticPixels(mask_view,0,y,mask_image->columns,1, in GetImageMask()
1532 if (SyncCacheViewAuthenticPixels(mask_view,exception) == MagickFalse) in GetImageMask()
1535 mask_view=DestroyCacheView(mask_view); in GetImageMask()
3187 *mask_view, in SetImageMask() local
3246 mask_view=AcquireVirtualCacheView(mask,exception); in SetImageMask()
3265 p=GetCacheViewVirtualPixels(mask_view,0,y,mask->columns,1,exception); in SetImageMask()
3305 mask_view=DestroyCacheView(mask_view); in SetImageMask()