Searched refs:pRLE (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/vcl/os2/source/gdi/ |
| H A D | salbmp.cxx | 633 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() 667 ImplSetPixel4( pDIB, nX++, *pRLE++ >> 4 ); in ImplDecodeRLEBuffer() 670 pRLE++; in ImplDecodeRLEBuffer() 674 memcpy( &pDIB[ nX ], pRLE, nRunByte ); in ImplDecodeRLEBuffer() 675 pRLE += nRunByte; in ImplDecodeRLEBuffer() 679 pRLE++; in ImplDecodeRLEBuffer() [all …]
|
| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | salbmp.cxx | 985 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() 1019 ImplSetPixel4( pDIB, nX++, *pRLE++ >> 4 ); in ImplDecodeRLEBuffer() 1022 pRLE++; in ImplDecodeRLEBuffer() 1026 memcpy( &pDIB[ nX ], pRLE, nRunByte ); in ImplDecodeRLEBuffer() 1027 pRLE += nRunByte; in ImplDecodeRLEBuffer() 1031 pRLE++; in ImplDecodeRLEBuffer() [all …]
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | dibtools.cxx | 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() [all …]
|