Searched refs:ulBytesPerScan (Results 1 – 1 of 1) sorted by relevance
313 unsigned int ulBytesPerScan; in hw_imageblit() local321 ulBytesPerScan = (width + startBit + 7) / 8; in hw_imageblit()322 ul4BytesPerScan = ulBytesPerScan & ~3; in hw_imageblit()323 ulBytesRemain = ulBytesPerScan & 3; in hw_imageblit()