Lines Matching refs:picture
129 if (cache->picture) { in exaUnrealizeGlyphCaches()
130 FreePicture((void *) cache->picture, (XID) 0); in exaUnrealizeGlyphCaches()
131 cache->picture = NULL; in exaUnrealizeGlyphCaches()
212 cache->picture = pPicture; in exaRealizeGlyphCaches()
213 cache->picture->refcnt++; in exaRealizeGlyphCaches()
245 if (cache->picture) in exaGlyphsFini()
372 PixmapPtr pCachePixmap = (PixmapPtr) cache->picture->pDrawable; in exaGlyphCacheUploadGlyph()
416 cache->picture, in exaGlyphCacheUploadGlyph()
440 if (buffer->mask && buffer->mask != cache->picture) in exaGlyphCacheBufferGlyph()
443 if (!cache->picture) { in exaGlyphCacheBufferGlyph()
506 buffer->mask = cache->picture; in exaGlyphCacheBufferGlyph()