Home
last modified time | relevance | path

Searched refs:window_exposed (Results 1 – 22 of 22) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/fb/
H A Dui_virtual_kbd.c195 static void window_exposed(ui_window_t *win, int x, int y, u_int width, u_int height) { in window_exposed() function
285 kbd_win->window_exposed = window_exposed; in start_virtual_kbd()
H A Dui_window.c1332 if (win->window_exposed) { in ui_window_set_wall_picture()
1333 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_set_wall_picture()
1347 if (win->window_exposed) { in ui_window_set_wall_picture()
1348 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_set_wall_picture()
1382 if (win->window_exposed) { in ui_window_unset_wall_picture()
1383 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_unset_wall_picture()
1751 if (win->window_exposed) { in ui_window_move()
1752 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_move()
1885 if (win->window_exposed) { in ui_window_update_all()
1886 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_update_all()
[all …]
H A Dui_display.c600 if (win->window_exposed) { in restore_hidden_region()
601 (*win->window_exposed)(win, cursor_x - win->x - win->hmargin, in restore_hidden_region()
744 if (win->window_exposed) { in expose_window()
759 (*win->window_exposed)(win, x, y, width, height); in expose_window()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/sdl2/
H A Dui_virtual_kbd.c195 static void window_exposed(ui_window_t *win, int x, int y, u_int width, u_int height) { in window_exposed() function
285 kbd_win->window_exposed = window_exposed; in start_virtual_kbd()
H A Dui_window.c1332 if (win->window_exposed) { in ui_window_set_wall_picture()
1333 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_set_wall_picture()
1347 if (win->window_exposed) { in ui_window_set_wall_picture()
1348 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_set_wall_picture()
1382 if (win->window_exposed) { in ui_window_unset_wall_picture()
1383 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_unset_wall_picture()
1751 if (win->window_exposed) { in ui_window_move()
1752 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_move()
1885 if (win->window_exposed) { in ui_window_update_all()
1886 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_update_all()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/console/
H A Dui_window.c494 if (win->window_exposed) { in ui_window_set_wall_picture()
495 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_set_wall_picture()
520 if (win->window_exposed) { in ui_window_unset_wall_picture()
521 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_unset_wall_picture()
695 (*win->window_exposed)(win, 0, 0, ACTUAL_WIDTH(win), ACTUAL_HEIGHT(win)); in ui_window_map()
818 if (win->window_exposed) { in ui_window_move()
819 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_move()
948 if (win->window_exposed) { in ui_window_update_all()
949 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_update_all()
1482 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_bell()
H A Dui_display.c332 if (win->window_exposed) { in expose_window()
347 (*win->window_exposed)(win, x, y, width, height); in expose_window()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_im_status_screen.c361 static void window_exposed(ui_window_t *win, int x, int y, u_int width, u_int height) { in window_exposed() function
433 stat_screen->window.window_exposed = window_exposed; in ui_im_status_screen_new()
H A Dui_im_candidate_screen.c824 static void window_exposed(ui_window_t *win, int x, int y, u_int width, u_int height) { in window_exposed() function
940 cand_screen->window.window_exposed = window_exposed; in ui_im_candidate_screen_new()
H A Dui_scrollbar.c322 static void window_exposed(ui_window_t *win, int x, int y, u_int width, u_int height) { in window_exposed() function
718 sb->window.window_exposed = window_exposed; in ui_scrollbar_init()
H A Dui_layout.c497 static void window_exposed(ui_window_t *win, int x, int y, u_int width, u_int height) { in window_exposed() function
994 (*term->screen->window.window_exposed)( in change_sb_mode_intern()
1247 layout->window.window_exposed = window_exposed; in ui_layout_new()
H A Dui_window.h197 void (*window_exposed)(struct ui_window *, int, int, u_int, u_int); member
H A Dui_screen.c1359 static void window_exposed(ui_window_t *win, int x, int y, u_int width, u_int height) { in window_exposed() function
6709 screen->window.window_exposed = window_exposed; in ui_screen_new()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/wayland/
H A Dui_window.c1332 if (win->window_exposed) { in ui_window_set_wall_picture()
1333 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_set_wall_picture()
1347 if (win->window_exposed) { in ui_window_set_wall_picture()
1348 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_set_wall_picture()
1382 if (win->window_exposed) { in ui_window_unset_wall_picture()
1383 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_unset_wall_picture()
1751 if (win->window_exposed) { in ui_window_move()
1752 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_move()
1885 if (win->window_exposed) { in ui_window_update_all()
1886 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_update_all()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/xlib/
H A Dui_window.c393 } else if (win->window_exposed) { in notify_configure_to_children()
395 (*win->window_exposed)(win, 0, 0, win->width, win->height); in notify_configure_to_children()
1044 if (win->window_exposed) { in ui_window_set_wall_picture()
1045 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_set_wall_picture()
1099 if (win->window_exposed) { in ui_window_unset_wall_picture()
1160 if (win->window_exposed) { in ui_window_unset_transparent()
1836 if (win->window_exposed) { in ui_window_update_all()
1837 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_update_all()
2215 if (win->window_exposed) { in ui_window_receive_event()
2216 (*win->window_exposed)(win, x, y, width, height); in ui_window_receive_event()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dbench.c1076 static void window_exposed(void);
1187 if (waitTest || noKeyboard) gist_expose_wait(engine, window_exposed); in on_launch()
1193 window_exposed(void) in window_exposed() function
/dports/x11/mlterm/mlterm-3.9.1/android/jni/
H A Dui_display.c476 if (win->window_exposed) { in update_window()
477 (*win->window_exposed)(win, 0, 0, win->width, win->height); in update_window()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/beos/
H A Dui_window.c275 if (win->window_exposed) { in expose()
276 (*win->window_exposed)(win, event->x - win->hmargin, event->y - win->vmargin, event->width, in expose()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/quartz/
H A Dui_window.c259 if (win->window_exposed) { in expose()
260 (*win->window_exposed)(win, event->x - win->hmargin, event->y - win->vmargin, event->width, in expose()
H A Dcocoatouch.m588 u_long pixel = uiwindow->fg_color.pixel; /* See window_exposed() in ui_layout.c */
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/win32/
H A Dui_window.c1573 if (win->window_exposed) { in ui_window_receive_event()
1619 (*win->window_exposed)(win, x, y, width, height); in ui_window_receive_event()
2701 (*win->window_exposed)(win, 0, 0, win->width, win->height); in ui_window_bell()
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog1048 * ui_layout.c: window_exposed() uses ui_layout_t.window.fg_color instead of
4198 in window_exposed().
9287 method window in draw_screen() is skipped if window_exposed() calls it.
9745 - The width and height arguments of win->window_exposed
10306 in calling win->window_exposed() in expose_window() is fixed.
12167 window_exposed() is fixed.
12239 * x_screen.c: window_exposed() is tuned up.
12748 clear_margin_area() is called before window_exposed().
12749 (For x_im_candidate_screen.c:window_exposed.)
14047 win->window_exposed().
[all …]