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

/inkscape/src/extension/internal/
H A Dodf.cpp944 Geom::Affine doc2dt_tf = Geom::Affine(Geom::Scale(1.0, -1.0)); /// @fixme hardcoded desktop transform local
945 doc2dt_tf = doc2dt_tf * Geom::Affine(Geom::Translate(0, doc_height));
946 tf = tf * doc2dt_tf;

Completed in 19 milliseconds