Lines Matching refs:LottieParser

63 LottieEffect* LottieParser::getEffect(int type)  in getEffect()
72 CompositeMethod LottieParser::getMaskMethod(bool inversed) in getMaskMethod()
92 RGB24 LottieParser::getColor(const char *str) in getColor()
120 FillRule LottieParser::getFillRule() in getFillRule()
129 CompositeMethod LottieParser::getMatteType() in getMatteType()
141 StrokeCap LottieParser::getStrokeCap() in getStrokeCap()
151 StrokeJoin LottieParser::getStrokeJoin() in getStrokeJoin()
161 void LottieParser::getValue(TextDocument& doc) in getValue()
183 void LottieParser::getValue(PathSet& path) in getValue()
256 void LottieParser::getValue(ColorStop& color) in getValue()
267 void LottieParser::getValue(Array<Point>& pts) in getValue()
279 void LottieParser::getValue(int8_t& val) in getValue()
292 void LottieParser::getValue(uint8_t& val) in getValue()
305 void LottieParser::getValue(float& val) in getValue()
318 bool LottieParser::getValue(Point& pt) in getValue()
337 void LottieParser::getValue(RGB24& color) in getValue()
352 void LottieParser::getInterpolatorPoint(Point& pt) in getInterpolatorPoint()
363 void LottieParser::parseSlotProperty(T& prop) in parseSlotProperty()
373 bool LottieParser::parseTangent(const char *key, LottieVectorFrame<T>& value) in parseTangent()
385 bool LottieParser::parseTangent(const char *key, LottieScalarFrame<T>& value) in parseTangent()
391 LottieInterpolator* LottieParser::getInterpolator(const char* key, Point& in, Point& out) in getInterpolator()
419 void LottieParser::parseKeyFrame(T& prop) in parseKeyFrame()
466 void LottieParser::parsePropertyInternal(T& prop) in parsePropertyInternal()
492 void LottieParser::parseProperty(T& prop, LottieObject* obj) in parseProperty()
516 bool LottieParser::parseCommon(LottieObject* obj, const char* key) in parseCommon()
528 bool LottieParser::parseDirection(LottieShape* shape, const char* key) in parseDirection()
540 LottieRect* LottieParser::parseRect() in parseRect()
559 LottieEllipse* LottieParser::parseEllipse() in parseEllipse()
577 LottieTransform* LottieParser::parseTransform(bool ddd) in parseTransform()
620 LottieSolidFill* LottieParser::parseSolidFill() in parseSolidFill()
639 void LottieParser::parseStrokeDash(LottieStroke* stroke) in parseStrokeDash()
659 LottieSolidStroke* LottieParser::parseSolidStroke() in parseSolidStroke()
682 void LottieParser::getPathSet(LottiePathSet& path) in getPathSet()
701 LottiePath* LottieParser::parsePath() in parsePath()
716 LottiePolyStar* LottieParser::parsePolyStar() in parsePolyStar()
740 LottieRoundedCorner* LottieParser::parseRoundedCorner() in parseRoundedCorner()
756 void LottieParser::parseGradient(LottieGradient* gradient, const char* key) in parseGradient()
777 LottieGradientFill* LottieParser::parseGradientFill() in parseGradientFill()
795 LottieGradientStroke* LottieParser::parseGradientStroke() in parseGradientStroke()
816 LottieTrimpath* LottieParser::parseTrimpath() in parseTrimpath()
836 LottieRepeater* LottieParser::parseRepeater() in parseRepeater()
868 LottieOffsetPath* LottieParser::parseOffsetPath() in parseOffsetPath()
887 LottieObject* LottieParser::parseObject() in parseObject()
914 void LottieParser::parseObject(Array<LottieObject*>& parent) in parseObject()
928 LottieImage* LottieParser::parseImage(const char* data, const char* subPath, bool embedded, float w… in parseImage()
959 LottieObject* LottieParser::parseAsset() in parseAsset()
996 LottieFont* LottieParser::parseFont() in parseFont()
1014 void LottieParser::parseAssets() in parseAssets()
1024 LottieMarker* LottieParser::parseMarker() in parseMarker()
1040 void LottieParser::parseMarkers() in parseMarkers()
1048 void LottieParser::parseChars(Array<LottieGlyph*>& glyphs) in parseChars()
1074 void LottieParser::parseFonts() in parseFonts()
1088 LottieObject* LottieParser::parseGroup() in parseGroup()
1109 void LottieParser::parseTimeRemap(LottieLayer* layer) in parseTimeRemap()
1115 void LottieParser::parseShapes(Array<LottieObject*>& parent) in parseShapes()
1135 void LottieParser::parseTextRange(LottieText* text) in parseTextRange()
1185 void LottieParser::parseText(Array<LottieObject*>& parent) in parseText()
1212 void LottieParser::getLayerSize(float& val) in getLayerSize()
1224 LottieMask* LottieParser::parseMask() in parseMask()
1252 void LottieParser::parseMasks(LottieLayer* layer) in parseMasks()
1263 void LottieParser::parseGaussianBlur(LottieGaussianBlur* effect) in parseGaussianBlur()
1287 void LottieParser::parseEffect(LottieEffect* effect) in parseEffect()
1299 void LottieParser::parseEffects(LottieLayer* layer) in parseEffects()
1328 LottieLayer* LottieParser::parseLayer(LottieLayer* precomp) in parseLayer()
1383 LottieLayer* LottieParser::parseLayers(LottieLayer* root) in parseLayers()
1400 void LottieParser::postProcess(Array<LottieGlyph*>& glyphs) in postProcess()
1422 const char* LottieParser::sid(bool first) in sid()
1433 bool LottieParser::apply(LottieSlot* slot) in apply()
1472 bool LottieParser::parse() in parse()