Home
last modified time | relevance | path

Searched refs:handle_redraw (Results 1 – 9 of 9) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/event_handling/
H A Dpong_sgskip.py31 def handle_redraw(event): function
44 canvas.mpl_connect('draw_event', handle_redraw)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/event_handling/
H A Dpong_sgskip.py31 def handle_redraw(event): function
44 canvas.mpl_connect('draw_event', handle_redraw)
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dctl_linegraph.h115 int handle_redraw; member
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dctl_linegraph.cpp1059 if (lg->freqhandles and (lg->handle_redraw or lg->force_redraw)) { in calf_line_graph_expose()
1084 lg->handle_redraw = 0; in calf_line_graph_expose()
1178 lg->handle_redraw = 1; in calf_line_graph_pointer_motion()
1196 lg->handle_redraw = 1; in calf_line_graph_pointer_motion()
1306 lg->handle_redraw = 1; in calf_line_graph_scroll()
1336 lg->handle_redraw = 1; in calf_line_graph_leave()
1490 lg->handle_redraw = 1; in calf_line_graph_init()
H A Dgui_controls.cpp1428 clg->handle_redraw = 1; in set()
1435 clg->handle_redraw = 1; in set()
1446 clg->handle_redraw = 1; in set()
1458 clg->handle_redraw = true; in set()
/dports/lang/ptoc/ptoc/
H A Dgraph.h281 bool handle_redraw = true)
283 bgiemu_handle_redraw = handle_redraw;
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Devents.c293 static void handle_redraw(object obj, HWND hwnd) in handle_redraw() function
634 handle_redraw(obj, hwnd);
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Devents.c293 static void handle_redraw(object obj, HWND hwnd) in handle_redraw() function
634 handle_redraw(obj, hwnd);
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_disp.c937 handle_redraw( FL_IMAGE * im, in handle_redraw() function
1237 handle_redraw( im, win ); in flimage_sdisplay()