Lines Matching defs:ww
90 int hh, ww;
94 ww = (w * pScrn->bitsPerPixel / 8) - 1;
100 dest += hh * pitch + ww;
101 source += hh * pitch + ww;
109 outw(pCir->PIOReg, ((ww << 8) & 0xff00) | 0x20);
110 outw(pCir->PIOReg, ((ww) & 0x1f00) | 0x21);
131 ErrorF("AlpSubsequentScreenToScreenCopy s=%d d=%d ww=%d hh=%d\n",
132 source, dest, ww, hh);
195 int hh, ww;
198 ww = (w * pScrn->bitsPerPixel / 8) - 1;
205 outw(pCir->PIOReg, ((ww << 8) & 0xff00) | 0x20);
206 outw(pCir->PIOReg, ((ww) & 0x1f00) | 0x21);
290 int hh, ww;
293 ww = (w * pScrn->bitsPerPixel / 8) - 1;
304 outw(pCir->PIOReg, ((ww << 8) & 0xff00) | 0x20);
305 outw(pCir->PIOReg, ((ww) & 0x1f00) | 0x21);
385 int hh, ww;
388 ww = (((w+7) & ~7) * pScrn->bitsPerPixel / 8) - 1;
395 outw(pCir->PIOReg, ((ww << 8) & 0xff00) | 0x20);
396 outw(pCir->PIOReg, ((ww) & 0x1f00) | 0x21);
515 int ww=pAlp->SubsequentColorExpandScanlineByteWidth;
531 outw(pCir->PIOReg, ((ww << 8) & 0xff00) | 0x20);
532 outw(pCir->PIOReg, ((ww) & 0x1f00) | 0x21);