Searched refs:mnRepVal (Results 1 – 2 of 2) sorted by relevance
48 sal_uInt8 mnRepVal; member in RASWriter237 ImplPutByte( mnRepVal + 1 ); // end of RLE decoding in ImplWriteBody()247 mnRepVal = nPutThis; in ImplPutByte()251 if ( ( nPutThis == mnRepVal ) && ( mnRepCount != 0xff ) ) in ImplPutByte()257 *mpOStm << (sal_uInt8)mnRepVal; in ImplPutByte()258 if ( mnRepVal == 0x80 ) in ImplPutByte()265 *mpOStm << (sal_uInt8)mnRepVal; in ImplPutByte()267 mnRepVal = nPutThis; in ImplPutByte()
58 sal_uInt8 mnRepCount, mnRepVal; // RLE Decoding member in RASReader327 return mnRepVal; in ImplGetByte()338 *mpRAS >> mnRepVal; in ImplGetByte()339 return mnRepVal; in ImplGetByte()
Completed in 17 milliseconds