Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c402 GlyphHashRec newHash; in ResizeGlyphHash() local
415 if (!AllocateGlyphHash(&newHash, hashSet)) in ResizeGlyphHash()
423 gr = FindGlyphRef(&newHash, s, global, glyph->sha1); in ResizeGlyphHash()
427 ++newHash.tableEntries; in ResizeGlyphHash()
432 *hash = newHash; in ResizeGlyphHash()