Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.h59 void getPathSet(LottiePathSet& path);
DtvgLottieProperty.h350 struct LottiePathSet : LottieProperty struct
355 ~LottiePathSet() in ~LottiePathSet() argument
494 …if (exps->result<LottiePathSet>(frameNo, cmds, pts, transform, roundness, offsetPath, exp)) return… in operator() argument
DtvgLottieModel.h112 LottiePathSet pathset;
367 LottiePathSet pathset;
DtvgLottieParser.cpp682 void LottieParser::getPathSet(LottiePathSet& path) in getPathSet()
DtvgLottieExpressions.cpp976 … auto pathset = static_cast<LottiePathSet*>(jerry_object_get_native_ptr(info->function, nullptr)); in _uniformPath()