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

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2326 const int con_w = (int)(fheight * 0.35f); local
2327 const int con_y = (int)(rct.get_y() + (h / 2) - con_w + (input * h));
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));

Completed in 24 milliseconds