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

/inkscape/src/display/
H A Dcanvas-axonomgrid.cpp594 gdouble const ystart_x_sc = floor (buf_tl_gc[Geom::X] / spacing_ylines) * spacing_ylines + ow[Geom::X]; local
595 gint const ylinestart = round((ystart_x_sc - ow[Geom::X]) / spacing_ylines);
597 for (gdouble x = ystart_x_sc; x < buf->rect.right(); x += spacing_ylines, ylinenum++) {

Completed in 17 milliseconds