Searched refs:chop_view (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | transform.c | 196 *chop_view, in ChopImage() local 254 chop_view=AcquireAuthenticCacheView(chop_image,exception); in ChopImage() 273 q=QueueCacheViewAuthenticPixels(chop_view,0,y,chop_image->columns,1, in ChopImage() 301 if (SyncCacheViewAuthenticPixels(chop_view,exception) == MagickFalse) in ChopImage() 339 q=QueueCacheViewAuthenticPixels(chop_view,0,extent.y+y,chop_image->columns, in ChopImage() 367 if (SyncCacheViewAuthenticPixels(chop_view,exception) == MagickFalse) in ChopImage() 383 chop_view=DestroyCacheView(chop_view); in ChopImage()
|