Searched refs:yp (Results 1 - 18 of 18) sorted by relevance

/inkscape/src/ui/tools/
H A Dzoom-tool.cpp91 yp = (gint) event->button.y;
122 && ( abs( (gint) event->motion.y - yp ) < tolerance ) ) {
165 xp = yp = 0;
177 xp = yp = 0;
H A Dspiral-tool.cpp181 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
213 this->xp = this->yp = 0;
428 this->yp = 0;
H A Dstar-tool.cpp195 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
223 this->xp = this->yp = 0;
453 this->yp = 0;
H A Darc-tool.cpp175 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
202 this->xp = this->yp = 0;
223 this->yp = 0;
454 this->yp = 0;
H A Drect-tool.cpp177 this->yp = (gint) button_w[Geom::Y];
213 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
239 this->xp = this->yp = 0;
487 this->yp = 0;
H A Dtool-base.cpp96 , yp(0)
378 yp = (gint) event->button.y;
448 if (panning == 4 && !xp && !yp ) {
451 yp = event->motion.y;
470 < tolerance) && (abs((gint) event->motion.y - yp)
502 < tolerance) && (abs((gint) event->motion.y - yp)
525 xp = yp = 0;
695 xp = yp = 0;
728 xp = yp = 0;
H A Dbox3d-tool.cpp206 this->yp = (gint) button_w[Geom::Y];
251 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
318 this->xp = this->yp = 0;
H A Dselect-tool.cpp110 //static gint xp = 0, yp = 0; // where drag started
286 yp = (gint) event->button.y;
495 yp = (gint) event->button.y;
548 && ( abs( (gint) event->motion.y - yp ) < tolerance ) ) {
578 item_at_point = desktop->getItemAtPoint(Geom::Point(xp, yp), FALSE);
650 xp = yp = 0;
H A Dtool-base.h154 gint xp, yp; ///< where drag started member in class:Inkscape::UI::Tools::ToolBase
H A Dgradient-tool.cpp522 this->yp = (gint) button_w[Geom::Y];
555 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
610 this->xp = this->yp = 0;
932 // give the grab out-of-bounds values of xp/yp because we're already dragging
H A Dmesh-tool.cpp509 this->yp = (gint) button_w[Geom::Y];
547 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
620 this->xp = this->yp = 0;
H A Dlpe-tool.cpp202 this->yp = (gint) event->button.y;
H A Dconnector-tool.cpp474 this->yp = bevent.y;
573 ( abs( (gint) mevent.y - this->yp ) < this->tolerance ) ) {
H A Dflood-tool.cpp1112 this->yp = (gint) button_w[Geom::Y];
1128 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
H A Dtext-tool.cpp525 this->yp = (gint) event->button.y;
562 && ( abs( (gint) event->motion.y - this->yp ) < this->tolerance ) ) {
/inkscape/src/
H A Dknot.cpp48 static gint xp = 0, yp = 0; // where drag started variable
179 yp = y;
279 && ( abs( (gint) event->motion.y - yp ) < tolerance ) ) {
H A Dcontext-fns.cpp220 ec->yp = static_cast<gint>(ev->button.y);
H A Ddesktop-events.cpp93 static gint xp = 0, yp = 0; // where drag started local
118 yp = (gint) event->button.y;
187 && ( abs( (gint) event->motion.y - yp ) < tolerance ) ) {

Completed in 93 milliseconds