Home
last modified time | relevance | path

Searched refs:GlyphPosition (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_atlas.hpp9 struct GlyphPosition { struct
14 using GlyphPositionMap = std::map<GlyphID, GlyphPosition>;
H A Dglyph_atlas.cpp43 GlyphPosition { in makeGlyphAtlas()
H A Dquads.cpp112 const GlyphPosition& glyph = positionsIt->second; in getGlyphQuads()