Lines Matching refs:Array
185 Array<Point> outs, ins, pts; in getValue()
215 Array<Point> outPts; in getValue()
216 Array<PathCommand> outCmds; in getValue()
260 …if (!color.input) color.input = new Array<float>(static_cast<LottieGradient*>(context.parent)->col… in getValue()
267 void LottieParser::getValue(Array<Point>& pts) in getValue()
914 void LottieParser::parseObject(Array<LottieObject*>& parent) in parseObject()
1048 void LottieParser::parseChars(Array<LottieGlyph*>& glyphs) in parseChars()
1115 void LottieParser::parseShapes(Array<LottieObject*>& parent) in parseShapes()
1185 void LottieParser::parseText(Array<LottieObject*>& parent) in parseText()
1400 void LottieParser::postProcess(Array<LottieGlyph*>& glyphs) in postProcess()
1482 Array<LottieGlyph*> glyphs; in parse()