Home
last modified time | relevance | path

Searched refs:LV_VECTOR_DRAW_STYLE_SOLID (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_vector.c478 fill_dsc->style = LV_VECTOR_DRAW_STYLE_SOLID; in lv_vector_dsc_create()
485 stroke_dsc->style = LV_VECTOR_DRAW_STYLE_SOLID; in lv_vector_dsc_create()
524 dsc->current_dsc.fill_dsc.style = LV_VECTOR_DRAW_STYLE_SOLID; in lv_vector_dsc_set_fill_color()
530 dsc->current_dsc.fill_dsc.style = LV_VECTOR_DRAW_STYLE_SOLID; in lv_vector_dsc_set_fill_color32()
598 dsc->current_dsc.stroke_dsc.style = LV_VECTOR_DRAW_STYLE_SOLID; in lv_vector_dsc_set_stroke_color32()
604 dsc->current_dsc.stroke_dsc.style = LV_VECTOR_DRAW_STYLE_SOLID; in lv_vector_dsc_set_stroke_color()
Dlv_draw_vector.h73 LV_VECTOR_DRAW_STYLE_SOLID = 0, enumerator
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_vector.c225 if(dsc->style == LV_VECTOR_DRAW_STYLE_SOLID) { in _set_paint_stroke()
320 if(dsc->style == LV_VECTOR_DRAW_STYLE_SOLID) { in _set_paint_fill()
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c728 dsc->fill_dsc.style = LV_VECTOR_DRAW_STYLE_SOLID; in _set_attr()
759 dsc->stroke_dsc.style = LV_VECTOR_DRAW_STYLE_SOLID; in _set_attr()
886 dsc->fill_dsc.style = LV_VECTOR_DRAW_STYLE_SOLID; in _set_solid_ref()
891 dsc->stroke_dsc.style = LV_VECTOR_DRAW_STYLE_SOLID; in _set_solid_ref()
948 fill_dsc->style = LV_VECTOR_DRAW_STYLE_SOLID; in _init_draw_dsc()
955 stroke_dsc->style = LV_VECTOR_DRAW_STYLE_SOLID; in _init_draw_dsc()
/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_vector.c209 case LV_VECTOR_DRAW_STYLE_SOLID: { in task_draw_cb()