Searched refs:parseGlyphPBF (Results 1 – 3 of 3) sorted by relevance
11 std::vector<Glyph> parseGlyphPBF(const GlyphRange&, const std::string& data);
7 std::vector<Glyph> parseGlyphPBF(const GlyphRange& glyphRange, const std::string& data) { in parseGlyphPBF() function
94 glyphs = parseGlyphPBF(range, *res.data); in processResponse()