Searched refs:graphicsExposures (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h286 unsigned int graphicsExposures : 1; member in struct:_GC
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h256 unsigned int graphicsExposures:1; member in struct:_GC
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c314 pGC->graphicsExposures = newge;
522 pGC->graphicsExposures = TRUE;
702 pgcDst->graphicsExposures = pgcSrc->graphicsExposures;
835 pGC->graphicsExposures = TRUE;
886 ppGC[0]->graphicsExposures = FALSE;
900 ppGC[i+1]->graphicsExposures = FALSE;
1121 pGC->graphicsExposures = FALSE;
1133 pGC->graphicsExposures = FALSE;
H A Ddispatch.c1646 if (pGC->graphicsExposures)
1696 if (pGC->graphicsExposures)
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiexpose.c139 if (!pGC->graphicsExposures && pDstDrawable->type == DRAWABLE_PIXMAP)
236 extents = pGC->graphicsExposures &&
290 if (pGC->graphicsExposures) {
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c316 pGC->graphicsExposures = newge;
495 pGC->graphicsExposures = TRUE;
706 pgcDst->graphicsExposures = pgcSrc->graphicsExposures;
815 pGC->graphicsExposures = FALSE;
1065 pGC->graphicsExposures = FALSE;
H A Ddispatch.c1793 if (pGC->graphicsExposures) {
1840 if (pGC->graphicsExposures) {
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiexpose.c118 this should generally be called, even if graphicsExposures is false,
151 if (!pGC->graphicsExposures &&
264 extents = pGC->graphicsExposures &&
327 if (pGC->graphicsExposures)
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c151 values.graphics_exposures = pGC->graphicsExposures;
H A DGCOps.c138 if (!pGC->graphicsExposures)
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c152 values.graphics_exposures = pGC->graphicsExposures;
H A DGCOps.c126 if (!pGC->graphicsExposures)
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.c719 pPicture->graphicsExposures = FALSE;
1215 pPicture->graphicsExposures = newe;
1473 pDst->graphicsExposures = pSrc->graphicsExposures;
H A Dpicturestr.h155 unsigned int graphicsExposures : 1; member in struct:_Picture
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1137 if (pGC->graphicsExposures) {
1232 if (pGC->graphicsExposures && pRgn) {
1246 if (pGC->graphicsExposures) {
1349 if (pGC->graphicsExposures && pRgn) {
1358 if (pGC->graphicsExposures) {
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicturestr.h131 unsigned int graphicsExposures:1; member in struct:_Picture
H A Dpicture.c716 pPicture->graphicsExposures = FALSE;
1178 pPicture->graphicsExposures = newe;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c1124 if(pGC->graphicsExposures && pRgn) {
1137 if(pGC->graphicsExposures) {
1233 if(pGC->graphicsExposures && pRgn) {
1242 if(pGC->graphicsExposures) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxpict.c1021 attribs.graphics_exposures = pPicture->graphicsExposures;

Completed in 36 milliseconds