Home
last modified time | relevance | path

Searched refs:SvgLineNode (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoaderCommon.h342 struct SvgLineNode struct
527 SvgLineNode line;
DtvgSvgLoader.cpp1881 {"x1", SvgParserLengthType::Horizontal, sizeof("x1"), offsetof(SvgLineNode, x1)},
1882 {"y1", SvgParserLengthType::Vertical, sizeof("y1"), offsetof(SvgLineNode, y1)},
1883 {"x2", SvgParserLengthType::Horizontal, sizeof("x2"), offsetof(SvgLineNode, x2)},
1884 {"y2", SvgParserLengthType::Vertical, sizeof("y2"), offsetof(SvgLineNode, y2)}
1895 SvgLineNode* line = &(node->node.line); in _attrParseLineNode()