Home
last modified time | relevance | path

Searched refs:REDRAW_ALL_WINDOW (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/figurine/figurine-1.0.5/src/
H A Dzoom.c157 REDRAW_ALL_WINDOW(v->draw_window); in zoom_in()
158 REDRAW_ALL_WINDOW(v->ruler_x_window); in zoom_in()
159 REDRAW_ALL_WINDOW(v->ruler_y_window); in zoom_in()
237 REDRAW_ALL_WINDOW(v->draw_window); in zoom_out()
238 REDRAW_ALL_WINDOW(v->ruler_x_window); in zoom_out()
239 REDRAW_ALL_WINDOW(v->ruler_y_window); in zoom_out()
H A Dstk_dialog.c708 REDRAW_ALL_WINDOW(&TEXTLIST(l)->window); in stk_clear_textlist()
753 REDRAW_ALL_WINDOW(&TEXTLIST(l)->window); in stk_add_textlist_member()
873 REDRAW_ALL_WINDOW(&RCHOICE(l)->c1->window); in stk_choice_on()
878 REDRAW_ALL_WINDOW(&RCHOICE(l)->c2->window); in stk_choice_on()
883 REDRAW_ALL_WINDOW(&RCHOICE(l)->c3->window); in stk_choice_on()
888 REDRAW_ALL_WINDOW(&RCHOICE(l)->c4->window); in stk_choice_on()
893 REDRAW_ALL_WINDOW(&CHOICE(l)->window); in stk_choice_on()
908 REDRAW_ALL_WINDOW(&RCHOICE(l)->c1->window); in stk_choice_off()
913 REDRAW_ALL_WINDOW(&RCHOICE(l)->c2->window); in stk_choice_off()
918 REDRAW_ALL_WINDOW(&RCHOICE(l)->c3->window); in stk_choice_off()
[all …]
H A Dhandle_menu.c436 REDRAW_ALL_WINDOW(v->ruler_x_window); in handle_dialog()
437 REDRAW_ALL_WINDOW(v->ruler_y_window); in handle_dialog()
H A Devent_loop.c864 REDRAW_ALL_WINDOW(VIEW(l2)->ruler_x_window); in handle_event()
865 REDRAW_ALL_WINDOW(VIEW(l2)->ruler_y_window); in handle_event()
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Dstk_internal.h150 #define REDRAW_ALL_WINDOW(a) (send_redraw((a),0,0,(int)(a)->w,(int)(a)->h)) macro
H A Ddefine.h418 #define REDRAW_ALL_WINDOW(a) (send_redraw((a),0,0,(int)(a)->w,(int)(a)->h)) macro