Searched refs:XMin (Results 1 – 3 of 3) sorted by relevance
104 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvFloodFill_8u_CnIR() local108 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() local240 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 …]
99 int XMin, XMax, YMin = seed.y, YMax = seed.y; in icvSegmFloodFill_Stage1() local118 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()
23327 Skia is changing from reporting the XRange to reporting the XMin and