Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx47 sal_uLong mnRepCount; member in RASWriter
70 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()
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx58 sal_uInt8 mnRepCount, mnRepVal; // RLE Decoding member in RASReader
76 mnRepCount ( 0 ), in RASReader()
324 if ( mnRepCount ) in ImplGetByte()
326 mnRepCount--; in ImplGetByte()
337 mnRepCount = nRetVal ; in ImplGetByte()

Completed in 16 milliseconds