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

/inkscape/src/
H A Dsp-pattern.cpp522 double tile_width = width(); local
525 if (tile_width <= 0 || tile_height <= 0)
581 double tile_width = width(); local
586 tile_width *= bbox->width();
591 Geom::Rect pattern_tile = Geom::Rect::from_xywh(0, 0, tile_width, tile_height);
H A Dsp-hatch.cpp606 double tile_width = pitch(); local
614 tile_width *= view.bbox->width();
620 Geom::Rect hatch_tile = Geom::Rect::from_xywh(0, tile_render_y, tile_width, tile_height);

Completed in 29 milliseconds