Searched refs:mnCurrentByte (Results 1 – 2 of 2) sorted by relevance
69 mnCurrentByte = 0; in BitStream()78 mnCurrentByte |= nValue << (32 - nBits) >> (32 - mnBitPos); in writeUB()116 maData.push_back( mnCurrentByte ); in pad()117 mnCurrentByte = 0; in pad()
150 sal_uInt8 mnCurrentByte; member in swf::BitStream
Completed in 18 milliseconds