Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c93 if (!globalGlyphs[fdepth].hashSet) in GlyphUninit()
96 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++) { in GlyphUninit()
127 CARD32 tableSize = hash->hashSet->size; in FindGlyphRef()
153 step = signature % hash->hashSet->rehash; in FindGlyphRef()
192 if (!globalGlyphs[format].hashSet) in FindGlyphByHash()
216 for (i = 0; i < hash->hashSet->size; i++) { in CheckDuplicates()
220 for (j = i + 1; j < hash->hashSet->size; j++) in CheckDuplicates()
259 for (i = 0; i < globalGlyphs[format].hashSet->size; i++) in FreeGlyph()
387 AllocateGlyphHash(GlyphHashPtr hash, GlyphHashSetPtr hashSet) in AllocateGlyphHash() argument
389 hash->table = calloc(hashSet->size, sizeof(GlyphRefRec)); in AllocateGlyphHash()
[all …]
H A Dglyphstr.h68 GlyphHashSetPtr hashSet; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c1180 for (i = 0; i < glyphSet->hash.hashSet->size; i++) { in dmxBERestoreRenderGlyph()
1198 for (i = 0; i < glyphSet->hash.hashSet->size; i++) { in dmxBERestoreRenderGlyph()