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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaCpyArea.c300 int stripeWidth, w, fullStripes, extra, i; local in function:XAAScreenToScreenBitBlt
305 fullStripes = w / stripeWidth;
311 pptSrc->x + fullStripes * stripeWidth, pptSrc->y,
312 pbox->x1 + fullStripes * stripeWidth, pbox->y1,
316 for (i = fullStripes - 1; i >= 0; i--)

Completed in 3 milliseconds