Lines Matching refs:image_view
294 *image_view, in CompositeOverImage() local
322 image_view=AcquireAuthenticCacheView(image,exception); in CompositeOverImage()
372 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in CompositeOverImage()
507 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in CompositeOverImage()
524 image_view=DestroyCacheView(image_view); in CompositeOverImage()
537 *image_view; local
616 image_view=AcquireAuthenticCacheView(image,exception);
639 q=GetCacheViewAuthenticPixels(image_view,x_offset,y+y_offset,
673 sync=SyncCacheViewAuthenticPixels(image_view,exception);
688 image_view=DestroyCacheView(image_view);
702 image_view=AcquireAuthenticCacheView(image,exception);
725 q=GetCacheViewAuthenticPixels(image_view,x_offset,y+y_offset,
746 sync=SyncCacheViewAuthenticPixels(image_view,exception);
761 image_view=DestroyCacheView(image_view);
1053 image_view=AcquireVirtualCacheView(image,exception);
1096 status=InterpolatePixelInfo(image,image_view,
1118 image_view=DestroyCacheView(image_view);
1219 image_view=AcquireAuthenticCacheView(image,exception);
1277 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
2325 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
2342 image_view=DestroyCacheView(image_view);
2382 *image_view, local
2459 image_view=AcquireAuthenticCacheView(image,exception);
2487 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
2522 sync=SyncCacheViewAuthenticPixels(image_view,exception);
2537 image_view=DestroyCacheView(image_view);