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

/inkscape/src/extension/internal/
H A Demf-print.cpp1246 double wRect, hRect; local
1253 wRect = Geom::distance(ul,ur);
1256 /* The basic rectangle for all of these is placed with its UL corner at 0,0 with a size wRect,hRect.
1283 outUL = Geom::Point(doff_base *wRect, 0 );
1284 outLR = Geom::Point(doff_range*wRect, hRect);
1289 outLR = Geom::Point(wRect,doff_range*hRect);

Completed in 27 milliseconds