Home
last modified time | relevance | path

Searched refs:parseGlyphPBF (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_pbf.hpp11 std::vector<Glyph> parseGlyphPBF(const GlyphRange&, const std::string& data);
H A Dglyph_pbf.cpp7 std::vector<Glyph> parseGlyphPBF(const GlyphRange& glyphRange, const std::string& data) { in parseGlyphPBF() function
H A Dglyph_manager.cpp94 glyphs = parseGlyphPBF(range, *res.data); in processResponse()