Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/lib/colorchecker/
Dgrouping.h50 POS *new_pos) { in FloodFill() argument
64 new_pos->first = x; in FloodFill()
65 new_pos->second =sy; in FloodFill()
74 new_pos->first = x; in FloodFill()
75 new_pos->second =sy; in FloodFill()
127 POS new_pos(-1,-1); in Grouping()
131 new_pos.first = -1; in Grouping()
132 new_pos.second = -1; in Grouping()
133 FloodFill(sx, sy, id_no, id, pField, &new_pos); in Grouping()
134 if (new_pos.first < 0) // no new position found, during the flood fill in Grouping()
[all …]