Searched refs:ExaCachedGlyphRec (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/exa/ | ||
| H A D | exa_priv.h | 110 } ExaCachedGlyphRec, *ExaCachedGlyphPtr; typedef in typeref:struct:__anone2c6f97a0108 |
| H A D | exa_glyphs.c | 213 cache->glyphs = malloc(sizeof(ExaCachedGlyphRec) * cache->size); |
| /xsrc/external/mit/xorg-server/dist/exa/ | ||
| H A D | exa_priv.h | 109 } ExaCachedGlyphRec, *ExaCachedGlyphPtr; typedef in typeref:struct:__anonaa13440d0108 |
| H A D | exa_glyphs.c | 215 cache->glyphs = xallocarray(cache->size, sizeof(ExaCachedGlyphRec)); |
Completed in 8 milliseconds