Searched refs:nCodeLen (Results 1 – 5 of 5) sorted by relevance
52 inline void WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen );72 inline void GIFImageDataOutputStream::WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ) in WriteBits() argument74 if( nBitsBufSize+nCodeLen>32 ) in WriteBits()78 nBitsBufSize = nBitsBufSize + nCodeLen; in WriteBits()
112 int nCodeLen = rtl_convertUnicodeToText( in convertOne() local120 for( int i = 1; i < nCodeLen; ++i ) in convertOne()141 int nCodeLen = rtl_convertUnicodeToText( in convertStr() local149 for( int i = 1; i < nCodeLen; ++i ) in convertStr()
113 inline void WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen );496 inline void TIFFWriter::WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ) in WriteBits() argument498 dwShift |= ( nCode << ( nOffset - nCodeLen ) ); in WriteBits()499 nOffset -= nCodeLen; in WriteBits()
295 void WriteBits (sal_uInt16 nCode, sal_uInt16 nCodeLen);344 LZWEncoder::WriteBits (sal_uInt16 nCode, sal_uInt16 nCodeLen) in WriteBits() argument346 mdwShift |= (nCode << (mnOffset - nCodeLen)); in WriteBits()347 mnOffset -= nCodeLen; in WriteBits()
239 inline void WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen );2612 inline void PSWriter::WriteBits( sal_uInt16 nCode, sal_uInt16 nCodeLen ) in WriteBits() argument2614 dwShift |= ( nCode << ( nOffset - nCodeLen ) ); in WriteBits()2615 nOffset -= nCodeLen; in WriteBits()
Completed in 36 milliseconds