Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx51 BYTE& rByte = pScanline[ nX >> 1 ]; in ImplSetPixel4() local
53 ( nX & 1 ) ? ( rByte &= 0xf0, rByte |= ( cIndex & 0x0f ) ) : in ImplSetPixel4()
54 ( rByte &= 0x0f, rByte |= ( cIndex << 4 ) ); in ImplSetPixel4()
/trunk/main/vcl/source/gdi/
H A Dbmpacc2.cxx42 sal_uInt8& rByte = pScanline[ nX >> 3 ]; in IMPL_FORMAT_SETPIXEL_NOMASK() local
45 ( rByte &= ~( 1 << ( 7 - ( nX & 7 ) ) ) ); in IMPL_FORMAT_SETPIXEL_NOMASK()
59 sal_uInt8& rByte = pScanline[ nX >> 3 ]; in IMPL_FORMAT_SETPIXEL_NOMASK() local
61 ( rBitmapColor.GetIndex() & 1 ) ? ( rByte |= 1 << ( nX & 7 ) ) : in IMPL_FORMAT_SETPIXEL_NOMASK()
62 ( rByte &= ~( 1 << ( nX & 7 ) ) ); in IMPL_FORMAT_SETPIXEL_NOMASK()
76 sal_uInt8& rByte = pScanline[ nX >> 1 ]; in IMPL_FORMAT_SETPIXEL_NOMASK() local
78 ( nX & 1 ) ? ( rByte &= 0xf0, rByte |= ( rBitmapColor.GetIndex() & 0x0f ) ) : in IMPL_FORMAT_SETPIXEL_NOMASK()
79 ( rByte &= 0x0f, rByte |= ( rBitmapColor.GetIndex() << 4 ) ); in IMPL_FORMAT_SETPIXEL_NOMASK()
93 sal_uInt8& rByte = pScanline[ nX >> 1 ]; in IMPL_FORMAT_SETPIXEL_NOMASK() local
95 ( nX & 1 ) ? ( rByte &= 0x0f, rByte |= ( rBitmapColor.GetIndex() << 4 ) ) : in IMPL_FORMAT_SETPIXEL_NOMASK()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx46 PM_BYTE rByte = pScanline[ nX >> 1 ]; in ImplSetPixel4() local
48 ( nX & 1 ) ? ( rByte &= 0xf0, rByte |= ( cIndex & 0x0f ) ) : in ImplSetPixel4()
49 ( rByte &= 0x0f, rByte |= ( cIndex << 4 ) ); in ImplSetPixel4()

Completed in 17 milliseconds