Searched refs:LV_VECTOR_DRAW_STYLE_SOLID (Results 1 – 5 of 5) sorted by relevance
478 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()
73 LV_VECTOR_DRAW_STYLE_SOLID = 0, enumerator
225 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()
728 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()
209 case LV_VECTOR_DRAW_STYLE_SOLID: { in task_draw_cb()