Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/styles/
Dlv_example_style_2.c17 grad.stops_count = 2; in lv_example_style_2()
/lvgl-3.7.0/src/draw/
Dlv_draw_rect.c44 dsc->bg_grad.stops_count = 2; in lv_draw_rect_dsc_init()
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_gradient.c306 int32_t max = (dsc->stops[dsc->stops_count - 1].frac * range) >> 8; in lv_gradient_calculate()
308 GRAD_CONV(tmp, dsc->stops[dsc->stops_count - 1].color); in lv_gradient_calculate()
314 for(uint8_t i = 1; i < dsc->stops_count; i++) { in lv_gradient_calculate()
/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_rect.c45 uint8_t stops_count; member
52 uint8_t stops_count; member
375 else if(dsc->bg_grad.stops_count == 1) { in draw_bg_color()
958 key.stops_count = grad->stops_count; in rect_grad_frag_key_create()
960 for(uint8_t i = 0; i < grad->stops_count; i++) { in rect_grad_frag_key_create()
975 key.stops_count = grad->stops_count; in rect_grad_strip_key_create()
977 for(uint8_t i = 0; i < grad->stops_count; i++) { in rect_grad_strip_key_create()
/lvgl-3.7.0/src/misc/
Dlv_style.h157 uint8_t stops_count; /**< The number of used stops in the array */ member
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_rect.c130 uint8_t cnt = LV_MAX(dsc->bg_grad.stops_count, 2); in lv_gpu_nxp_vglite_draw_bg()