Home
last modified time | relevance | path

Searched refs:nLeftOverBits (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx272 const sal_uInt32 nLeftOverBits = 8*sizeof(sal_uInt8)*nScanSize - nBits; in ImplZeroInitUnusedBits() local
273 if( nLeftOverBits != 0 ) // else there is really nothing to do in ImplZeroInitUnusedBits()
275 const sal_uInt32 nBytes = (nLeftOverBits + 7U) >> 3U; in ImplZeroInitUnusedBits()
279 nMask = static_cast<sal_uInt8>(0xffU << (nLeftOverBits & 3UL)); in ImplZeroInitUnusedBits()
281 nMask = static_cast<sal_uInt8>(0xffU >> (nLeftOverBits & 3UL)); in ImplZeroInitUnusedBits()

Completed in 17 milliseconds