Searched refs:window_height (Results 1 – 2 of 2) sorted by relevance
565 int32_t window_height = lv_windows_dpi_to_physical( in lv_windows_window_message_callback_nolock() local599 reserved_height + window_height, in lv_windows_window_message_callback_nolock()
1785 int window_width, int window_height) in create_decoration() argument1822 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() local2576 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()