Searched refs:chop_view (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | transform.c | 193 *chop_view, in ChopImage() local 251 chop_view=AcquireAuthenticCacheView(chop_image,exception); in ChopImage() 270 q=QueueCacheViewAuthenticPixels(chop_view,0,y,chop_image->columns,1, in ChopImage() 298 if (SyncCacheViewAuthenticPixels(chop_view,exception) == MagickFalse) in ChopImage() 335 q=QueueCacheViewAuthenticPixels(chop_view,0,extent.y+y,chop_image->columns, in ChopImage() 363 if (SyncCacheViewAuthenticPixels(chop_view,exception) == MagickFalse) in ChopImage() 378 chop_view=DestroyCacheView(chop_view); in ChopImage()
|