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

/inkscape/src/
H A Dunclump.cpp54 Geom::Point wh; local
57 wh = i->second;
61 wh = r->dimensions();
62 wh_cache[item->getId()] = wh;
64 wh = Geom::Point(0, 0);
68 return wh;
/inkscape/src/display/
H A Ddrawing-image.cpp72 Geom::Point wh(vw, vh);
73 Geom::Rect view(_origin, _origin+wh);
/inkscape/src/2geom/
H A Dgeneric-rect.h116 CPoint wh(w, h);
117 CRect result(xy, xy + wh);
121 static CRect from_xywh(CPoint const &xy, CPoint const &wh) { argument
122 CRect result(xy, xy + wh);

Completed in 1170 milliseconds