Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_line.c94 …vg_lite_cap_style_t cap_style = (dsc->round_start || dsc->round_end) ? VG_LITE_CAP_ROUND : VG_LITE… in _vglite_draw_line() local
130 …VGLITE_CHECK_ERROR(vg_lite_set_stroke(&path, cap_style, join_style, width, 8, stroke_dash_pattern,… in _vglite_draw_line()
Dlv_draw_vglite_border.c117 vg_lite_cap_style_t cap_style = (radius) ? VG_LITE_CAP_ROUND : VG_LITE_CAP_BUTT; in _vglite_draw_border() local
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/others/vg_lite_tvg/
Dvg_lite.h724 vg_lite_cap_style_t cap_style; member
1069 vg_lite_cap_style_t cap_style,
Dvg_lite_tvg.cpp892 vg_lite_cap_style_t cap_style, in vg_lite_set_stroke() argument
917 path->stroke->cap_style = cap_style; in vg_lite_set_stroke()
2363 TVG_CHECK_RETURN_RESULT(shape->stroke(stroke_cap_conv(path->stroke->cap_style))); in shape_set_stroke()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c349 LV_LOG_USER("cap_style: 0x%X", (int)stroke->cap_style); in lv_vg_lite_stroke_dump_info()