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

/inkscape/src/display/
H A Dsp-canvas-util.h41 void sp_canvas_item_set_i2w_affine (SPCanvasItem * item, Geom::Affine const & aff);
H A Dsp-canvas-item.h117 void sp_canvas_item_affine_absolute(SPCanvasItem *item, Geom::Affine const &aff);
H A Ddrawing-text.cpp507 Geom::Affine aff; local
528 aff = g->_ctm;
550 dc.transform(aff); // must be leftmost affine in span
618 dc.transform(aff); // must be leftmost affine in span
/inkscape/src/live_effects/
H A Dlpe-ellipse_5pts.cpp193 Geom::Affine aff = Geom::Scale(el.rays()) * Geom::Rotate(el.rotationAngle()) * Geom::Translate(el.center()); local
195 path_out.push_back(p * aff);
H A Dlpe-bspline.cpp339 Geom::Affine aff = Geom::Affine(); local
340 aff *= Geom::Scale(helper_size);
341 pathv *= aff;
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp393 Geom::Affine aff = Geom::Affine(); local
394 aff *= Geom::Scale(helper_size);
395 aff *= Geom::Rotate(ray1.angle() - rad_from_deg(270));
396 aff *= Geom::Translate(last_pwd2[i].valueAt(Xvalue));
397 pathv *= aff;
/inkscape/src/
H A Dsp-ellipse.cpp445 Geom::Affine aff = Geom::Scale(rx.computed, ry.computed) * Geom::Translate(cx.computed, cy.computed); local
446 curve->transform(aff);

Completed in 35 milliseconds