Searched refs:join_style (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_line.c | 95 …vg_lite_join_style_t join_style = (dsc->round_start || dsc->round_end) ? VG_LITE_JOIN_ROUND : VG_L… 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 | 118 vg_lite_join_style_t join_style = (radius) ? VG_LITE_JOIN_ROUND : VG_LITE_JOIN_MITER; 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/libs/nema_gfx/include/ |
D | nema_vg_context.h | 149 void nema_vg_stroke_set_join_style(uint8_t join_style);
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite.h | 725 vg_lite_join_style_t join_style; member 1070 vg_lite_join_style_t join_style,
|
D | vg_lite_tvg.cpp | 893 vg_lite_join_style_t join_style, in vg_lite_set_stroke() argument 918 path->stroke->join_style = join_style; in vg_lite_set_stroke() 2364 TVG_CHECK_RETURN_RESULT(shape->stroke(stroke_join_conv(path->stroke->join_style))); in shape_set_stroke()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_utils.c | 350 LV_LOG_USER("join_style: 0x%X", (int)stroke->join_style); in lv_vg_lite_stroke_dump_info()
|