Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dfx.c448 *shift_view; in BlueShiftImage() local
485 shift_view=AcquireAuthenticCacheView(shift_image,exception); in BlueShiftImage()
513 q=QueueCacheViewAuthenticPixels(shift_view,0,y,shift_image->columns,1, in BlueShiftImage()
544 sync=SyncCacheViewAuthenticPixels(shift_view,exception); in BlueShiftImage()
562 shift_view=DestroyCacheView(shift_view); in BlueShiftImage()