Searched refs:pRLE (Results 1 – 3 of 3) sorted by relevance
633 HPBYTE pRLE = (HPBYTE) pSrcBuf; in ImplDecodeRLEBuffer() local645 if( pRLE && pDIB ) in ImplDecodeRLEBuffer()649 if( !( nCountByte = *pRLE++ ) ) in ImplDecodeRLEBuffer()651 nRunByte = *pRLE++; in ImplDecodeRLEBuffer()661 cTmp = *pRLE++; in ImplDecodeRLEBuffer()670 pRLE++; in ImplDecodeRLEBuffer()674 memcpy( &pDIB[ nX ], pRLE, nRunByte ); in ImplDecodeRLEBuffer()675 pRLE += nRunByte; in ImplDecodeRLEBuffer()679 pRLE++; in ImplDecodeRLEBuffer()691 nX += *pRLE++; in ImplDecodeRLEBuffer()[all …]
985 HPBYTE pRLE = (HPBYTE) pSrcBuf; in ImplDecodeRLEBuffer() local997 if( pRLE && pDIB ) in ImplDecodeRLEBuffer()1001 if( ( nCountByte = *pRLE++ ) == 0 ) in ImplDecodeRLEBuffer()1003 nRunByte = *pRLE++; in ImplDecodeRLEBuffer()1013 cTmp = *pRLE++; in ImplDecodeRLEBuffer()1022 pRLE++; in ImplDecodeRLEBuffer()1026 memcpy( &pDIB[ nX ], pRLE, nRunByte ); in ImplDecodeRLEBuffer()1027 pRLE += nRunByte; in ImplDecodeRLEBuffer()1031 pRLE++; in ImplDecodeRLEBuffer()1043 nX += *pRLE++; in ImplDecodeRLEBuffer()[all …]
291 Scanline pRLE = pBuffer; in ImplDecodeRLE() local302 if( ( nCountByte = *pRLE++ ) == 0 ) in ImplDecodeRLE()304 nRunByte = *pRLE++; in ImplDecodeRLE()314 cTmp = *pRLE++; in ImplDecodeRLE()328 pRLE++; in ImplDecodeRLE()332 pRLE++; in ImplDecodeRLE()341 pRLE++; in ImplDecodeRLE()345 pRLE++; in ImplDecodeRLE()357 nX += *pRLE++; in ImplDecodeRLE()358 nY -= *pRLE++; in ImplDecodeRLE()[all …]
Completed in 44 milliseconds