Lines Matching refs:edge_view
142 *edge_view; in GetEdgeBackgroundCensus() local
216 edge_view=AcquireVirtualCacheView(edge_image,exception); in GetEdgeBackgroundCensus()
222 p=GetCacheViewVirtualPixels(edge_view,0,y,edge_image->columns,1,exception); in GetEdgeBackgroundCensus()
234 edge_view=DestroyCacheView(edge_view); in GetEdgeBackgroundCensus()
253 *edge_view; in GetEdgeBoundingBox() local
285 edge_view=AcquireVirtualCacheView(edge_image,exception); in GetEdgeBoundingBox()
286 edge.left=GetEdgeBackgroundCensus(edge_image,edge_view,WestGravity, in GetEdgeBoundingBox()
288 edge.right=GetEdgeBackgroundCensus(edge_image,edge_view,EastGravity, in GetEdgeBoundingBox()
290 edge.top=GetEdgeBackgroundCensus(edge_image,edge_view,NorthGravity, in GetEdgeBoundingBox()
292 edge.bottom=GetEdgeBackgroundCensus(edge_image,edge_view,SouthGravity, in GetEdgeBoundingBox()
313 edge.left=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
316 edge.top=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
319 edge.bottom=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
331 edge.right=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
334 edge.top=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
337 edge.bottom=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
349 edge.left=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
352 edge.right=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
355 edge.top=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
367 edge.left=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
370 edge.right=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
373 edge.bottom=GetEdgeBackgroundCensus(edge_image,edge_view, in GetEdgeBoundingBox()
379 edge_view=DestroyCacheView(edge_view); in GetEdgeBoundingBox()
626 *edge_view; in GetEdgeBackgroundColor() local
695 edge_view=AcquireVirtualCacheView(edge_image,exception); in GetEdgeBackgroundColor()
701 p=GetCacheViewVirtualPixels(edge_view,0,y,edge_image->columns,1, in GetEdgeBackgroundColor()
713 edge_view=DestroyCacheView(edge_view); in GetEdgeBackgroundColor()