Searched refs:fontGlyphs (Results 1 – 1 of 1) sorted by relevance
281 auto fontGlyphs = glyphMap.find(fontDependencies.first); in requestNewGlyphs() local283 …if (fontGlyphs == glyphMap.end() || fontGlyphs->second.find(glyphID) == fontGlyphs->second.end()) { in requestNewGlyphs()