Lines Matching refs:glyphCache
73 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()
156 g = pixman_glyph_cache_insert(glyphCache, glyph, NULL, in fbGlyphs()
191 pixman_glyph_get_extents(glyphCache, n_glyphs, pglyphs, &extents); in fbGlyphs()
199 glyphCache, n_glyphs, pglyphs); in fbGlyphs()
205 glyphCache, n_glyphs, pglyphs); in fbGlyphs()
214 pixman_glyph_cache_thaw(glyphCache); in fbGlyphs()