Home
last modified time | relevance | path

Searched refs:minBitsPerScanline (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Mode.c1202 unsigned long minBitsPerScanline, maxBitsPerScanline; in scanLineWidth() local
1238 minBitsPerScanline = xsize * pBankFormat->bitsPerPixel; in scanLineWidth()
1239 if (minBitsPerScanline > nBitsPerBank) in scanLineWidth()
1246 (((unsigned long) (-1) >> 1) - minBitsPerScanline) / (ysize - 1); in scanLineWidth()
1266 if (x < minBitsPerScanline) { in scanLineWidth()
1283 BankBase = ((nBitsPerScanline - minBitsPerScanline) / in scanLineWidth()