Searched refs:ulBytesPerScan (Results 1 – 1 of 1) sorted by relevance
335 unsigned int ulBytesPerScan; in hw_imageblit() local343 ulBytesPerScan = (width + startBit + 7) / 8; in hw_imageblit()344 ul4BytesPerScan = ulBytesPerScan & ~3; in hw_imageblit()345 ulBytesRemain = ulBytesPerScan & 3; in hw_imageblit()