Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dtransform.c543 *crop_view, in CropImage() local
673 crop_view=AcquireAuthenticCacheView(crop_image,exception); in CropImage()
693 q=QueueCacheViewAuthenticPixels(crop_view,0,y,crop_image->columns,1, in CropImage()
718 if (SyncCacheViewAuthenticPixels(crop_view,exception) == MagickFalse) in CropImage()
734 crop_view=DestroyCacheView(crop_view); in CropImage()