Searched refs:cap_style (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_line.c | 94 …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()
|
D | lv_draw_vglite_border.c | 117 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/ |
D | vg_lite.h | 724 vg_lite_cap_style_t cap_style; member 1069 vg_lite_cap_style_t cap_style,
|
D | vg_lite_tvg.cpp | 892 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/ |
D | lv_vg_lite_utils.c | 349 LV_LOG_USER("cap_style: 0x%X", (int)stroke->cap_style); in lv_vg_lite_stroke_dump_info()
|