Home
last modified time | relevance | path

Searched refs:MAKE_SALCOLOR (Results 1 – 14 of 14) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx108 nPenColor_ = MAKE_SALCOLOR( 0x00, 0x00, 0x00 ); // Black in X11SalGraphics()
115 nTextColor_ = MAKE_SALCOLOR( 0x00, 0x00, 0x00 ); // Black in X11SalGraphics()
125 nBrushColor_ = MAKE_SALCOLOR( 0xFF, 0xFF, 0xFF ); // White in X11SalGraphics()
696 && nSalColor != MAKE_SALCOLOR( 0x00, 0x00, 0x00 ) // black in SetFillColor()
697 && nSalColor != MAKE_SALCOLOR( 0x00, 0x00, 0x80 ) // blue in SetFillColor()
698 && nSalColor != MAKE_SALCOLOR( 0x00, 0x80, 0x00 ) // green in SetFillColor()
699 && nSalColor != MAKE_SALCOLOR( 0x00, 0x80, 0x80 ) // cyan in SetFillColor()
700 && nSalColor != MAKE_SALCOLOR( 0x80, 0x00, 0x00 ) // red in SetFillColor()
702 && nSalColor != MAKE_SALCOLOR( 0x80, 0x80, 0x00 ) // brown in SetFillColor()
703 && nSalColor != MAKE_SALCOLOR( 0x80, 0x80, 0x80 ) // gray in SetFillColor()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx579 const ULONG nColor = MAKE_SALCOLOR( SALCOLOR_RED( nMaskColor ), in drawMask()
584 aBundle.lColor = MAKE_SALCOLOR( 0, 0, 0 ); in drawMask()
585 aBundle.lBackColor = MAKE_SALCOLOR( 0xFF, 0xFF, 0xFF ); in drawMask()
675 return MAKE_SALCOLOR( (PM_BYTE) ( nColor >> 16 ), (PM_BYTE) ( nColor >> 8 ), (PM_BYTE) nColor ); in getPixel()
690 lb.lColor = MAKE_SALCOLOR( 255, 255, 255 ); in invert()
721 ab.lColor = MAKE_SALCOLOR( 255, 255, 255 ); in invert()
756 lb.lColor = MAKE_SALCOLOR( 255, 255, 255 ); in invert()
776 ab.lColor = MAKE_SALCOLOR( 255, 255, 255 ); in invert()
H A Dsalgdi.cxx140 nSalColor = MAKE_SALCOLOR( 0, 0, 0 ); in ImplGetROPSalColor()
145 nSalColor = MAKE_SALCOLOR( 255, 255, 255 ); in ImplGetROPSalColor()
320 lb.lColor = MAKE_SALCOLOR( SALCOLOR_RED( nSalColor ), in SetLineColor()
349 ab.lColor = MAKE_SALCOLOR( SALCOLOR_RED( nSalColor ), in SetFillColor()
438 lb.lColor = MAKE_SALCOLOR( SALCOLOR_RED( nSalColor ), in drawPixel()
H A Dsalgdi3.cxx613 cb.lColor = MAKE_SALCOLOR( SALCOLOR_RED( nSalColor ), in SetTextColor()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx252 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
337 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
375 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
531 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
599 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
607 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
637 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx110 #define SALCOLOR_WHITE MAKE_SALCOLOR( 0xFF, 0xFF, 0xFF )
111 #define SALCOLOR_BLACK MAKE_SALCOLOR( 0x00, 0x00, 0x00 )
2930 return MAKE_SALCOLOR( (nPixel & 0x0000FF), in GetTCColor()
2939 return MAKE_SALCOLOR( r >> nRedShift_, in GetTCColor()
2954 return MAKE_SALCOLOR( r, g, b ); in GetTCColor()
3064 m_aPalette[i] = MAKE_SALCOLOR( rColor.GetRed(), in SalColormap()
3206 m_aPalette[i] = MAKE_SALCOLOR( rColor.GetRed(), in SetPalette()
3233 m_aPalette[i] = MAKE_SALCOLOR( aColor[i].red >> 8, in GetPalette()
3314 return MAKE_SALCOLOR( aColor.red>>8, aColor.green>>8, aColor.blue>>8 ); in GetColor()
/trunk/main/vcl/inc/
H A Doutdata.hxx37 return MAKE_SALCOLOR( aColor.GetRed(), aColor.GetGreen(), aColor.GetBlue() ); in ImplColorToSal()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalcolorutils.cxx35 …return MAKE_SALCOLOR( sal_uInt8( pQuartzColor[0] * 255.0), sal_uInt8( pQuartzColor[1] * 255.0 ), … in GetSalColor()
H A Dsalgdi.cxx639 nSalColor = MAKE_SALCOLOR( 0, 0, 0 ); in ImplGetROPSalColor()
641 nSalColor = MAKE_SALCOLOR( 255, 255, 255 ); in ImplGetROPSalColor()
1345 SalColor nSalColor = MAKE_SALCOLOR( aPixel.r, aPixel.g, aPixel.b ); in getPixel()
/trunk/main/vcl/inc/vcl/
H A Dsalgtype.hxx34 #define MAKE_SALCOLOR( r, g, b ) ((SalColor)(((sal_uInt32)((sal_uInt8)(b))))|(((sal_uInt32)((sal_uI… macro
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx726 return MAKE_SALCOLOR( 0, 0, 0 ); in getPixel()
728 return MAKE_SALCOLOR( GetRValue( aWinCol ), in getPixel()
H A Dsalgdi.cxx512 nSalColor = MAKE_SALCOLOR( 0, 0, 0 ); in ImplGetROPSalColor()
514 nSalColor = MAKE_SALCOLOR( 255, 255, 255 ); in ImplGetROPSalColor()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx1279 …SalColor nTransColor = MAKE_SALCOLOR( aTransColor.GetRed(), aTransColor.GetGreen(), aTransColor.Ge… in CreateCGImage()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1946 return MAKE_SALCOLOR( (PM_BYTE)( nOS2Color>>16), (PM_BYTE)(nOS2Color>>8), (PM_BYTE)nOS2Color ); in ImplOS2ColorToSal()

Completed in 95 milliseconds