Searched refs:nBitPos (Results 1 – 3 of 3) sorted by relevance
874 sal_uInt16 nBitPos, sal_uInt16 nNumBits, in FillBits() argument877 if ( nBitPos >= nTargetBits ) in FillBits()879 if ( nBitPos + nNumBits > nTargetBits ) in FillBits()880 nNumBits = nTargetBits - nBitPos; in FillBits()882 pTarget+=nBitPos>>3; in FillBits()883 nBitPos&=7; in FillBits()885 if (nBlackOrWhite==0x00) *pTarget &= 0xff << (8-nBitPos); in FillBits()886 else *pTarget |= 0xff >> nBitPos; in FillBits()887 if (nNumBits>8-nBitPos) { in FillBits()888 nNumBits-=8-nBitPos; in FillBits()[all …]
81 sal_uInt16 nBitPos, sal_uInt16 nNumBits,85 sal_uInt16 nBitPos, sal_uInt8 nBlackOrWhite);
660 long nBitPos = 0; in DrawPS2MonoImage() local667 nByte |= nBit << (7 - nBitPos); in DrawPS2MonoImage()669 if (++nBitPos == 8) in DrawPS2MonoImage()672 nBitPos = 0; in DrawPS2MonoImage()677 if (nBitPos != 0) in DrawPS2MonoImage()