Searched defs:tl (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A Dsweep-event.h18 double tl, tr; ///< Coordinates of the intersection on the left edge (tl) and on the right edge (tr). member in class:SweepEvent
/inkscape/src/ui/dialog/
H A Dspellcheck.cpp594 Geom::Point tl, br; local
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[Geo
[all...]

Completed in 272 milliseconds