Home
last modified time | relevance | path

Searched refs:wxt_n_anchors (Results 1 – 3 of 3) sorted by relevance

/dports/math/gnuplot/gnuplot-5.4.1/src/wxterminal/
H A Dwxt_gui.cpp152 int wxt_n_anchors = 0; variable
1228 if (wxt_n_anchors > 0 && !buttondown) in OnMotion()
1573 if (wxt_n_anchors >= wxt_max_anchors) { in wxt_update_anchors()
1578 wxt_anchors[wxt_n_anchors].x = x; in wxt_update_anchors()
1579 wxt_anchors[wxt_n_anchors].y = y; in wxt_update_anchors()
1580 wxt_anchors[wxt_n_anchors].size = size; in wxt_update_anchors()
1581 wxt_n_anchors++; in wxt_update_anchors()
1616 for (i=0; i<wxt_n_anchors; i++) { in wxt_check_for_anchors()
2207 wxt_n_anchors = 0; in wxt_graphics()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/wxterminal/
H A Dwxt_gui.cpp152 int wxt_n_anchors = 0; variable
1228 if (wxt_n_anchors > 0 && !buttondown) in OnMotion()
1573 if (wxt_n_anchors >= wxt_max_anchors) { in wxt_update_anchors()
1578 wxt_anchors[wxt_n_anchors].x = x; in wxt_update_anchors()
1579 wxt_anchors[wxt_n_anchors].y = y; in wxt_update_anchors()
1580 wxt_anchors[wxt_n_anchors].size = size; in wxt_update_anchors()
1581 wxt_n_anchors++; in wxt_update_anchors()
1616 for (i=0; i<wxt_n_anchors; i++) { in wxt_check_for_anchors()
2207 wxt_n_anchors = 0; in wxt_graphics()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/wxterminal/
H A Dwxt_gui.cpp152 int wxt_n_anchors = 0; variable
1210 if (wxt_n_anchors > 0 && !buttondown) in OnMotion()
1551 if (wxt_n_anchors >= wxt_max_anchors) { in wxt_update_anchors()
1556 wxt_anchors[wxt_n_anchors].x = x; in wxt_update_anchors()
1557 wxt_anchors[wxt_n_anchors].y = y; in wxt_update_anchors()
1558 wxt_anchors[wxt_n_anchors].size = size; in wxt_update_anchors()
1559 wxt_n_anchors++; in wxt_update_anchors()
1594 for (i=0; i<wxt_n_anchors; i++) { in wxt_check_for_anchors()
2185 wxt_n_anchors = 0; in wxt_graphics()