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

/inkscape/src/display/
H A Dcanvas-axonomgrid.h45 Geom::Point ow; /**< Transformed origin by the affine for the zoom */ member in class:Inkscape::CanvasAxonomGrid
H A Dcanvas-axonomgrid.cpp486 ow = origin * affine;
538 // gc = gridcoordinates (the coordinates calculated from the grids origin 'grid->ow'.
545 buf_tl_gc[Geom::X] = buf->rect.left() - ow[Geom::X];
546 buf_tl_gc[Geom::Y] = buf->rect.top() - ow[Geom::Y];
547 buf_br_gc[Geom::X] = buf->rect.right() - ow[Geom::X];
548 buf_br_gc[Geom::Y] = buf->rect.bottom() - ow[Geom::Y];
555 gint const xlinestart = round( (xstart_y_sc - buf_tl_gc[Geom::X]*tan_angle[X] - ow[Geom::Y]) / lyw );
594 gdouble const ystart_x_sc = floor (buf_tl_gc[Geom::X] / spacing_ylines) * spacing_ylines + ow[Geom::X];
595 gint const ylinestart = round((ystart_x_sc - ow[Geom::X]) / spacing_ylines);
610 gint const zlinestart = round( (zstart_y_sc + buf_tl_gc[Geom::X]*tan_angle[Z] - ow[Geo
[all...]
H A Dcanvas-grid.cpp842 ow = origin * affine;
904 gdouble const sxg = floor ((buf->rect.left() - ow[Geom::X]) / sw[Geom::X]) * sw[Geom::X] + ow[Geom::X];
905 gint const xlinestart = round((sxg - ow[Geom::X]) / sw[Geom::X]);
906 gdouble const syg = floor ((buf->rect.top() - ow[Geom::Y]) / sw[Geom::Y]) * sw[Geom::Y] + ow[Geom::Y];
907 gint const ylinestart = round((syg - ow[Geom::Y]) / sw[Geom::Y]);
H A Dcanvas-grid.h142 Geom::Point ow; /**< Transformed origin by the affine for the zoom */ member in class:Inkscape::CanvasXYGrid
/inkscape/src/2geom/
H A Dintersection-graph.cpp150 unsigned ow = (w+1) % 2; local
163 int wdg = _pv[ow].winding(wpoint);
430 unsigned ow = (w+1) % 2; local
445 int wdg = _pv[ow].winding(_pv[w][i].initialPoint());
457 unsigned ow = (iter->which + 1) % 2; local
458 return _components[ow][iter->neighbor->pos.path_index].xlist.iterator_to(*iter->neighbor);
H A Dpathvector.cpp180 unsigned ow = (ii->which + 1) % 2; local
182 for (ActivePathList::iterator i = _active[ow].begin(); i != _active[ow].end(); ++i) {
H A Dpath.cpp520 unsigned ow = (w+1) % 2;
524 for (ActiveCurveList::iterator i = _active[ow].begin(); i != _active[ow].end(); ++i) {

Completed in 20 milliseconds