Searched refs:pBankFormat (Results 1 – 1 of 1) sorted by relevance
1198 PixmapFormatRec * pBankFormat, unsigned int nWidthUnit /* bits */ in scanLineWidth() argument1206 if (!nWidthUnit || !pBankFormat) in scanLineWidth()1210 if (nBitsPerBank % pBankFormat->scanlinePad) in scanLineWidth()1215 nBitsPerScanlinePadUnit = LCM(pBankFormat->scanlinePad, nWidthUnit); in scanLineWidth()1217 (((width * pBankFormat->bitsPerPixel) + nBitsPerScanlinePadUnit - 1) / in scanLineWidth()1219 width = nBitsPerScanline / pBankFormat->bitsPerPixel; in scanLineWidth()1221 if (!xsize || !(nBitsPerBank % pBankFormat->bitsPerPixel)) in scanLineWidth()1238 minBitsPerScanline = xsize * pBankFormat->bitsPerPixel; in scanLineWidth()1263 if (!(x % pBankFormat->bitsPerPixel)) in scanLineWidth()1273 width = nBitsPerScanline / pBankFormat->bitsPerPixel; in scanLineWidth()