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

/inkscape/src/
H A Dsp-hatch.cpp604 double tile_x = x(); local
612 tile_x *= view.bbox->width();
629 Geom::Affine ps2user = Geom::Translate(tile_x, tile_y) * Geom::Rotate::from_degrees(tile_rotate) * hatchTransform();
656 double tile_x = x(); local
660 Geom::Affine ps2user = Geom::Translate(tile_x, tile_y) * Geom::Rotate::from_degrees(tile_rotate) * hatchTransform();
H A Dsp-pattern.cpp579 double tile_x = x(); local
584 tile_x *= bbox->width();
613 Geom::Affine ps2user = Geom::Translate(tile_x, tile_y) * getTransform();

Completed in 677 milliseconds