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

/inkscape/src/ui/tools/
H A Dtool-base.h154 gint xp, yp; ///< where drag started member in class:Inkscape::UI::Tools::ToolBase
/inkscape/src/
H A Dknot.cpp48 static gint xp = 0, yp = 0; // where drag started variable
178 xp = x;
278 && ( abs( (gint) event->motion.x - xp ) < tolerance )
H A Ddesktop-events.cpp93 static gint xp = 0, yp = 0; // where drag started local
117 xp = (gint) event->button.x;
186 if ( ( abs( (gint) event->motion.x - xp ) < tolerance )
/inkscape/src/libavoid/
H A Drouter.cpp1216 Point xp; local
1219 xp.x = offy;
1220 xp.y = x;
1224 xp.x = x;
1225 xp.y = offy;
1227 //db_printf("(%.1f, %.1f)\n", xp.x, xp.y);
1229 e1 = euclideanDist(start, xp);
1230 e2 = euclideanDist(xp, end);

Completed in 280 milliseconds