Searched refs:BUTTON_PADDING (Results 1 – 1 of 1) sorted by relevance
66 #define BUTTON_PADDING LV_MAX((TITLE_BAR_HEIGHT / 8), BORDER_SIZE) macro1863 if((x >= BUTTON_PADDING) && (x < decoration->width - BUTTON_PADDING)) { in create_decoration()1880 …if(((x == BUTTON_PADDING) && (y >= BUTTON_PADDING) && (y < decoration->height - BUTTON_PADDING)) || in create_decoration()1881 …((x == (decoration->width - BUTTON_PADDING)) && (y >= BUTTON_PADDING) && (y <= decoration->height … in create_decoration()1882 … ((y == BUTTON_PADDING) && (x >= BUTTON_PADDING) && (x < decoration->width - BUTTON_PADDING)) || in create_decoration()1883 …((y == (BUTTON_PADDING + 1)) && (x >= BUTTON_PADDING) && (x < decoration->width - BUTTON_PADDING))… in create_decoration()1884 …((y == (decoration->height - BUTTON_PADDING)) && (x >= BUTTON_PADDING) && (x < decoration->width -… in create_decoration()1895 if((x >= BUTTON_PADDING) && (x < decoration->width - BUTTON_PADDING) && in create_decoration()1896 … (y > decoration->height - (2 * BUTTON_PADDING)) && (y < decoration->height - BUTTON_PADDING)) { in create_decoration()