Lines Matching defs:tl
594 Geom::Point tl, br;
595 tl = br = points.front();
597 if (points[i][Geom::X] < tl[Geom::X])
598 tl[Geom::X] = points[i][Geom::X];
599 if (points[i][Geom::Y] < tl[Geom::Y])
600 tl[Geom::Y] = points[i][Geom::Y];
608 Geom::Rect area = Geom::Rect(tl, br);
609 double mindim = fabs(tl[Geom::Y] - br[Geom::Y]);
610 if (fabs(tl[Geom::X] - br[Geom::X]) < mindim)
611 mindim = fabs(tl[Geom::X] - br[Geom::X]);