• Home
  • Raw
  • Download

Lines Matching refs:image_view

137   const CacheView *image_view,const GravityType gravity,const size_t width,  in GetEdgeBackgroundCensus()  argument
175 p=GetCacheViewVirtualPixels(image_view,0,0,1,1,exception); in GetEdgeBackgroundCensus()
181 p=GetCacheViewVirtualPixels(image_view,(ssize_t) image->columns-1,0,1,1, in GetEdgeBackgroundCensus()
188 p=GetCacheViewVirtualPixels(image_view,(ssize_t) image->columns-1, in GetEdgeBackgroundCensus()
195 p=GetCacheViewVirtualPixels(image_view,0,(ssize_t) image->rows-1,1,1, in GetEdgeBackgroundCensus()
393 *image_view; in GetImageBoundingBox() local
456 image_view=AcquireVirtualCacheView(image,exception); in GetImageBoundingBox()
457 p=GetCacheViewVirtualPixels(image_view,0,0,1,1,exception); in GetImageBoundingBox()
460 image_view=DestroyCacheView(image_view); in GetImageBoundingBox()
465 p=GetCacheViewVirtualPixels(image_view,(ssize_t) image->columns-1,0,1,1, in GetImageBoundingBox()
470 p=GetCacheViewVirtualPixels(image_view,0,(ssize_t) image->rows-1,1,1, in GetImageBoundingBox()
474 p=GetCacheViewVirtualPixels(image_view,(ssize_t) image->columns-1,(ssize_t) in GetImageBoundingBox()
504 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageBoundingBox()
549 image_view=DestroyCacheView(image_view); in GetImageBoundingBox()
598 const CacheView *image_view,ExceptionInfo *exception) in GetEdgeBackgroundColor() argument
653 p=GetCacheViewVirtualPixels(image_view,0,(ssize_t) image->rows-1,1,1, in GetEdgeBackgroundColor()
662 p=GetCacheViewVirtualPixels(image_view,(ssize_t) image->columns-1,0,1,1, in GetEdgeBackgroundColor()
671 p=GetCacheViewVirtualPixels(image_view,0,0,1,1,exception); in GetEdgeBackgroundColor()
679 p=GetCacheViewVirtualPixels(image_view,(ssize_t) image->columns-1, in GetEdgeBackgroundColor()
766 *image_view; in GetImageConvexHull() local
812 image_view=AcquireVirtualCacheView(image,exception); in GetImageConvexHull()
813 background=GetEdgeBackgroundColor(image,image_view,exception); in GetImageConvexHull()
826 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageConvexHull()
847 image_view=DestroyCacheView(image_view); in GetImageConvexHull()
889 *image_view; in GetImageDepth() local
961 image_view=AcquireVirtualCacheView(image,exception); in GetImageDepth()
1011 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageDepth()
1033 image_view=DestroyCacheView(image_view); in GetImageDepth()
1063 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in GetImageDepth()
1099 image_view=DestroyCacheView(image_view); in GetImageDepth()
1568 *image_view; in IdentifyImageGray() local
1592 image_view=AcquireVirtualCacheView(image,exception); in IdentifyImageGray()
1595 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IdentifyImageGray()
1613 image_view=DestroyCacheView(image_view); in IdentifyImageGray()
1650 *image_view; in IdentifyImageMonochrome() local
1673 image_view=AcquireVirtualCacheView(image,exception); in IdentifyImageMonochrome()
1676 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IdentifyImageMonochrome()
1691 image_view=DestroyCacheView(image_view); in IdentifyImageMonochrome()
1855 *image_view; in IsImageOpaque() local
1875 image_view=AcquireVirtualCacheView(image,exception); in IsImageOpaque()
1878 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); in IsImageOpaque()
1890 image_view=DestroyCacheView(image_view); in IsImageOpaque()
1927 *image_view; in SetImageDepth() local
1974 image_view=AcquireAuthenticCacheView(image,exception); in SetImageDepth()
2007 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1, in SetImageDepth()
2035 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageDepth()
2041 image_view=DestroyCacheView(image_view); in SetImageDepth()
2065 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); in SetImageDepth()
2093 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse) in SetImageDepth()
2099 image_view=DestroyCacheView(image_view); in SetImageDepth()