Searched refs:bottom_done (Results 1 – 1 of 1) sorted by relevance
227 bool bottom_done = false; in pixNearlyRectangular() local242 if (!bottom_done && HScanForEdge(data, wpl, *x_start, *x_end, in pixNearlyRectangular()245 bottom_done = true; in pixNearlyRectangular()273 return left_done && right_done && top_done && bottom_done; in pixNearlyRectangular()