Searched refs:POS (Results 1 – 1 of 1) sorted by relevance
30 typedef std::pair<int, int> POS; typedef50 POS *new_pos) { in FloodFill()51 std::vector<POS> stack; in FloodFill()52 stack.push_back(POS(sx,sy)); in FloodFill()92 stack.push_back( POS(x, sy-1)); in FloodFill()105 stack.push_back( POS(x, sy+1)); in FloodFill()127 POS new_pos(-1,-1); in Grouping()