Home
last modified time | relevance | path

Searched refs:mnBitPos (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/filter/source/flash/
H A Dswfwriter2.cxx68 mnBitPos = 8; in BitStream()
78 mnCurrentByte |= nValue << (32 - nBits) >> (32 - mnBitPos); in writeUB()
80 if ( nBits > mnBitPos ) in writeUB()
82 nBits = nBits - mnBitPos; in writeUB()
83 mnBitPos = 0; in writeUB()
87 mnBitPos = sal::static_int_cast<sal_uInt8>( mnBitPos - nBits ); in writeUB()
91 if( 0 == mnBitPos ) in writeUB()
114 if( 8 != mnBitPos ) in pad()
118 mnBitPos = 8; in pad()
H A Dswfwriter.hxx149 sal_uInt8 mnBitPos; member in swf::BitStream

Completed in 69 milliseconds