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

/inkscape/src/display/
H A Dcanvas-axonomgrid.cpp680 double spacing_h; local
685 spacing_h = grid->spacing_ylines; // this is the spacing of the visible grid lines measured in screen pixels
691 spacing_h /= dt->current_zoom();
696 spacing_h = grid->lengthy /(grid->tan_angle[X] + grid->tan_angle[Z]);
707 Geom::Coord x_max = Inkscape::Util::round_to_upper_multiple_plus(p[Geom::X], spacing_h, grid->origin[Geom::X]);
708 Geom::Coord x_min = Inkscape::Util::round_to_lower_multiple_plus(p[Geom::X], spacing_h, grid->origin[Geom::X]);

Completed in 52 milliseconds