Searched refs:fastExpose (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaBitBlt.c48 int fastExpose = 0; /* for fast exposures with pixmap source */ local in function:XAABitBlt
99 fastExpose = 1;
106 fastExpose = 0;
110 fastExpose = 0;
114 fastExpose = 0;
118 fastExpose = 0;
210 if (!fastExpose)
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmicopy.c176 Bool fastExpose = FALSE; /* for fast exposures with pixmap source */ local in function:miDoCopy
253 fastExpose = TRUE;
261 fastExpose = FALSE;
266 fastExpose = FALSE;
271 fastExpose = FALSE;
276 fastExpose = FALSE;
338 if (!fastExpose && pGC->fExpose)
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmicopy.c153 Bool fastExpose = FALSE; /* for fast exposures with pixmap source */ local in function:miDoCopy
218 fastExpose = TRUE;
225 fastExpose = FALSE;
229 fastExpose = FALSE;
233 fastExpose = FALSE;
237 fastExpose = FALSE;
298 if (!fastExpose && pGC->fExpose)

Completed in 3 milliseconds