Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dfx.c3577 *morph_view; in MorphImages() local
3605 morph_view=AcquireAuthenticCacheView(morph_images,exception); in MorphImages()
3628 q=GetCacheViewAuthenticPixels(morph_view,0,y,morph_images->columns,1, in MorphImages()
3659 sync=SyncCacheViewAuthenticPixels(morph_view,exception); in MorphImages()
3663 morph_view=DestroyCacheView(morph_view); in MorphImages()