Home
last modified time | relevance | path

Searched refs:LV_SVG_ATTR_STROKE_LINECAP (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/svg/
Dlv_svg.h91 LV_SVG_ATTR_STROKE_LINECAP, enumerator
Dlv_svg_parser.c108 {"stroke-linecap", 14, LV_SVG_ATTR_STROKE_LINECAP},
1297 else if(type == LV_SVG_ATTR_STROKE_LINECAP) { in _process_paint_attrs()
2093 case LV_SVG_ATTR_STROKE_LINECAP: in _process_attrs_tag()
Dlv_svg_render.c807 case LV_SVG_ATTR_STROKE_LINECAP: { in _set_attr()