Searched defs:i2doc (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-item.h108 Geom::Affine i2doc; member in class:SPItemCtx
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp309 Geom::Affine i2doc = textobj->i2doc_affine(); local
310 Geom::Affine wotransl = i2doc.withoutTranslation();
459 Geom::Affine i2doc = flowtext->i2doc_affine(); local
460 Geom::Affine wotransl = i2doc.withoutTranslation();
/inkscape/src/livarot/
H A DShapeMisc.cpp543 Shape::MakeTweak (int mode, Shape *a, double power, JoinType join, double miter, bool do_profile, Geom::Point c, Geom::Point vector, double radius, Geom::Affine *i2doc) argument
614 Geom::Point to_center = ptP * (*i2doc) - c;
618 if (do_profile && i2doc) {
624 x = (Geom::L2(ptP * (*i2doc) - c)/radius);
648 double scaler = 1 / (*i2doc).descrim();
652 Geom::Affine tovec (*i2doc);
731 Shape::MakeOffset (Shape * a, double dec, JoinType join, double miter, bool do_profile, double cx, double cy, double radius, Geom::Affine *i2doc) argument
807 if (do_profile && i2doc) {
809 double x = (Geom::L2(ptP * (*i2doc) - Geom::Point(cx,cy))/radius);

Completed in 140 milliseconds