Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_line.c95vg_lite_join_style_t join_style = (dsc->round_start || dsc->round_end) ? VG_LITE_JOIN_ROUND : VG_L… in _vglite_draw_line()
Dlv_draw_vglite_border.c118 vg_lite_join_style_t join_style = (radius) ? VG_LITE_JOIN_ROUND : VG_LITE_JOIN_MITER; in _vglite_draw_border()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h545 } vg_lite_join_style_t; typedef
725 vg_lite_join_style_t join_style;
1070 vg_lite_join_style_t join_style,
Dvg_lite_tvg.cpp300 static StrokeJoin stroke_join_conv(vg_lite_join_style_t join);
893 vg_lite_join_style_t join_style, in vg_lite_set_stroke()
2240 static StrokeJoin stroke_join_conv(vg_lite_join_style_t join) in stroke_join_conv()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_stroke.c120 static vg_lite_join_style_t lv_stroke_join_to_vg(lv_vector_stroke_join_t join) in lv_stroke_join_to_vg()