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

/inkscape/src/
H A Dsp-flowdiv.cpp44 cctx.i2doc = chi.transform * ictx->i2doc;
185 cctx.i2doc = chi.transform * ictx->i2doc;
324 cctx.i2doc = chi.transform * ictx->i2doc;
H A Dsp-flowregion.cpp82 cctx.i2doc = chi.transform * ictx->i2doc;
240 cctx.i2doc = chi.transform * ictx->i2doc;
H A Dviewbox.cpp256 rctx.i2doc = this->c2p * rctx.i2doc;
H A Dsp-item.h108 Geom::Affine i2doc; member in class:SPItemCtx
H A Dobject-snapper.cpp199 //Geom::Affine i2doc(Geom::identity());
386 Geom::Affine i2doc(Geom::identity());
391 i2doc = use->get_root_transform();
395 i2doc = (*i).item->i2doc_affine();
454 Geom::OptRect rect = root_item->bounds(bbox_type, i2doc);
H A Dsp-use.cpp624 cctx.i2doc = chi->transform * ictx->i2doc;
H A Dsp-marker.cpp202 ictx.i2doc = Geom::identity();
H A Dsp-flowtext.cpp89 cctx.i2doc = chi.transform * ictx->i2doc;
H A Dsp-item-group.cpp171 cctx.i2doc = item->transform * ictx->i2doc;
H A Dsplivarot.cpp702 Geom::Affine i2doc(item_source->i2doc_affine());
703 item_source->adjust_stroke(i2doc.descrim());
704 item_source->adjust_pattern(i2doc);
705 item_source->adjust_gradient(i2doc);
706 item_source->adjust_livepatheffect(i2doc);
H A Ddocument.cpp1138 ctx->i2doc = Geom::identity();
/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);
H A DShape.h293 int MakeOffset(Shape *of, double dec, JoinType join, double miter, bool do_profile=false, double cx = 0, double cy = 0, double radius = 0, Geom::Affine *i2doc = NULL);
295 int MakeTweak (int mode, Shape *a, double dec, JoinType join, double miter, bool do_profile, Geom::Point c, Geom::Point vector, double radius, Geom::Affine *i2doc);
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp545 Geom::Affine i2doc(item->i2doc_affine());
547 orig->ConvertWithBackData((0.08 - (0.07 * fidelity)) / i2doc.descrim()); // default 0.059
569 true, p, Geom::Point(0,0), radius, &i2doc) == 0) // 0 means the shape was actually changed
575 true, p, Geom::Point(0,0), radius, &i2doc) == 0)
581 true, p, force*2*vector, radius, &i2doc) == 0)
587 true, p, Geom::Point(0,0), radius, &i2doc) == 0)
598 double th_max = (0.6 - 0.59*sqrt(fidelity)) / i2doc.descrim();

Completed in 942 milliseconds