Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_gradient.h23 #if LV_GRADIENT_MAX_STOPS < 2
24 #error LVGL needs at least 2 stops for gradients. Please increase the LV_GRADIENT_MAX_STOPS
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h158 #define LV_GRADIENT_MAX_STOPS 2 macro
/lvgl-latest/
Dlv_conf_template.h151 #define LV_GRADIENT_MAX_STOPS 2
DKconfig178 config LV_GRADIENT_MAX_STOPS config
/lvgl-latest/src/
Dlv_conf_internal.h361 #ifndef LV_GRADIENT_MAX_STOPS
363 #define LV_GRADIENT_MAX_STOPS CONFIG_LV_GRADIENT_MAX_STOPS macro
365 #define LV_GRADIENT_MAX_STOPS 2 macro
/lvgl-latest/src/misc/
Dlv_style.h156 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS]; /**< A gradient stop array */
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl_rect.c44 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS];
51 lv_gradient_stop_t stops[LV_GRADIENT_MAX_STOPS];
/lvgl-latest/docs/
DCHANGELOG.md281 - fix(style): remove the reduntant define of LV_GRADIENT_MAX_STOPS [`903e94b`](https://github.com/l…