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

/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c53 static GlyphHashSetRec glyphHashSets[] = { variable in typeref:typename:GlyphHashSetRec[]
81 #define NGLYPHHASHSETS (sizeof(glyphHashSets)/sizeof(glyphHashSets[0]))
122 if (glyphHashSets[i].entries >= filled)
123 return &glyphHashSets[i];
484 if (!AllocateGlyphHash (&globalGlyphs[fdepth], &glyphHashSets[0]))
492 if (!AllocateGlyphHash (&glyphSet->hash, &glyphHashSets[0]))
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c53 static GlyphHashSetRec glyphHashSets[] = { variable in typeref:typename:GlyphHashSetRec[]
81 #define NGLYPHHASHSETS ARRAY_SIZE(glyphHashSets)
115 if (glyphHashSets[i].entries >= filled)
116 return &glyphHashSets[i];
450 if (!AllocateGlyphHash(&globalGlyphs[fdepth], &glyphHashSets[0]))
458 if (!AllocateGlyphHash(&glyphSet->hash, &glyphHashSets[0])) {

Completed in 3 milliseconds