Lines Matching refs:image_view
524 *image_view; in AppendImages() local
535 image_view=AcquireVirtualCacheView(next,exception); in AppendImages()
559 p=GetCacheViewVirtualPixels(image_view,0,y,next->columns,1,exception); in AppendImages()
579 image_view=DestroyCacheView(image_view); in AppendImages()
1043 *image_view, in CopyImagePixels() local
1074 image_view=AcquireAuthenticCacheView(image,exception); in CopyImagePixels()
1097 q=QueueCacheViewAuthenticPixels(image_view,offset->x,y+offset->y, in CopyImagePixels()
1123 sync=SyncCacheViewAuthenticPixels(image_view,exception); in CopyImagePixels()
1141 image_view=DestroyCacheView(image_view); in CopyImagePixels()
1429 *image_view; in GetImageMask() local
1475 image_view=AcquireVirtualCacheView(image,exception); in GetImageMask()
1490 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageMask()
1525 image_view=DestroyCacheView(image_view); in GetImageMask()
1802 *image_view; in IsHighDynamicRangeImage()
1815 image_view=AcquireVirtualCacheView(image,exception); in IsHighDynamicRangeImage()
1830 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IsHighDynamicRangeImage()
1864 image_view=DestroyCacheView(image_view); in IsHighDynamicRangeImage()
2041 *image_view; in NewMagickImage() local
2065 image_view=AcquireAuthenticCacheView(image,exception); in NewMagickImage()
2080 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in NewMagickImage()
2091 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in NewMagickImage()
2094 image_view=DestroyCacheView(image_view); in NewMagickImage()
2234 *image_view; in ResetImagePixels() local
2265 image_view=AcquireAuthenticCacheView(image,exception); in ResetImagePixels()
2280 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in ResetImagePixels()
2291 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in ResetImagePixels()
2294 image_view=DestroyCacheView(image_view); in ResetImagePixels()
2330 *image_view; in SetImageAlpha() local
2344 image_view=AcquireAuthenticCacheView(image,exception); in SetImageAlpha()
2359 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageAlpha()
2371 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageAlpha()
2374 image_view=DestroyCacheView(image_view); in SetImageAlpha()
2409 *image_view; in SetImageBackgroundColor() local
2434 image_view=AcquireAuthenticCacheView(image,exception); in SetImageBackgroundColor()
2445 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageBackgroundColor()
2456 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageBackgroundColor()
2459 image_view=DestroyCacheView(image_view); in SetImageBackgroundColor()
2526 *image_view; in SetImageColor() local
2544 image_view=AcquireAuthenticCacheView(image,exception); in SetImageColor()
2559 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageColor()
2570 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageColor()
2573 image_view=DestroyCacheView(image_view); in SetImageColor()
3195 *image_view; in SetImageMask() local
3254 image_view=AcquireAuthenticCacheView(image,exception); in SetImageMask()
3273 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageMask()
3308 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageMask()
3313 image_view=DestroyCacheView(image_view); in SetImageMask()
3351 *image_view; in SetImageRegionMask() local
3410 image_view=AcquireAuthenticCacheView(image,exception); in SetImageRegionMask()
3425 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageRegionMask()
3460 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageRegionMask()
3464 image_view=DestroyCacheView(image_view); in SetImageRegionMask()
3891 *image_view; in SyncImage() local
3913 image_view=AcquireAuthenticCacheView(image,exception); in SyncImage()
3931 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SyncImage()
3943 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SyncImage()
3946 image_view=DestroyCacheView(image_view); in SyncImage()