Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dfx.c5311 *tint_view; in TintImage() local
5394 tint_view=AcquireAuthenticCacheView(tint_image,exception); in TintImage()
5413 q=QueueCacheViewAuthenticPixels(tint_view,0,y,tint_image->columns,1, in TintImage()
5463 if (SyncCacheViewAuthenticPixels(tint_view,exception) == MagickFalse) in TintImage()
5478 tint_view=DestroyCacheView(tint_view); in TintImage()