Home
last modified time | relevance | path

Searched refs:XMin (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvfloodfill.cpp104 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_8u_CnIR() local
108 L = R = XMin = XMax = seed.x; in icvFloodFill_8u_CnIR()
139 XMin = ++L; in icvFloodFill_8u_CnIR()
159 if( XMin > L ) XMin = L; in icvFloodFill_8u_CnIR()
212 region->rect.x = XMin; in icvFloodFill_8u_CnIR()
214 region->rect.width = XMax - XMin + 1; in icvFloodFill_8u_CnIR()
236 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_32f_CnIR() local
240 L = R = XMin = XMax = seed.x; in icvFloodFill_32f_CnIR()
271 XMin = ++L; in icvFloodFill_32f_CnIR()
291 if( XMin > L ) XMin = L; in icvFloodFill_32f_CnIR()
[all …]
/external/opencv/cvaux/src/
Dcvsegment.cpp99 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvSegmFloodFill_Stage1() local
118 XMin = L; in icvSegmFloodFill_Stage1()
132 if( XMin > L ) in icvSegmFloodFill_Stage1()
133 XMin = L; in icvSegmFloodFill_Stage1()
183 region->rect.x = XMin; in icvSegmFloodFill_Stage1()
185 region->rect.width = XMax - XMin + 1; in icvSegmFloodFill_Stage1()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1623327 Skia is changing from reporting the XRange to reporting the XMin and