Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.h89 LottiePath* parsePath();
DtvgLottieParser.cpp701 LottiePath* LottieParser::parsePath() in parsePath()
703 auto path = new LottiePath; in parsePath()
DtvgLottieModel.h354 struct LottiePath : LottieShape struct
DtvgLottieBuilder.cpp560 auto path = static_cast<LottiePath*>(*child); in updatePath()
1051 …if (static_cast<LottiePath*>(*p)->pathset(frameNo, P(shape)->rs.path.cmds, P(shape)->rs.path.pts, … in updateText()
DtvgLottieExpressions.cpp652 jerry_object_set_native_ptr(obj, nullptr, &static_cast<LottiePath*>(target)->pathset); in _content()