Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dannotate.c2135 *annotate_view; in RenderPostscript() local
2152 annotate_view=AcquireAuthenticCacheView(annotate_image,exception); in RenderPostscript()
2161 q=GetCacheViewAuthenticPixels(annotate_view,0,y,annotate_image->columns, in RenderPostscript()
2175 sync=SyncCacheViewAuthenticPixels(annotate_view,exception); in RenderPostscript()
2179 annotate_view=DestroyCacheView(annotate_view); in RenderPostscript()
Dxwindow.c475 *annotate_view; in XAnnotateImage() local
569 annotate_view=AcquireAuthenticCacheView(annotate_image,exception); in XAnnotateImage()
578 q=GetCacheViewAuthenticPixels(annotate_view,0,(ssize_t) y, in XAnnotateImage()
616 if (SyncCacheViewAuthenticPixels(annotate_view,exception) == MagickFalse) in XAnnotateImage()
619 annotate_view=DestroyCacheView(annotate_view); in XAnnotateImage()