Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx48 sal_uInt8 mnRepVal; member in RASWriter
237 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()
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx58 sal_uInt8 mnRepCount, mnRepVal; // RLE Decoding member in RASReader
327 return mnRepVal; in ImplGetByte()
338 *mpRAS >> mnRepVal; in ImplGetByte()
339 return mnRepVal; in ImplGetByte()

Completed in 11 milliseconds