Searched refs:nBitPos (Results 1 – 3 of 3) sorted by relevance
868 sal_uInt16 nBitPos, sal_uInt16 nNumBits, in FillBits() argument871 if ( nBitPos >= nTargetBits ) in FillBits()873 if ( nBitPos + nNumBits > nTargetBits ) in FillBits()874 nNumBits = nTargetBits - nBitPos; in FillBits()876 pTarget+=nBitPos>>3; in FillBits()877 nBitPos&=7; in FillBits()879 if (nBlackOrWhite==0x00) *pTarget &= 0xff << (8-nBitPos); in FillBits()880 else *pTarget |= 0xff >> nBitPos; in FillBits()881 if (nNumBits>8-nBitPos) { in FillBits()882 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()