Searched refs:lv_vector_dsc_set_stroke_width (Results 1 – 4 of 4) sorted by relevance
112 lv_vector_dsc_set_stroke_width(ctx, 2.0f); in draw_shapes()160 lv_vector_dsc_set_stroke_width(ctx, 3.0f); in draw_lines()168 lv_vector_dsc_set_stroke_width(ctx, 5.0f); in draw_lines()179 lv_vector_dsc_set_stroke_width(ctx, 10.0f); in draw_lines()
161 lv_vector_dsc_set_stroke_width(ctx, 8.0f); in draw_lines()200 lv_vector_dsc_set_stroke_width(ctx, 2.0f); in draw_arc()
351 void lv_vector_dsc_set_stroke_width(lv_vector_dsc_t * dsc, float width);
613 void lv_vector_dsc_set_stroke_width(lv_vector_dsc_t * dsc, float width) in lv_vector_dsc_set_stroke_width() function