Lines Matching defs:LottieComposition
853 struct LottieComposition struct
857 float duration() const in duration()
862 float frameAtTime(float timeInSec) const in frameAtTime()
869 float timeAtFrame(float frameNo) in timeAtFrame()
874 float frameCnt() const in frameCnt()
879 LottieLayer* asset(unsigned long id) in asset()
888 LottieLayer* root = nullptr;
889 char* version = nullptr;
890 char* name = nullptr;
891 float w, h;
892 float frameRate;
893 Array<LottieObject*> assets;
894 Array<LottieInterpolator*> interpolators;
895 Array<LottieFont*> fonts;
896 Array<LottieSlot*> slots;
897 Array<LottieMarker*> markers;
898 bool expressions = false;
899 bool initiated = false;