Searched refs:fastClip (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaBitBlt.c47 int fastClip = 0; /* for fast clipping with pixmap source */ local in function:XAABitBlt
71 fastClip = 1;
79 fastClip = 1;
98 if (fastClip) {
130 if (!fastClip)
142 if (fastClip) {
171 /* We must turn off fastClip now, since we must create
174 fastClip = 0;
181 if (!fastClip) {
H A DxaaSpans.c47 Bool fastClip = FALSE; local in function:XAAFillSpans
81 fastClip = TRUE;
86 fastClip = TRUE;
91 fastClip = TRUE;
96 fastClip = TRUE;
105 fastClip = TRUE;
110 fastClip = TRUE;
121 fastClip = FALSE;
123 if(fastClip) {

Completed in 4 milliseconds