Searched refs:putG4Bits (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1694 void PDFWriterImpl::putG4Bits( sal_uInt32 i_nLength, sal_uInt32 i_nCode, BitStreamState& io_rState ) in putG4Bits() function in PDFWriterImpl 1945 putG4Bits( pTable[103].mnCodeBits, pTable[103].mnCode, io_rState ); in putG4Span() 1953 putG4Bits( pTable[nTabIndex].mnCodeBits, pTable[nTabIndex].mnCode, io_rState ); in putG4Span() 1956 putG4Bits( pTable[i_nSpan].mnCodeBits, pTable[i_nSpan].mnCode, io_rState ); in putG4Span() 2006 … putG4Bits( VerticalCodes[nDiff].mnCodeBits, VerticalCodes[nDiff].mnCode, aBitState ); in writeG4Stream() 2012 putG4Bits( 3, 0x1, aBitState ); in writeG4Stream() 2022 putG4Bits( 4, 0x1, aBitState ); in writeG4Stream() 2038 putG4Bits( 12, 1, aBitState ); in writeG4Stream() 2039 putG4Bits( 12, 1, aBitState ); in writeG4Stream()
|
H A D | pdfwriter_impl.hxx | 1061 void putG4Bits( sal_uInt32 i_nLength, sal_uInt32 i_nCode, BitStreamState& io_rState );
|
Completed in 31 milliseconds