Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c139 cache->glyphCount = 0; in exaUnrealizeGlyphCaches()
216 cache->glyphCount = 0; in exaRealizeGlyphCaches()
460 if (cache->glyphCount < cache->size) { in exaGlyphCacheBufferGlyph()
462 pos = cache->glyphCount; in exaGlyphCacheBufferGlyph()
465 cache->glyphCount++; in exaGlyphCacheBufferGlyph()
H A Dexa_priv.h129 int glyphCount; /* Current number of glyphs */ member