Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dfx.c443 *shift_view; in BlueShiftImage() local
480 shift_view=AcquireAuthenticCacheView(shift_image,exception); in BlueShiftImage()
508 q=QueueCacheViewAuthenticPixels(shift_view,0,y,shift_image->columns,1, in BlueShiftImage()
539 sync=SyncCacheViewAuthenticPixels(shift_view,exception); in BlueShiftImage()
557 shift_view=DestroyCacheView(shift_view); in BlueShiftImage()