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

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

Completed in 20 milliseconds