Home
last modified time | relevance | path

Searched refs:glyph_pbf (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_pbf.cpp16 auto glyph_pbf = fontstack_pbf.get_message(); in parseGlyphPBF() local
24 while (glyph_pbf.next()) { in parseGlyphPBF()
25 switch (glyph_pbf.tag()) { in parseGlyphPBF()
27 glyph.id = glyph_pbf.get_uint32(); in parseGlyphPBF()
31 glyphData = glyph_pbf.get_view(); in parseGlyphPBF()
34 glyph.metrics.width = glyph_pbf.get_uint32(); in parseGlyphPBF()
38 glyph.metrics.height = glyph_pbf.get_uint32(); in parseGlyphPBF()
42 glyph.metrics.left = glyph_pbf.get_sint32(); in parseGlyphPBF()
46 glyph.metrics.top = glyph_pbf.get_sint32(); in parseGlyphPBF()
50 glyph.metrics.advance = glyph_pbf.get_uint32(); in parseGlyphPBF()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro315 src/mbgl/text/glyph_pbf.cpp \