Home
last modified time | relevance | path

Searched refs:graphicsExposures (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c316 pGC->graphicsExposures = newge; in ChangeGC()
495 pGC->graphicsExposures = TRUE; in NewGCObject()
706 pgcDst->graphicsExposures = pgcSrc->graphicsExposures; in CopyGC()
814 pGC->graphicsExposures = FALSE; in CreateScratchGC()
1064 pGC->graphicsExposures = FALSE; in GetScratchGC()
H A Ddispatch.c1724 if (pGC->graphicsExposures) { in ProcCopyArea()
1771 if (pGC->graphicsExposures) { in ProcCopyPlane()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiexpose.c143 if (!pGC->graphicsExposures && in miHandleExposures()
243 extents = pGC->graphicsExposures && in miHandleExposures()
297 if (pGC->graphicsExposures) { in miHandleExposures()
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h256 unsigned int graphicsExposures:1; member
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGC.c151 values.graphics_exposures = pGC->graphicsExposures; in xnestChangeGC()
H A DGCOps.c138 if (!pGC->graphicsExposures) in xnestBitBlitHelper()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c1137 if (pGC->graphicsExposures) { in PanoramiXCopyArea()
1232 if (pGC->graphicsExposures && pRgn) { in PanoramiXCopyArea()
1246 if (pGC->graphicsExposures) { in PanoramiXCopyArea()
1349 if (pGC->graphicsExposures && pRgn) { in PanoramiXCopyPlane()
1358 if (pGC->graphicsExposures) { in PanoramiXCopyPlane()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h131 unsigned int graphicsExposures:1; member
H A Dpicture.c717 pPicture->graphicsExposures = FALSE; in SetPictureToDefaults()
1177 pPicture->graphicsExposures = newe; in ChangePicture()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c1061 attribs.graphics_exposures = pPicture->graphicsExposures; in dmxValidatePicture()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18664 dix: Clear graphicsExposures for scratch GCs in one place
109787 - each per-screen GC has the graphicsExposures flag set the same way,