Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_line.c99 vg_lite_float_t stroke_dash_pattern[2] = {0, 0}; in _vglite_draw_line() local
103 stroke_dash_pattern[0] = (vg_lite_float_t)dsc->dash_width; in _vglite_draw_line()
104 stroke_dash_pattern[1] = (vg_lite_float_t)dsc->dash_gap; in _vglite_draw_line()
105 stroke_dash_count = sizeof(stroke_dash_pattern) / sizeof(vg_lite_float_t); in _vglite_draw_line()
130 …K_ERROR(vg_lite_set_stroke(&path, cap_style, join_style, width, 8, stroke_dash_pattern, stroke_das… in _vglite_draw_line()