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

/inkscape/doc/
H A Dkeys.css86 h2,h3 {
91 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
H A Dsp-mesh-array.cpp1961 Geom::Point h2 = intersection - n[3]->p;
1964 n[2]->p = n[3]->p + f*h2;
/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;

Completed in 319 milliseconds