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

/inkscape/src/display/
H A Dcanvas-axonomgrid.cpp609 gdouble const zstart_y_sc = ( zintercept_y_bc - floor(zintercept_y_bc/lyw)*lyw ) + buf->rect.top(); local
610 gint const zlinestart = round( (zstart_y_sc + buf_tl_gc[Geom::X]*tan_angle[Z] - ow[Geom::Y]) / lyw );
613 gdouble next_y = zstart_y_sc;
614 for (gdouble y = zstart_y_sc; y < buf->rect.bottom(); y += lyw, zlinenum++, next_y = y) {

Completed in 58 milliseconds