Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c273 globalGlyphs[format].tableEntries--; in FreeGlyph()
300 globalGlyphs[glyphSet->fdepth].tableEntries++; in AddGlyph()
309 glyphSet->hash.tableEntries++; in AddGlyph()
325 glyphSet->hash.tableEntries--; in DeleteGlyph()
393 hash->tableEntries = 0; in AllocateGlyphHash()
400 CARD32 tableEntries; in ResizeGlyphHash() local
409 tableEntries = hash->tableEntries + change; in ResizeGlyphHash()
410 hashSet = FindGlyphHashSet(tableEntries); in ResizeGlyphHash()
427 ++newHash.tableEntries; in ResizeGlyphHash()
484 if (!globalGlyphs[glyphSet->fdepth].tableEntries) { in FreeGlyphSet()
H A Dglyphstr.h69 CARD32 tableEntries; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c1191 gids = xallocarray(glyphSet->hash.tableEntries, sizeof(Glyph)); in dmxBERestoreRenderGlyph()
1192 glyphs = xallocarray(glyphSet->hash.tableEntries, sizeof(XGlyphInfo)); in dmxBERestoreRenderGlyph()
1224 gids, glyphs, glyphSet->hash.tableEntries, images, in dmxBERestoreRenderGlyph()