Searched refs:x_margin (Results 1 – 1 of 1) sorted by relevance
263 int x_margin = 20; in ConsecutiveBoxes() local265 return (abs(b1.left() - b2.left()) < x_margin) && in ConsecutiveBoxes()266 (abs(b1.right() - b2.right()) < x_margin) && in ConsecutiveBoxes()