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

/inkscape/src/
H A Dsp-hatch.cpp607 double tile_height = extents->max() - extents->min(); local
615 tile_height *= view.bbox->height();
620 Geom::Rect hatch_tile = Geom::Rect::from_xywh(0, tile_render_y, tile_width, tile_height);
H A Dsp-pattern.cpp523 double tile_height = height(); local
525 if (tile_width <= 0 || tile_height <= 0)
582 double tile_height = height(); local
587 tile_height *= bbox->height();
591 Geom::Rect pattern_tile = Geom::Rect::from_xywh(0, 0, tile_width, tile_height);

Completed in 112 milliseconds