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

/inkscape/src/widgets/
H A Druler.cpp40 #define ROUND(x) ((int) ((x) + 0.5)) macro
1465 rect.x = ROUND ((position - lower) * increment) + (xthickness - rect.width) / 2 - 1;
1473 rect.y = ROUND ((position - lower) * increment) + (ythickness - rect.height) / 2 - 1;

Completed in 19 milliseconds