Searched refs:GlyphIDs (Results 1 – 4 of 4) sorted by relevance
21 using GlyphIDs = std::set<GlyphID>; typedef114 using GlyphDependencies = std::map<FontStack,GlyphIDs>;
32 const GlyphIDs& glyphIDs = dependency.second; in getGlyphs()130 const GlyphIDs& glyphIDs = dependency.second; in notify()
256 GlyphIDs& pendingGlyphIDs = pendingGlyphDependencies[fontStack]; in onGlyphsAvailable()
124 GlyphIDs& dependencies = glyphDependencies[fontStack]; in SymbolLayout()