Home
last modified time | relevance | path

Searched refs:lv_vector_dsc_set_stroke_join (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_vector.c181 lv_vector_dsc_set_stroke_join(ctx, LV_VECTOR_STROKE_JOIN_MITER); in draw_lines()
185 lv_vector_dsc_set_stroke_join(ctx, LV_VECTOR_STROKE_JOIN_BEVEL); in draw_lines()
189 lv_vector_dsc_set_stroke_join(ctx, LV_VECTOR_STROKE_JOIN_ROUND); in draw_lines()
227 lv_vector_dsc_set_stroke_join(ctx, LV_VECTOR_STROKE_JOIN_MITER); in draw_lines()
/lvgl-latest/src/draw/
Dlv_draw_vector.h373 void lv_vector_dsc_set_stroke_join(lv_vector_dsc_t * dsc, lv_vector_stroke_join_t join);
Dlv_draw_vector.c643 void lv_vector_dsc_set_stroke_join(lv_vector_dsc_t * dsc, lv_vector_stroke_join_t join) in lv_vector_dsc_set_stroke_join() function