Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c53 static GlyphHashSetRec glyphHashSets[] = { variable
81 #define NGLYPHHASHSETS ARRAY_SIZE(glyphHashSets)
115 if (glyphHashSets[i].entries >= filled) in FindGlyphHashSet()
116 return &glyphHashSets[i]; in FindGlyphHashSet()
451 if (!AllocateGlyphHash(&globalGlyphs[fdepth], &glyphHashSets[0])) in AllocateGlyphSet()
459 if (!AllocateGlyphHash(&glyphSet->hash, &glyphHashSets[0])) { in AllocateGlyphSet()