Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dfourier.c141 *Cr_view; in ComplexImages() local
223 Cr_view=AcquireAuthenticCacheView(Cr_image,exception); in ComplexImages()
252 Cr=QueueCacheViewAuthenticPixels(Cr_view,0,y,Cr_image->columns,1,exception); in ComplexImages()
328 if (SyncCacheViewAuthenticPixels(Cr_view,exception) == MagickFalse) in ComplexImages()
344 Cr_view=DestroyCacheView(Cr_view); in ComplexImages()