Searched refs:glyphData (Results 1 – 1 of 1) sorted by relevance
19 protozero::data_view glyphData; in parseGlyphPBF() local31 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()