Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow.c2290 *draw_view; in XDrawImage() local
2468 draw_view=AcquireAuthenticCacheView(draw_image,exception); in XDrawImage()
2477 q=QueueCacheViewAuthenticPixels(draw_view,0,(ssize_t) y,draw_image->columns, in XDrawImage()
2508 if (SyncCacheViewAuthenticPixels(draw_view,exception) == MagickFalse) in XDrawImage()
2511 draw_view=DestroyCacheView(draw_view); in XDrawImage()
2594 draw_view=AcquireAuthenticCacheView(draw_image,exception); in XDrawImage()
2603 q=GetCacheViewAuthenticPixels(draw_view,0,(ssize_t) y,draw_image->columns,1, in XDrawImage()
2613 if (SyncCacheViewAuthenticPixels(draw_view,exception) == MagickFalse) in XDrawImage()
2616 draw_view=DestroyCacheView(draw_view); in XDrawImage()