Searched defs:vbunit2px (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-guide.cpp166 double vbunit2px = (root->width.computed / root->viewBox.width() + root->height.computed / root->viewBox.height())/2.0; local
167 newx = newx * vbunit2px;
168 newy = newy * vbunit2px;

Completed in 15 milliseconds