Searched refs:nBitsLeft (Results 1 – 1 of 1) sorted by relevance
602 int nBitsLeft; in GraphicImport() local608 nBitsLeft = 0; in GraphicImport()611 if ( --nBitsLeft < 0 ) in GraphicImport()613 while ( bIsValid && ( nBitsLeft != 7 ) ) in GraphicImport()639 nBitsLeft += 4; in GraphicImport()651 pAcc->SetPixelIndex( y, x, static_cast<sal_uInt8>(nDat >> nBitsLeft) & 1 ); in GraphicImport()655 nBitsLeft = 0; in GraphicImport()
Completed in 7 milliseconds