Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c67 #define BUTTON_SIZE (TITLE_BAR_HEIGHT - (2 * BUTTON_MARGIN)) macro
1651 pos_x = parent->width - 1 * (BUTTON_MARGIN + BUTTON_SIZE); in attach_decoration()
1652 pos_y = -1 * (BUTTON_MARGIN + BUTTON_SIZE + (BORDER_SIZE / 2)); in attach_decoration()
1656 pos_x = parent->width - 2 * (BUTTON_MARGIN + BUTTON_SIZE); in attach_decoration()
1657 pos_y = -1 * (BUTTON_MARGIN + BUTTON_SIZE + (BORDER_SIZE / 2)); in attach_decoration()
1660 pos_x = parent->width - 3 * (BUTTON_MARGIN + BUTTON_SIZE); in attach_decoration()
1661 pos_y = -1 * (BUTTON_MARGIN + BUTTON_SIZE + (BORDER_SIZE / 2)); in attach_decoration()
1799 decoration->width = BUTTON_SIZE; in create_decoration()
1800 decoration->height = BUTTON_SIZE; in create_decoration()
1804 decoration->width = BUTTON_SIZE; in create_decoration()
[all …]