Home
last modified time | relevance | path

Searched refs:pLastBytes (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx283 sal_uInt8* pLastBytes = (sal_uInt8*)GetBuffer() + ( nScanSize - nBytes ); in ImplZeroInitUnusedBits() local
284 for( sal_uInt32 i = 0; i < nHeight; i++, pLastBytes += nScanSize ) in ImplZeroInitUnusedBits()
286 *pLastBytes &= nMask; in ImplZeroInitUnusedBits()
288 pLastBytes[j] = 0; in ImplZeroInitUnusedBits()

Completed in 24 milliseconds