Home
last modified time | relevance | path

Searched defs:GlyphID (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dlocal_glyph_rasterizer.cpp14 bool LocalGlyphRasterizer::canRasterizeGlyph(const FontStack&, GlyphID) { in canRasterizeGlyph() argument
18 Glyph LocalGlyphRasterizer::rasterizeGlyph(const FontStack&, GlyphID) { in rasterizeGlyph() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph.hpp20 using GlyphID = char16_t; typedef