Searched refs:__global_glyph_cache (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c92 static pixman_glyph_cache_t *__global_glyph_cache; variable in typeref:typename:pixman_glyph_cache_t *
200 if (__global_glyph_cache == NULL) {
201 __global_glyph_cache = pixman_glyph_cache_create();
202 if (__global_glyph_cache == NULL)
1193 if (__global_glyph_cache) {
1207 pixman_glyph_cache_freeze(__global_glyph_cache);
1220 ptr = pixman_glyph_cache_lookup(__global_glyph_cache, g, NULL);
1229 ptr = pixman_glyph_cache_insert(__global_glyph_cache, g, NULL,
1256 __global_glyph_cache, count, pglyphs);
1257 pixman_glyph_cache_thaw(__global_glyph_cache);
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c92 static pixman_glyph_cache_t *__global_glyph_cache; variable in typeref:typename:pixman_glyph_cache_t *
200 if (__global_glyph_cache == NULL) {
201 __global_glyph_cache = pixman_glyph_cache_create();
202 if (__global_glyph_cache == NULL)
1196 if (__global_glyph_cache) {
1210 pixman_glyph_cache_freeze(__global_glyph_cache);
1223 ptr = pixman_glyph_cache_lookup(__global_glyph_cache, g, NULL);
1232 ptr = pixman_glyph_cache_insert(__global_glyph_cache, g, NULL,
1259 __global_glyph_cache, count, pglyphs);
1260 pixman_glyph_cache_thaw(__global_glyph_cache);
[all...]

Completed in 5 milliseconds