Searched refs:lv_vector_dsc_set_stroke_dash (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 113 lv_vector_dsc_set_stroke_dash(ctx, NULL, 0); in draw_shapes() 170 lv_vector_dsc_set_stroke_dash(ctx, dashes, 4); in draw_lines() 180 lv_vector_dsc_set_stroke_dash(ctx, NULL, 0); in draw_lines()
|
/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 164 lv_vector_dsc_set_stroke_dash(ctx, dashes, 4); in draw_lines() 201 lv_vector_dsc_set_stroke_dash(ctx, NULL, 0); in draw_arc()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.h | 359 void lv_vector_dsc_set_stroke_dash(lv_vector_dsc_t * dsc, float * dash_pattern, uint16_t dash_count…
|
D | lv_draw_vector.c | 618 void lv_vector_dsc_set_stroke_dash(lv_vector_dsc_t * dsc, float * dash_pattern, uint16_t dash_count) in lv_vector_dsc_set_stroke_dash() function
|