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

/inkscape/src/
H A Ddecimal-round.h25 decimal_round(double const x, int const nplaces) function in namespace:Inkscape
H A Dcolor-rgba.h154 return (int(Inkscape::decimal_round(_c[0]*255, 0)) << 24) |
155 (int(Inkscape::decimal_round(_c[1]*255, 0)) << 16) |
156 (int(Inkscape::decimal_round(_c[2]*255, 0)) << 8) |
157 (int(Inkscape::decimal_round(_c[3]*255, 0)));
/inkscape/src/2geom/
H A Dmath-utils.h77 inline double decimal_round(double x, int p) { function in namespace:Geom

Completed in 66 milliseconds