Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_pbf.cpp19 protozero::data_view glyphData; in parseGlyphPBF() local
31 glyphData = glyph_pbf.get_view(); in parseGlyphPBF()
80 if (size.area() != glyphData.size()) { in parseGlyphPBF()
84 …ph.bitmap = AlphaImage(size, reinterpret_cast<const uint8_t*>(glyphData.data()), glyphData.size()); in parseGlyphPBF()