Searched refs:destination_view (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | channel.c | 123 *destination_view; in ChannelImage() local 137 destination_view=AcquireAuthenticCacheView(destination_image,exception); in ChannelImage() 163 q=GetCacheViewAuthenticPixels(destination_view,0,y, in ChannelImage() 186 if (SyncCacheViewAuthenticPixels(destination_view,exception) == MagickFalse) in ChannelImage() 189 destination_view=DestroyCacheView(destination_view); in ChannelImage()
|
D | transform.c | 1461 *destination_view; in CopyImageRegion() local 1473 destination_view=AcquireAuthenticCacheView(destination,exception); in CopyImageRegion() 1498 q=GetCacheViewAuthenticPixels(destination_view,dx,dy+y,columns,1,exception); in CopyImageRegion() 1523 sync=SyncCacheViewAuthenticPixels(destination_view,exception); in CopyImageRegion() 1527 destination_view=DestroyCacheView(destination_view); in CopyImageRegion()
|