Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dfx.c5347 *tint_view; in TintImage() local
5430 tint_view=AcquireAuthenticCacheView(tint_image,exception); in TintImage()
5449 q=QueueCacheViewAuthenticPixels(tint_view,0,y,tint_image->columns,1, in TintImage()
5482 if (SyncCacheViewAuthenticPixels(tint_view,exception) == MagickFalse) in TintImage()
5498 tint_view=DestroyCacheView(tint_view); in TintImage()