Searched refs:LottieImage (Results 1 – 5 of 5) sorted by relevance
80 …LottieImage* parseImage(const char* data, const char* subPath, bool embedded, float width, float h…
134 LottieImage::~LottieImage() in ~LottieImage()141 void LottieImage::prepare() in prepare()
649 struct LottieImage : LottieObject, LottieRenderPooler<tvg::Picture> struct660 ~LottieImage(); argument
928 LottieImage* LottieParser::parseImage(const char* data, const char* subPath, bool embedded, float w… in parseImage()931 auto image = new LottieImage; in parseImage()
983 auto image = static_cast<LottieImage*>(layer->children.first()); in updateImage()