Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dannotate.c2005 *annotate_view; in RenderPostscript() local
2022 annotate_view=AcquireAuthenticCacheView(annotate_image,exception); in RenderPostscript()
2031 q=GetCacheViewAuthenticPixels(annotate_view,0,y,annotate_image->columns, in RenderPostscript()
2045 sync=SyncCacheViewAuthenticPixels(annotate_view,exception); in RenderPostscript()
2049 annotate_view=DestroyCacheView(annotate_view); in RenderPostscript()
Dxwindow.c470 *annotate_view; in XAnnotateImage() local
564 annotate_view=AcquireAuthenticCacheView(annotate_image,exception); in XAnnotateImage()
573 q=GetCacheViewAuthenticPixels(annotate_view,0,(ssize_t) y, in XAnnotateImage()
611 if (SyncCacheViewAuthenticPixels(annotate_view,exception) == MagickFalse) in XAnnotateImage()
614 annotate_view=DestroyCacheView(annotate_view); in XAnnotateImage()