Lines Matching refs:drawable
37 ScreenPtr pScreen = pPixmap->drawable.pScreen; in exaCreateDriverPixmap_mixed()
41 int w = pPixmap->drawable.width, h = pPixmap->drawable.height; in exaCreateDriverPixmap_mixed()
42 int depth = pPixmap->drawable.depth, bpp = pPixmap->drawable.bitsPerPixel; in exaCreateDriverPixmap_mixed()
107 ExaScreenPriv(pPixmap->drawable.pScreen); in exaDoMigration_mixed()
156 ExaScreenPriv(pPixmap->drawable.pScreen); in exaDamageReport_mixed()
181 exaFinishAccess(&pPixmap->drawable, index); in exaPrepareAccessReg_mixed()
209 pPixmap->drawable.height); in exaPrepareAccessReg_mixed()
212 pExaPixmap->sys_pitch * pPixmap->drawable.height); in exaPrepareAccessReg_mixed()
233 pPixmap->drawable.pScreen, in exaPrepareAccessReg_mixed()
237 DamageRegister(&pPixmap->drawable, pExaPixmap->pDamage); in exaPrepareAccessReg_mixed()
245 exaPixmapDirty(pPixmap, 0, 0, pPixmap->drawable.width, in exaPrepareAccessReg_mixed()
246 pPixmap->drawable.height); in exaPrepareAccessReg_mixed()
260 exaPixmapDirty(pPixmap, 0, 0, pPixmap->drawable.width, in exaPrepareAccessReg_mixed()
261 pPixmap->drawable.height); in exaPrepareAccessReg_mixed()