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

/inkscape/src/libavoid/
H A Dgeometry.cpp247 double xdiff = a.x - b.x; local
250 return sqrt((xdiff * xdiff) + (ydiff * ydiff));
265 double xdiff = a.x - b.x; local
268 return sqrt((xdiff * xdiff) + (ydiff * ydiff));
/inkscape/src/widgets/
H A Druler.cpp1050 gint xdiff, ydiff; local
1057 xdiff = rect.x - priv->last_pos_rect.x;
1070 (ABS (xdiff) > IMMEDIATE_REDRAW_THRESHOLD ||

Completed in 26 milliseconds