Lines Matching refs:image_view
329 *image_view; in RadonTransform() local
380 image_view=AcquireVirtualCacheView(image,exception); in RadonTransform()
403 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in RadonTransform()
460 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in RadonTransform()
494 image_view=DestroyCacheView(image_view); in RadonTransform()
504 *image_view; in GetImageBackgroundColor() local
522 image_view=AcquireVirtualCacheView(image,exception); in GetImageBackgroundColor()
533 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageBackgroundColor()
549 image_view=DestroyCacheView(image_view); in GetImageBackgroundColor()
712 *image_view, in IntegralRotateImage() local
764 image_view=AcquireVirtualCacheView(image,exception); in IntegralRotateImage()
818 p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height, in IntegralRotateImage()
915 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IntegralRotateImage()
1015 p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height, in IntegralRotateImage()
1090 image_view=DestroyCacheView(image_view); in IntegralRotateImage()
1147 *image_view; in XShearImage() local
1171 image_view=AcquireAuthenticCacheView(image,exception); in XShearImage()
1202 p=GetCacheViewAuthenticPixels(image_view,0,y_offset+y,image->columns,1, in XShearImage()
1295 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in XShearImage()
1311 image_view=DestroyCacheView(image_view); in XShearImage()
1364 *image_view; in YShearImage() local
1388 image_view=AcquireAuthenticCacheView(image,exception); in YShearImage()
1419 p=GetCacheViewAuthenticPixels(image_view,x_offset+x,0,1,image->rows, in YShearImage()
1514 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in YShearImage()
1530 image_view=DestroyCacheView(image_view); in YShearImage()