Searched refs:LottieVectorFrame (Results 1 – 3 of 3) sorted by relevance
65 struct LottieVectorFrame struct75 T interpolate(LottieVectorFrame* next, float frameNo) in interpolate() argument93 float angle(LottieVectorFrame* next, float frameNo) in angle() argument107 void prepare(LottieVectorFrame* next) in prepare() argument638 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()
71 template<typename T> bool parseTangent(const char *key, LottieVectorFrame<T>& value);
373 bool LottieParser::parseTangent(const char *key, LottieVectorFrame<T>& value) in parseTangent()