• Home
  • Raw
  • Download

Lines Matching refs:image_view

143     *image_view,  in AddNoiseImage()  local
194 image_view=AcquireVirtualCacheView(image,exception); in AddNoiseImage()
220 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in AddNoiseImage()
271 image_view=DestroyCacheView(image_view); in AddNoiseImage()
312 *image_view, in BlueShiftImage() local
349 image_view=AcquireVirtualCacheView(image,exception); in BlueShiftImage()
377 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in BlueShiftImage()
426 image_view=DestroyCacheView(image_view); in BlueShiftImage()
542 *image_view; in ColorizeImage() local
615 image_view=AcquireVirtualCacheView(colorize_image,exception); in ColorizeImage()
633 q=GetCacheViewAuthenticPixels(image_view,0,y,colorize_image->columns,1, in ColorizeImage()
659 sync=SyncCacheViewAuthenticPixels(image_view,exception); in ColorizeImage()
677 image_view=DestroyCacheView(image_view); in ColorizeImage()
728 *image_view; in ColorMatrixImage() local
815 image_view=AcquireVirtualCacheView(image,exception); in ColorMatrixImage()
837 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in ColorMatrixImage()
900 image_view=DestroyCacheView(image_view); in ColorMatrixImage()
1234 *image_view, in MorphImages() local
1262 image_view=AcquireVirtualCacheView(morph_image,exception); in MorphImages()
1284 p=GetCacheViewVirtualPixels(image_view,0,y,morph_image->columns,1, in MorphImages()
1322 image_view=DestroyCacheView(image_view); in MorphImages()
1402 static MagickBooleanType PlasmaImageProxy(Image *image,CacheView *image_view, in PlasmaImageProxy() argument
1447 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
1452 status&=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
1457 status&=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
1462 status&=PlasmaImageProxy(image,image_view,u_view,v_view,random_info, in PlasmaImageProxy()
1489 q=QueueCacheViewAuthenticPixels(image_view,x,y_mid,1,1,exception); in PlasmaImageProxy()
1501 status=SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
1512 q=QueueCacheViewAuthenticPixels(image_view,x,y_mid,1,1,exception); in PlasmaImageProxy()
1524 status=SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
1541 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y,1,1,exception); in PlasmaImageProxy()
1553 status=SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
1565 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y,1,1,exception); in PlasmaImageProxy()
1577 status=SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
1592 q=QueueCacheViewAuthenticPixels(image_view,x_mid,y_mid,1,1,exception); in PlasmaImageProxy()
1604 status=SyncCacheViewAuthenticPixels(image_view,exception); in PlasmaImageProxy()
1617 *image_view, in PlasmaImage() local
1635 image_view=AcquireAuthenticCacheView(image,exception); in PlasmaImage()
1639 status=PlasmaImageProxy(image,image_view,u_view,v_view,random_info,segment, in PlasmaImage()
1644 image_view=DestroyCacheView(image_view); in PlasmaImage()
1876 *image_view, in SepiaToneImage() local
1913 image_view=AcquireVirtualCacheView(image,exception); in SepiaToneImage()
1932 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in SepiaToneImage()
1981 image_view=DestroyCacheView(image_view); in SepiaToneImage()
2030 *image_view; in ShadowImage() local
2084 image_view=AcquireAuthenticCacheView(border_image,exception); in ShadowImage()
2095 q=QueueCacheViewAuthenticPixels(image_view,0,y,border_image->columns,1, in ShadowImage()
2109 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in ShadowImage()
2112 image_view=DestroyCacheView(image_view); in ShadowImage()
2337 *image_view; in SolarizeImage() local
2378 image_view=AcquireAuthenticCacheView(image,exception); in SolarizeImage()
2393 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SolarizeImage()
2415 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SolarizeImage()
2431 image_view=DestroyCacheView(image_view); in SolarizeImage()
3000 *image_view, in TintImage() local
3083 image_view=AcquireVirtualCacheView(image,exception); in TintImage()
3102 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in TintImage()
3153 image_view=DestroyCacheView(image_view); in TintImage()
3510 *image_view, in WaveletDenoiseImage() local
3575 image_view=AcquireAuthenticCacheView(image,exception); in WaveletDenoiseImage()
3618 p=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in WaveletDenoiseImage()
3766 image_view=DestroyCacheView(image_view); in WaveletDenoiseImage()