Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/wxterminal/
H A Dwxt_gui.cpp153 int wxt_max_anchors = 0; variable
1573 if (wxt_n_anchors >= wxt_max_anchors) { in wxt_update_anchors()
1574 wxt_max_anchors += 10; in wxt_update_anchors()
1576 wxt_max_anchors * sizeof(wxtAnchorPoint)); in wxt_update_anchors()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/wxterminal/
H A Dwxt_gui.cpp153 int wxt_max_anchors = 0; variable
1573 if (wxt_n_anchors >= wxt_max_anchors) { in wxt_update_anchors()
1574 wxt_max_anchors += 10; in wxt_update_anchors()
1576 wxt_max_anchors * sizeof(wxtAnchorPoint)); in wxt_update_anchors()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/wxterminal/
H A Dwxt_gui.cpp153 int wxt_max_anchors = 0; variable
1551 if (wxt_n_anchors >= wxt_max_anchors) { in wxt_update_anchors()
1552 wxt_max_anchors += 10; in wxt_update_anchors()
1554 wxt_max_anchors * sizeof(wxtAnchorPoint)); in wxt_update_anchors()