Home
last modified time | relevance | path

Searched refs:LV_GRAD_DIR_HOR (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.5.0/examples/styles/
Dlv_example_style_13.c13 lv_style_set_bg_grad_dir(&style_indic, LV_GRAD_DIR_HOR); in lv_example_style_13()
/lvgl-3.5.0/examples/widgets/label/
Dlv_example_label_4.c59 lv_obj_set_style_bg_grad_dir(grad, LV_GRAD_DIR_HOR, 0); in lv_example_label_4()
/lvgl-3.5.0/examples/widgets/canvas/
Dlv_example_canvas_1.c14 rect_dsc.bg_grad.dir = LV_GRAD_DIR_HOR; in lv_example_canvas_1()
/lvgl-3.5.0/src/draw/sw/
Dlv_draw_sw_gradient.c160 lv_coord_t size = g->dir == LV_GRAD_DIR_HOR ? w : h; in allocate_item()
264 lv_coord_t size = g->dir == LV_GRAD_DIR_HOR ? w : h; in lv_gradient_get()
Dlv_draw_sw_rect.c172 if(grad && grad_dir == LV_GRAD_DIR_HOR) { in draw_bg()
195 case LV_GRAD_DIR_HOR: in draw_bg()
208 case LV_GRAD_DIR_HOR: in draw_bg()
/lvgl-3.5.0/src/misc/
Dlv_style.h129 LV_GRAD_DIR_HOR, /**< Horizontal (left to right) gradient*/ enumerator
/lvgl-3.5.0/demos/music/
Dlv_demo_music_main.c606 lv_obj_set_style_bg_grad_dir(slider_obj, LV_GRAD_DIR_HOR, LV_PART_INDICATOR); in create_ctrl_box()