Searched defs:round (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ | ||
H A D | round.h | 9 if x is half way between two integers: we may in future use rint/round 14 round(double const x) function in namespace:Inkscape |
/inkscape/src/2geom/ | ||
H A D | point.h | 186 IntPoint round() const { function in class:Geom::Point 187 IntPoint ret(::round(_pt[X]), ::round(_pt[Y])); |
Completed in 26 milliseconds