Searched refs:bytesPerPixel (Results 1 – 1 of 1) sorted by relevance
1825 const sal_uInt32 bytesPerPixel = nextPow2( in createBitmapDeviceImpl() local1829 nScanlineStride = (nScanlineStride + bytesPerPixel - 1) / bytesPerPixel * bytesPerPixel; in createBitmapDeviceImpl()
Completed in 18 milliseconds