Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dimage.c447 *append_view; in AppendImages() local
529 append_view=AcquireAuthenticCacheView(append_image,exception); in AppendImages()
569 q=QueueCacheViewAuthenticPixels(append_view,x_offset,y+y_offset, in AppendImages()
591 sync=SyncCacheViewAuthenticPixels(append_view,exception); in AppendImages()
611 append_view=DestroyCacheView(append_view); in AppendImages()