Searched defs:mask_view (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/coders/
H A Dmask.c225 *mask_view;
252 mask_view=AcquireAuthenticCacheView(mask_image,exception);
267 q=QueueCacheViewAuthenticPixels(mask_view,0,y,mask_image->columns,1,
281 if (SyncCacheViewAuthenticPixels(mask_view,exception) == MagickFalse)
284 mask_view=DestroyCacheView(mask_view);
219 *mask_view; local
/external/ImageMagick/MagickWand/
H A Doperation.c1980 *mask_view;
2006 mask_view=AcquireAuthenticCacheView(mask_image,_exception);
2009 q=GetCacheViewAuthenticPixels(mask_view,0,y,mask_image->columns,1,
2021 if (SyncCacheViewAuthenticPixels(mask_view,_exception) == MagickFalse)
2025 mask_view=DestroyCacheView(mask_view);
1974 *mask_view; local
H A Dmogrify.c1095 *mask_view;
1128 mask_view=AcquireAuthenticCacheView(mask_image,exception);
1131 q=GetCacheViewAuthenticPixels(mask_view,0,y,mask_image->columns,1,
1145 if (SyncCacheViewAuthenticPixels(mask_view,exception) == MagickFalse)
1148 mask_view=DestroyCacheView(mask_view);
1090 *mask_view; local
/external/ImageMagick/MagickCore/
H A Dimage.c1444 *mask_view,
1471 mask_view=AcquireAuthenticCacheView(mask_image,exception);
1486 q=GetCacheViewAuthenticPixels(mask_view,0,y,mask_image->columns,1,
1511 if (SyncCacheViewAuthenticPixels(mask_view,exception) == MagickFalse)
1514 mask_view=DestroyCacheView(mask_view);
2975 *mask_view,
3008 mask_view=AcquireVirtualCacheView(mask,exception);
3027 p=GetCacheViewVirtualPixels(mask_view,0,y,mask->columns,1,exception);
3059 mask_view
1427 *mask_view, local
2939 *mask_view, local
[all...]

Completed in 1264 milliseconds