Lines Matching refs:nRunByte
295 sal_uLong nRunByte; in ImplDecodeRLE() local
304 nRunByte = *pRLE++; in ImplDecodeRLE()
306 if( nRunByte > 2 ) in ImplDecodeRLE()
310 nCountByte = nRunByte >> 1; in ImplDecodeRLE()
323 if( nRunByte & 1 ) in ImplDecodeRLE()
331 if( ( ( nRunByte + 1 ) >> 1 ) & 1 ) in ImplDecodeRLE()
336 for( sal_uLong i = 0UL; i < nRunByte; i++ ) in ImplDecodeRLE()
344 if( nRunByte & 1 ) in ImplDecodeRLE()
348 else if( !nRunByte ) in ImplDecodeRLE()
353 else if( nRunByte == 1 ) in ImplDecodeRLE()
367 nRunByte = nCountByte >> 1; in ImplDecodeRLE()
369 for( sal_uLong i = 0UL; i < nRunByte; i++ ) in ImplDecodeRLE()