Searched defs:content2ps (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | sp-hatch.cpp | 623 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;
|
H A D | sp-pattern.cpp | 594 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();
|
Completed in 13 milliseconds