Searched refs:parseChars (Results 1 – 2 of 2) sorted by relevance
116 void parseChars(Array<LottieGlyph*>& glyphs);
1048 void LottieParser::parseChars(Array<LottieGlyph*>& glyphs) in parseChars() function in LottieParser1498 else if (KEY_AS("chars")) parseChars(glyphs); in parse()