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

/inkscape/src/
H A Dsp-hatch.cpp70 readAttr("hatchTransform");
432 Geom::Affine const &SPHatch::hatchTransform() const function in class:Geom::SPHatch
629 Geom::Affine ps2user = Geom::Translate(tile_x, tile_y) * Geom::Rotate::from_degrees(tile_rotate) * hatchTransform();
660 Geom::Affine ps2user = Geom::Translate(tile_x, tile_y) * Geom::Rotate::from_degrees(tile_rotate) * hatchTransform();

Completed in 11 milliseconds