Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph.hpp21 using GlyphIDs = std::set<GlyphID>; typedef
114 using GlyphDependencies = std::map<FontStack,GlyphIDs>;
H A Dglyph_manager.cpp32 const GlyphIDs& glyphIDs = dependency.second; in getGlyphs()
130 const GlyphIDs& glyphIDs = dependency.second; in notify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp256 GlyphIDs& pendingGlyphIDs = pendingGlyphDependencies[fontStack]; in onGlyphsAvailable()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp124 GlyphIDs& dependencies = glyphDependencies[fontStack]; in SymbolLayout()