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

/inkscape/src/
H A Dsp-shape.cpp464 Geom::Point transl = tr.translation(); local
465 tr = Geom::Rotate::from_degrees(_marker[i]->orient.computed) * Geom::Translate(transl);
502 Geom::Point transl = tr.translation(); local
503 tr = Geom::Rotate::from_degrees(marker->orient.computed) * Geom::Translate(transl);
532 Geom::Point transl = tr.translation(); local
533 tr = Geom::Rotate::from_degrees(marker->orient.computed) * Geom::Translate(transl);
555 Geom::Point transl = tr.translation(); local
556 tr = Geom::Rotate::from_degrees(marker->orient.computed) * Geom::Translate(transl);
590 Geom::Point transl = tr.translation(); local
591 tr = Geom::Rotate::from_degrees(marker->orient.computed) * Geom::Translate(transl);
[all...]

Completed in 15 milliseconds