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

/inkscape/src/ui/
H A Dpreviewholder.cpp389 int h2 = ((req2.height > 0) && (req.height > req2.height)) ? (req.height / req2.height) : 1; local
391 width = (itemCount + (h2 - 1)) / h2;
/inkscape/src/
H A Dsp-rect.cpp180 double const h2 = h / 2; local
210 if (ry < h2) {
222 if (ry < h2) {
H A Dseltrans.cpp1228 Geom::Coord const h2 = Geom::L2(d2); // new radius member in class:Geom
1229 if (fabs(h2) < 1e-15) return FALSE;
1230 Geom::Point q2 = d2 / h2; // normalized new vector to handle

Completed in 23 milliseconds