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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c1205 unsigned long nBitsPerBank, nBitsPerScanline, nBitsPerScanlinePadUnit; local in function:scanLineWidth
1220 nBitsPerScanline =
1223 width = nBitsPerScanline / pBankFormat->bitsPerPixel;
1251 while (nBitsPerScanline <= maxBitsPerScanline)
1255 BankUnit = ((nBitsPerBank + nBitsPerScanline - 1) / nBitsPerBank) *
1257 if (!(BankUnit % nBitsPerScanline))
1264 y = BankBase / nBitsPerScanline;
1268 x = BankBase % nBitsPerScanline;
1279 nBitsPerScanline +=
1281 width = nBitsPerScanline / pBankForma
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Mode.c1203 unsigned long nBitsPerBank, nBitsPerScanline, nBitsPerScanlinePadUnit; local in function:scanLineWidth
1218 nBitsPerScanline =
1221 width = nBitsPerScanline / pBankFormat->bitsPerPixel;
1249 while (nBitsPerScanline <= maxBitsPerScanline) {
1252 BankUnit = ((nBitsPerBank + nBitsPerScanline - 1) / nBitsPerBank) *
1254 if (!(BankUnit % nBitsPerScanline))
1260 y = BankBase / nBitsPerScanline;
1264 x = BankBase % nBitsPerScanline;
1274 nBitsPerScanline += ((x + y - 1) / y) * nBitsPerScanlinePadUnit;
1275 width = nBitsPerScanline / pBankForma
[all...]

Completed in 6 milliseconds