Searched refs:mnRepCount (Results 1 – 2 of 2) sorted by relevance
47 sal_uLong mnRepCount; member in RASWriter70 mnRepCount ( 0xffffffff ) in RASWriter()244 if ( mnRepCount == 0xffffffff ) in ImplPutByte()246 mnRepCount = 0; in ImplPutByte()251 if ( ( nPutThis == mnRepVal ) && ( mnRepCount != 0xff ) ) in ImplPutByte()252 mnRepCount++; in ImplPutByte()255 if ( mnRepCount == 0 ) in ImplPutByte()264 *mpOStm << (sal_uInt8)mnRepCount; in ImplPutByte()268 mnRepCount = 0; in ImplPutByte()
58 sal_uInt8 mnRepCount, mnRepVal; // RLE Decoding member in RASReader76 mnRepCount ( 0 ), in RASReader()324 if ( mnRepCount ) in ImplGetByte()326 mnRepCount--; in ImplGetByte()337 mnRepCount = nRetVal ; in ImplGetByte()
Completed in 43 milliseconds