Home
last modified time | relevance | path

Searched refs:window_height (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/drivers/windows/
Dlv_windows_context.c565 int32_t window_height = lv_windows_dpi_to_physical( in lv_windows_window_message_callback_nolock() local
599 reserved_height + window_height, in lv_windows_window_message_callback_nolock()
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c1785 int window_width, int window_height) in create_decoration() argument
1822 decoration->height = window_height + TITLE_BAR_HEIGHT; in create_decoration()
1826 decoration->height = window_height + TITLE_BAR_HEIGHT; in create_decoration()
2570 int32_t window_height; in lv_wayland_window_create() local
2576 window_height = ver_res; in lv_wayland_window_create()
2583 window_height = ver_res + (TITLE_BAR_HEIGHT + (2 * BORDER_SIZE)); in lv_wayland_window_create()
2588 window = create_window(&application, window_width, window_height, title); in lv_wayland_window_create()