Home
last modified time | relevance | path

Searched defs:grad (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_dither.c19 void LV_ATTRIBUTE_FAST_MEM lv_dither_none(lv_grad_t * grad, lv_coord_t x, lv_coord_t y, lv_coord_t … in lv_dither_none()
41 void LV_ATTRIBUTE_FAST_MEM lv_dither_ordered_hor(lv_grad_t * grad, lv_coord_t x, lv_coord_t y, lv_c… in lv_dither_ordered_hor()
65 void LV_ATTRIBUTE_FAST_MEM lv_dither_ordered_ver(lv_grad_t * grad, lv_coord_t x, lv_coord_t y, lv_c… in lv_dither_ordered_ver()
100 void LV_ATTRIBUTE_FAST_MEM lv_dither_err_diff_hor(lv_grad_t * grad, lv_coord_t xs, lv_coord_t y, lv… in lv_dither_err_diff_hor()
154 void LV_ATTRIBUTE_FAST_MEM lv_dither_err_diff_ver(lv_grad_t * grad, lv_coord_t xs, lv_coord_t y, lv… in lv_dither_err_diff_ver()
Dlv_draw_sw_gradient.c339 void lv_gradient_cleanup(lv_grad_t * grad) in lv_gradient_cleanup()
Dlv_draw_sw_rect.c167 lv_grad_t * grad = lv_gradient_get(&dsc->bg_grad, coords_bg_w, coords_bg_h); in draw_bg() local
/lvgl-3.7.0/examples/styles/
Dlv_example_style_2.c15 static lv_grad_dsc_t grad; in lv_example_style_2() local
/lvgl-3.7.0/examples/widgets/label/
Dlv_example_label_4.c54 lv_obj_t * grad = lv_obj_create(lv_scr_act()); in lv_example_label_4() local
/lvgl-3.7.0/src/core/
Dlv_obj_draw.c62 const lv_grad_dsc_t * grad = lv_obj_get_style_bg_grad(obj, part); in lv_obj_init_draw_rect_dsc() local
/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_rect.c199 SDL_Texture * lv_draw_sdl_rect_grad_frag_obtain(lv_draw_sdl_ctx_t * ctx, const lv_grad_dsc_t * grad in lv_draw_sdl_rect_grad_frag_obtain()
254 … * lv_draw_sdl_rect_grad_strip_obtain(lv_draw_sdl_ctx_t * ctx, const lv_grad_dsc_t * grad, bool * … in lv_draw_sdl_rect_grad_strip_obtain()
416 const lv_grad_dsc_t * grad, bool blend_mod) in draw_bg_grad_simple()
952 static lv_draw_rect_grad_frag_key_t rect_grad_frag_key_create(const lv_grad_dsc_t * grad, lv_coord_… in rect_grad_frag_key_create()
970 static lv_draw_rect_grad_strip_key_t rect_grad_strip_key_create(const lv_grad_dsc_t * grad) in rect_grad_strip_key_create()