Lines Matching refs:pRLE
291 Scanline pRLE = pBuffer; in ImplDecodeRLE() local
302 if( ( nCountByte = *pRLE++ ) == 0 ) in ImplDecodeRLE()
304 nRunByte = *pRLE++; in ImplDecodeRLE()
314 cTmp = *pRLE++; in ImplDecodeRLE()
326 rAcc.SetPixelIndex( nY, nX++, *pRLE >> 4 ); in ImplDecodeRLE()
328 pRLE++; in ImplDecodeRLE()
332 pRLE++; in ImplDecodeRLE()
339 rAcc.SetPixelIndex( nY, nX++, *pRLE ); in ImplDecodeRLE()
341 pRLE++; in ImplDecodeRLE()
345 pRLE++; in ImplDecodeRLE()
357 nX += *pRLE++; in ImplDecodeRLE()
358 nY -= *pRLE++; in ImplDecodeRLE()
363 cTmp = *pRLE++; in ImplDecodeRLE()