Searched refs:ut (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/widget/
H A Dspinbutton.h56 void addUnitTracker(UnitTracker* ut) { _unit_tracker = ut; }; argument
/inkscape/src/extension/internal/
H A Demf-print.cpp1242 U_TRIVERTEX ut[2]; local
1303 ut[0] = make_trivertex(outUL, c2);
1304 ut[1] = make_trivertex(outLR, c1);
1307 ut[0] = make_trivertex(outUL, c1);
1308 ut[1] = make_trivertex(outLR, c2);
1313 rec = U_EMRGRADIENTFILL_set(rcb, 2, 1, gMode, ut, (uint32_t *) &ug4 );
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1451 Geom::Point ut = j->unitTangentAt(0.5); local
1453 ut *= Geom::Rotate(150.0 / 180.0 * M_PI);
1455 _desktop->d2w(at) + Geom::unit_vector(_desktop->d2w(ut)) * 10.0);

Completed in 26 milliseconds