/aoo42x/main/cppcanvas/inc/cppcanvas/ |
H A D | color.hxx | 74 …inline Color::IntSRGBA makeColor( sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nAl… in makeColor() 79 … inline sal_Int32 unMakeColor( sal_uInt8 nAlpha, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) in unMakeColor() 84 …nline sal_Int32 makeColorARGB( sal_uInt8 nAlpha, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) in makeColorARGB()
|
/aoo42x/main/tools/source/generic/ |
H A D | color.cxx | 64 sal_uInt16 nBlue = pResMgr->ReadShort(); in Color() local 271 …sal_uInt8 nBlue = static_cast< sal_uInt8 >( std::max( std::min( ( 1.0 - fYellow ) * 255.0, 255.0),… in CMYKtoRGB() local 350 sal_uInt16 nBlue; in operator >>() local 488 sal_uInt16 nBlue = rColor.GetBlue(); in operator <<() local
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | MessageBox.java | 195 int nBlue = getBlueColorShare(nUIColor); in isHighContrastModeActivated() local 213 int nBlue = nGreenModulo; in getRedColorShare() local 229 int nBlue = nGreenModulo; in getBlueColorShare() local
|
/aoo42x/main/sdext/source/pdfimport/misc/ |
H A D | pdfihelper.cxx | 40 … const sal_uInt8 nBlue ( sal::static_int_cast<sal_Int8>( basegfx::fround( rCol.Blue * 255.0 ) ) ); in getColorString() local
|
/aoo42x/main/basebmp/inc/basebmp/ |
H A D | color.hxx | 44 Color( sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) : in Color() 50 void setBlue( sal_uInt8 nBlue ) { mnColor &= ~0x000000FFUL; mnColor |= nBlue; } in setBlue()
|
/aoo42x/main/filter/source/graphicfilter/iras/ |
H A D | iras.cxx | 128 sal_uInt8 nRed[256], nGreen[256], nBlue[256]; in ReadRAS() local 223 sal_uInt8 nRed, nGreen, nBlue; in ImplReadBody() local
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | CellColorHandler.cxx | 220 sal_uInt32 nBlue = (nFore & 0xff) * nWW8BrushStyle; in getProperties() local
|
/aoo42x/main/slideshow/source/engine/ |
H A D | color.cxx | 53 HSLColor::HSLTriple rgb2hsl( double nRed, double nGreen, double nBlue ) in rgb2hsl() 354 RGBColor::RGBTriple::RGBTriple( double nRed, double nGreen, double nBlue ) : in RGBTriple() 373 RGBColor::RGBColor( double nRed, double nGreen, double nBlue ) : in RGBColor()
|
/aoo42x/main/tools/inc/tools/ |
H A D | color.hxx | 121 Color( sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) in Color() 123 Color( sal_uInt8 nTransparency, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) in Color() 208 inline void Color::SetBlue( sal_uInt8 nBlue ) in SetBlue()
|
/aoo42x/main/vcl/inc/ |
H A D | impoct.hxx | 37 long nBlue; member in ImpErrorQuad
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | cdeint.cxx | 235 …sal_uInt8 nBlue = (sal_uInt8)(((sal_uInt16)aColors[1].GetBlue() + (sal_uInt16)aColor2.GetBlu… in GetSystemLook() local
|
/aoo42x/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 271 const sal_Int16 nBlue = mpMtrBlue->GetValue(); in IMPL_LINK() local 496 const sal_Int64 nBlue = pItem->GetValue(); in NotifyItemUpdate() local
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | octree.hxx | 46 sal_uLong nBlue; member
|
/aoo42x/main/filter/source/graphicfilter/ipbm/ |
H A D | ipbm.cxx | 320 sal_uLong nRed, nGreen, nBlue; in ImplReadBody() local
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pngread.cxx | 774 sal_uInt8 nBlue = mpColorTable[ *maDataIter++ ]; in ImplReadPalette() local 928 sal_uInt8 nBlue = ImplScaleColor(); in ImplGetBackground() local 1514 sal_uInt8 nBlue = pTmp[ 2 ]; in ImplDrawScanline() local 1531 sal_uInt8 nBlue = pTmp[ 4 ]; in ImplDrawScanline() local
|
/aoo42x/main/desktop/source/splash/ |
H A D | splash.cxx | 324 sal_uInt8 nBlue = 0; in loadConfig() local 349 sal_uInt8 nBlue = 0; in loadConfig() local
|
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfreprd.cxx | 125 void DXFPalette::SetColor(sal_uInt8 nIndex, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) in SetColor()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fucopy.cxx | 288 …sal_uInt8 nBlue = aStartColor.GetBlue() + (sal_uInt8) ( ( (long) aEndColor.GetBlue() - (long) aSta… in DoExecute() local
|
/aoo42x/main/filter/source/graphicfilter/ipcd/ |
H A D | ipcd.cxx | 216 long nL,nCb,nCr,nRed,nGreen,nBlue; in ReadImage() local
|
/aoo42x/main/basegfx/inc/basegfx/pixel/ |
H A D | bpixel.hxx | 68 explicit BPixel(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nOpacity) in BPixel()
|
/aoo42x/main/vcl/workben/ |
H A D | svptest.cxx | 279 sal_uInt8 nBlue = (i << 2) & 0xC0; in Paint() local
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 351 sal_Int32 nBlue = nCol; in OORGBToXLRGB() local 359 sal_Int32 nBlue = nCol; in XLRGBToOORGB() local
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 237 BYTE nRed, nGreen, nBlue; in ImplInitSalGDI() local 396 static int ImplIsPaletteEntry( BYTE nRed, BYTE nGreen, BYTE nBlue ) in ImplIsPaletteEntry() 1195 BYTE nBlue = SALCOLOR_BLUE( nSalColor ); in SetFillColor() local
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 1062 int nBlue = getBlueColorShare(nUIColor); in isHighContrastModeActivated() local 1085 int nBlue = nGreenModulo; in getRedColorShare() local 1103 int nBlue = nGreenModulo; in getBlueColorShare() local
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 390 sal_Int16 nBlue(0); in createShape() local
|