Searched defs:ow (Results 1 - 4 of 4) 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-grid.h142 Geom::Point ow; /**< Transformed origin by the affine for the zoom */ member in class:Inkscape::CanvasXYGrid
/inkscape/src/2geom/
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 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);

Completed in 23 milliseconds