Home
last modified time | relevance | path

Searched refs:pRLE (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx291 Scanline pRLE = pBuffer; in ImplDecodeRLE() local
302 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 …]
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx985 HPBYTE pRLE = (HPBYTE) pSrcBuf; in ImplDecodeRLEBuffer() local
997 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 …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx633 HPBYTE pRLE = (HPBYTE) pSrcBuf; in ImplDecodeRLEBuffer() local
645 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 …]

Completed in 33 milliseconds