Searched refs:dashes (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 163 float dashes[] = {10, 15, 20, 12}; in draw_lines() local 164 lv_vector_dsc_set_stroke_dash(ctx, dashes, 4); in draw_lines()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 169 float dashes[] = {10, 15, 20, 12}; in draw_lines() local 170 lv_vector_dsc_set_stroke_dash(ctx, dashes, 4); in draw_lines()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieBuilder.cpp | 236 float dashes[2]; in _updateStroke() local 237 dashes[0] = stroke->dashSize(frameNo, exps); in _updateStroke() 238 dashes[1] = dashes[0] + stroke->dashGap(frameNo, exps); in _updateStroke() 239 P(ctx->propagator)->strokeDash(dashes, 2, stroke->dashOffset(frameNo, exps)); in _updateStroke()
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 979 Set width of dashes in pixels. Note that dash works only on horizontal and vertical lines 993 Set gap between dashes in pixels. Note that dash works only on horizontal and vertical lines
|