Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieProperty.h65 struct LottieVectorFrame struct
75 T interpolate(LottieVectorFrame* next, float frameNo) in interpolate() argument
93 float angle(LottieVectorFrame* next, float frameNo) in angle() argument
107 void prepare(LottieVectorFrame* next) in prepare() argument
638 Array<LottieVectorFrame<Point>>* frames = nullptr;
676 LottieVectorFrame<Point>& newFrame() in newFrame()
678 if (!frames) frames = new Array<LottieVectorFrame<Point>>; in newFrame()
682 …memset((void*)(frames->data + old), 0x00, sizeof(LottieVectorFrame<Point>) * (frames->reserved - o… in newFrame()
688 LottieVectorFrame<Point>& nextFrame() in nextFrame()
DtvgLottieParser.h71 template<typename T> bool parseTangent(const char *key, LottieVectorFrame<T>& value);
DtvgLottieParser.cpp373 bool LottieParser::parseTangent(const char *key, LottieVectorFrame<T>& value) in parseTangent()