Searched refs:AllocateGlyphHash (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyphstr.h130 AllocateGlyphHash (GlyphHashPtr hash, GlyphHashSetPtr hashSet);
H A Dglyph.c417 AllocateGlyphHash (GlyphHashPtr hash, GlyphHashSetPtr hashSet) function in typeref:typename:Bool
445 if (!AllocateGlyphHash (&newHash, hashSet))
484 if (!AllocateGlyphHash (&globalGlyphs[fdepth], &glyphHashSets[0]))
492 if (!AllocateGlyphHash (&glyphSet->hash, &glyphHashSets[0]))
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c386 AllocateGlyphHash(GlyphHashPtr hash, GlyphHashSetPtr hashSet) function in typeref:typename:Bool
414 if (!AllocateGlyphHash(&newHash, hashSet))
450 if (!AllocateGlyphHash(&globalGlyphs[fdepth], &glyphHashSets[0]))
458 if (!AllocateGlyphHash(&glyphSet->hash, &glyphHashSets[0])) {

Completed in 7 milliseconds