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.c1428 *mask_view, in GetImageMask() local
1476 mask_view=AcquireAuthenticCacheView(mask_image,exception); in GetImageMask()
1491 q=GetCacheViewAuthenticPixels(mask_view,0,y,mask_image->columns,1, in GetImageMask()
1521 if (SyncCacheViewAuthenticPixels(mask_view,exception) == MagickFalse) in GetImageMask()
1524 mask_view=DestroyCacheView(mask_view); in GetImageMask()
3194 *mask_view, in SetImageMask() local
3253 mask_view=AcquireVirtualCacheView(mask,exception); in SetImageMask()
3272 p=GetCacheViewVirtualPixels(mask_view,0,y,mask->columns,1,exception); in SetImageMask()
3312 mask_view=DestroyCacheView(mask_view); in SetImageMask()