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

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2327 const int con_y = (int)(rct.get_y() + (h / 2) - con_w + (input * h)); local
2329 points.push_back(Gdk::Point(x, con_y));
2330 points.push_back(Gdk::Point(x, con_y + con_w * 2));
2331 points.push_back(Gdk::Point(x - con_w, con_y + con_w));
2333 return ix >= x - h && iy >= con_y && ix <= x && iy <= points[1].get_y();

Completed in 21 milliseconds