Searched refs:vg_lite_set_stroke (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_line.c | 130 …VGLITE_CHECK_ERROR(vg_lite_set_stroke(&path, cap_style, join_style, width, 8, stroke_dash_pattern,… in _vglite_draw_line()
|
D | lv_draw_vglite_border.c | 186 …VGLITE_CHECK_ERROR(vg_lite_set_stroke(&path, cap_style, join_style, line_width, 8, NULL, 0, 0, vgc… in _vglite_draw_border()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_stroke.c | 238 vg_lite_error_t error = vg_lite_set_stroke( in stroke_create_cb()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite.h | 1068 vg_lite_error_t vg_lite_set_stroke(vg_lite_path_t *path,
|
D | vg_lite_tvg.cpp | 891 vg_lite_error_t vg_lite_set_stroke(vg_lite_path_t * path, in vg_lite_set_stroke() function
|