Home
last modified time | relevance | path

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

/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1825 const sal_uInt32 bytesPerPixel = nextPow2( in createBitmapDeviceImpl() local
1829 nScanlineStride = (nScanlineStride + bytesPerPixel - 1) / bytesPerPixel * bytesPerPixel; in createBitmapDeviceImpl()

Completed in 38 milliseconds