Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds