Searched refs:stripeWidth (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaCpyArea.c | 300 int stripeWidth, w, fullStripes, extra, i; local in function:XAAScreenToScreenBitBlt 301 stripeWidth = 16; 303 if (pbox->x1 - pptSrc->x < stripeWidth) 304 stripeWidth = pbox->x1 - pptSrc->x; 305 fullStripes = w / stripeWidth; 306 extra = w % stripeWidth; 311 pptSrc->x + fullStripes * stripeWidth, pptSrc->y, 312 pbox->x1 + fullStripes * stripeWidth, pbox->y1, 318 pptSrc->x + i * stripeWidth, pptSrc->y, 319 pbox->x1 + i * stripeWidth, pbo [all...] |
Completed in 2 milliseconds