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

/inkscape/src/
H A Dsp-pattern.cpp594 Geom::Affine content2ps; local
601 content2ps = c2p;
607 content2ps = Geom::Affine(bbox->width(), 0.0, 0.0, bbox->height(), 0, 0);
650 ctx.ctm = content2ps * pattern_surface.drawingTransform();
H A Dsp-hatch.cpp623 Geom::Affine content2ps; local
625 content2ps = Geom::Affine(view.bbox->width(), 0.0, 0.0, view.bbox->height(), 0, 0);
631 info.child_transform = content2ps;

Completed in 230 milliseconds