Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c83 static GlyphHashRec globalGlyphs[GlyphFormatNum]; variable
93 if (!globalGlyphs[fdepth].hashSet) in GlyphUninit()
96 for (i = 0; i < globalGlyphs[fdepth].hashSet->size; i++) { in GlyphUninit()
97 glyph = globalGlyphs[fdepth].table[i].glyph; in GlyphUninit()
192 if (!globalGlyphs[format].hashSet) in FindGlyphByHash()
195 gr = FindGlyphRef(&globalGlyphs[format], signature, TRUE, sha1); in FindGlyphByHash()
251 CheckDuplicates(&globalGlyphs[format], "FreeGlyph"); in FreeGlyph()
259 for (i = 0; i < globalGlyphs[format].hashSet->size; i++) in FreeGlyph()
260 if (globalGlyphs[format].table[i].glyph == glyph) { in FreeGlyph()
267 gr = FindGlyphRef(&globalGlyphs[format], signature, TRUE, glyph->sha1); in FreeGlyph()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog114384 Server: free globalGlyphs(depthN)
114391 re-create globalGlyphs(depthN) if necessary.