Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c73 static pixman_glyph_cache_t *glyphCache; variable
78 if (glyphCache) in fbDestroyGlyphCache()
80 pixman_glyph_cache_destroy (glyphCache); in fbDestroyGlyphCache()
81 glyphCache = NULL; in fbDestroyGlyphCache()
89 if (glyphCache) in fbUnrealizeGlyph()
90 pixman_glyph_cache_remove (glyphCache, pGlyph, NULL); in fbUnrealizeGlyph()
121 if (!glyphCache) in fbGlyphs()
122 glyphCache = pixman_glyph_cache_create(); in fbGlyphs()
124 pixman_glyph_cache_freeze (glyphCache); in fbGlyphs()
142 if (!(g = pixman_glyph_cache_lookup (glyphCache, glyph, NULL))) { in fbGlyphs()
[all …]