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

/inkscape/src/
H A Dround.h9 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 Dpoint.h186 IntPoint round() const { function in class:Geom::Point
187 IntPoint ret(::round(_pt[X]), ::round(_pt[Y]));

Completed in 301 milliseconds