Searched refs:stops_count (Results 1 – 6 of 6) sorted by relevance
17 grad.stops_count = 2; in lv_example_style_2()
44 dsc->bg_grad.stops_count = 2; in lv_draw_rect_dsc_init()
306 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()
45 uint8_t stops_count; member52 uint8_t stops_count; member375 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()
157 uint8_t stops_count; /**< The number of used stops in the array */ member
130 uint8_t cnt = LV_MAX(dsc->bg_grad.stops_count, 2); in lv_gpu_nxp_vglite_draw_bg()