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

/inkscape/src/trace/
H A Dtrace.cpp471 double dval = 0.0; local
473 if (sp_repr_get_double(imgRepr, "x", &dval))
474 x = dval;
475 if (sp_repr_get_double(imgRepr, "y", &dval))
476 y = dval;
478 if (sp_repr_get_double(imgRepr, "width", &dval))
479 width = dval;
480 if (sp_repr_get_double(imgRepr, "height", &dval))
481 height = dval;
/inkscape/src/libuemf/
H A Dupmf.c171 double aval, dval; local
199 if(fip->LineGap && (fip->LineGap < -fip->Descent)){ dval = ((double) (fip->Descent - fip->LineGap)) / ((double) fip->EmSize); } //shruti and some others
200 else { dval = ((double) fip->Descent ) / ((double) fip->EmSize); }
206 rd = 0.5 * ( Height * aval / ((double) fip->EmSize) + Height * ( 1.0 + dval));
209 rd = Height * ( 1.0 + dval);

Completed in 140 milliseconds