Home
last modified time | relevance | path

Searched refs:ImplSetPixel4 (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx44 inline void ImplSetPixel4( const HPBYTE pScanline, long nX, const PM_BYTE cIndex ) in ImplSetPixel4() function
662 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer()
663 ImplSetPixel4( pDIB, nX++, cTmp & 0x0f ); in ImplDecodeRLEBuffer()
667 ImplSetPixel4( pDIB, nX++, *pRLE++ >> 4 ); in ImplDecodeRLEBuffer()
705 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer()
706 ImplSetPixel4( pDIB, nX++, cTmp & 0x0f ); in ImplDecodeRLEBuffer()
710 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx49 inline void ImplSetPixel4( const HPBYTE pScanline, long nX, const BYTE cIndex ) in ImplSetPixel4() function
1014 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer()
1015 ImplSetPixel4( pDIB, nX++, cTmp & 0x0f ); in ImplDecodeRLEBuffer()
1019 ImplSetPixel4( pDIB, nX++, *pRLE++ >> 4 ); in ImplDecodeRLEBuffer()
1057 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer()
1058 ImplSetPixel4( pDIB, nX++, cTmp & 0x0f ); in ImplDecodeRLEBuffer()
1062 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer()

Completed in 25 milliseconds