/aoo41x/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 …inline sal_Int32 makeColorARGB( sal_uInt8 nAlpha, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlu… in makeColorARGB()
|
/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | MessageBox.java | 193 int nRed = getRedColorShare(nUIColor); in isHighContrastModeActivated() local 209 int nRed = (int) _nColor/65536; in getRedColorShare() local 218 int nRed = (int) _nColor/65536; in getGreenColorShare() local 225 int nRed = (int) _nColor/65536; in getBlueColorShare() local
|
/aoo41x/main/tools/source/generic/ |
H A D | color.cxx | 62 sal_uInt16 nRed = pResMgr->ReadShort(); in Color() local 269 …sal_uInt8 nRed = static_cast< sal_uInt8 >( std::max( std::min( ( 1.0 - fCyan ) * 255.0, 255.0), 0.… in CMYKtoRGB() local 348 sal_uInt16 nRed; in operator >>() local 486 sal_uInt16 nRed = rColor.GetRed(); in operator <<() local
|
/aoo41x/main/sdext/source/pdfimport/misc/ |
H A D | pdfihelper.cxx | 38 const sal_uInt8 nRed ( sal::static_int_cast<sal_Int8>( basegfx::fround( rCol.Red * 255.0 ) ) ); in getColorString() local
|
/aoo41x/main/basebmp/inc/basebmp/ |
H A D | color.hxx | 44 Color( sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) : in Color() 48 void setRed( sal_uInt8 nRed ) { mnColor &= ~0x00FF0000UL; mnColor |= (sal_uInt32)nRed << 16; } in setRed()
|
/aoo41x/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
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | CellColorHandler.cxx | 218 sal_uInt32 nRed = ((nFore & 0xff0000)>>0x10) * nWW8BrushStyle; in getProperties() local
|
/aoo41x/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()
|
/aoo41x/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() 196 inline void Color::SetRed( sal_uInt8 nRed ) in SetRed()
|
/aoo41x/main/vcl/inc/ |
H A D | impoct.hxx | 35 long nRed; member in ImpErrorQuad
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | cdeint.cxx | 233 …sal_uInt8 nRed = (sal_uInt8)(((sal_uInt16)aColors[1].GetRed() + (sal_uInt16)aColor2.GetRed… in GetSystemLook() local
|
/aoo41x/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 249 const sal_Int16 nRed = mpMtrRed->GetValue(); in IMPL_LINK() local 446 const sal_Int64 nRed = pItem->GetValue(); in NotifyItemUpdate() local
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | octree.hxx | 44 sal_uLong nRed; member
|
/aoo41x/main/filter/source/graphicfilter/ipbm/ |
H A D | ipbm.cxx | 320 sal_uLong nRed, nGreen, nBlue; in ImplReadBody() local
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pngread.cxx | 762 sal_uInt8 nRed = mpColorTable[ *maDataIter++ ]; in ImplReadPalette() local 916 sal_uInt8 nRed = ImplScaleColor(); in ImplGetBackground() local 1502 sal_uInt8 nRed = pTmp[ 0 ]; in ImplDrawScanline() local 1519 sal_uInt8 nRed = pTmp[ 0 ]; in ImplDrawScanline() local
|
/aoo41x/main/desktop/source/splash/ |
H A D | splash.cxx | 322 sal_uInt8 nRed = 0; in loadConfig() local 347 sal_uInt8 nRed = 0; in loadConfig() local
|
/aoo41x/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()
|
/aoo41x/main/filter/source/graphicfilter/ipcd/ |
H A D | ipcd.cxx | 216 long nL,nCb,nCr,nRed,nGreen,nBlue; in ReadImage() local
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fucopy.cxx | 286 …sal_uInt8 nRed = aStartColor.GetRed() + (sal_uInt8) ( ( (long) aEndColor.GetRed() - (long) aStartC… in DoExecute() local
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 1060 int nRed = getRedColorShare(nUIColor); in isHighContrastModeActivated() local 1081 int nRed = _nColor / 65536; in getRedColorShare() local 1091 int nRed = _nColor / 65536; in getGreenColorShare() local 1099 int nRed = _nColor / 65536; in getBlueColorShare() local
|
/aoo41x/main/vcl/workben/ |
H A D | svptest.cxx | 277 sal_uInt8 nRed = (i << 6) & 0xC0; in Paint() local
|
/aoo41x/main/sw/source/core/text/ |
H A D | redlnitr.cxx | 187 SwAttrHandler& rAH, MSHORT nRed, sal_Bool bShw, const SvUShorts *pArr, in SwRedlineItr()
|
/aoo41x/main/basegfx/inc/basegfx/pixel/ |
H A D | bpixel.hxx | 67 explicit BPixel(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nOpacity) in BPixel()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 345 sal_Int32 nRed = nCol; in OORGBToXLRGB() local 365 sal_Int32 nRed = nCol; in XLRGBToOORGB() local
|
/aoo41x/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() 1193 BYTE nRed = SALCOLOR_RED( nSalColor ); in SetFillColor() local
|