Searched refs:endx (Results 1 – 1 of 1) sorted by relevance
80 int endx = x; in FloodFill() local81 if (endx >= pField->getWidth()) endx = pField->getWidth() - 1; in FloodFill()86 for (x = endx; x >= startx; x--) { in FloodFill()99 for (x = endx; x >= startx; x--) { in FloodFill()