Searched defs:tt (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/display/ |
H A D | nr-filter-tile.cpp | 68 Geom::Rect tt = tile_area * trans; local 71 Geom::Point shift = sa.min() - tt.min(); 75 tt.width(), tt.height());
|
/inkscape/src/2geom/ |
H A D | piecewise.h | 328 double ft = f.segT(m.min(), fi), tt = f.segT(m.max(), ti); local 330 if(fi == ti) return bounds_local(f[fi], Interval(ft, tt)); 335 if(tt != 0.) ret.unionWith(bounds_local(f[ti], Interval(0., tt)));
|
/inkscape/src/livarot/ |
H A D | Path.h | 84 path_lineto(bool m, Geom::Point pp, int pie, double tt) : isMoveTo(m), p(pp), piece(pie), t(tt), closed(false) {} argument
|
H A D | ShapeSweep.cpp | 1658 SweepTree *tt = static_cast<SweepTree*>(t->elem[s]); local 1659 if (tt == NULL) { 1663 SweepTree *a = (s == LEFT) ? tt : t; 1664 SweepTree *b = (s == LEFT) ? t : tt;
|
Completed in 27 milliseconds