Home
last modified time | relevance | path

Searched refs:nBlue (Results 26 – 50 of 54) sorted by relevance

123

/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx630 sal_uInt8 nRed, nGreen, nBlue; in GetDefaultPalette() local
631 for( nB=0, nBlue=0; nB < DITHER_PAL_STEPS; nB++, nBlue += DITHER_PAL_DELTA ) in GetDefaultPalette()
637 aDefPalette256[ i ] = BitmapColor( nRed, nGreen, nBlue ); in GetDefaultPalette()
/aoo41x/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx78 sal_uInt16 nBlue(0); in BPixelRasterToBitmapEx() local
89 nBlue = nBlue + rPixel.getBlue(); in BPixelRasterToBitmapEx()
103 (sal_uInt8)(nBlue / nDivisor))); in BPixelRasterToBitmapEx()
/aoo41x/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx390 sal_Int16 nBlue(0); in createShape() local
400 getPropertyValue( nBlue, xPropSet, OUSTR("AdjustBlue") ); in createShape()
411 aGraphAttrs.SetChannelB( nBlue ); in createShape()
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java1062 int nBlue = getBlueColorShare(nUIColor); in isHighContrastModeActivated() local
1063 int nLuminance = ((nBlue * 28 + nGreen * 151 + nRed * 77) / 256); in isHighContrastModeActivated()
1085 int nBlue = nGreenModulo; in getRedColorShare() local
1103 int nBlue = nGreenModulo; in getBlueColorShare() local
1104 return nBlue; in getBlueColorShare()
/aoo41x/main/editeng/source/rtf/
H A Dsvxrtf.cxx462 sal_uInt8 nRed = 0xff, nGreen = 0xff, nBlue = 0xff; in ReadColorTable() local
470 case RTF_BLUE: nBlue = sal_uInt8(nTokenValue); break; in ReadColorTable()
485 ColorPtr pColor = new Color( nRed, nGreen, nBlue ); in ReadColorTable()
487 sal_uInt8(-1) == nRed && sal_uInt8(-1) == nGreen && sal_uInt8(-1) == nBlue ) in ReadColorTable()
490 nRed = 0, nGreen = 0, nBlue = 0; in ReadColorTable()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx235 …sal_uInt8 nBlue = (sal_uInt8)(((sal_uInt16)aColors[1].GetBlue() + (sal_uInt16)aColor2.GetBlu… in GetSystemLook() local
236 aStyleSettings.SetCheckedColor( Color( nRed, nGreen, nBlue ) ); in GetSystemLook()
/aoo41x/main/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx67 explicit BPixel(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nOpacity) in BPixel() argument
71 maPixelUnion.maRGBO.mnB = nBlue; in BPixel()
/aoo41x/main/sd/source/ui/func/
H A Dfucopy.cxx288 …sal_uInt8 nBlue = aStartColor.GetBlue() + (sal_uInt8) ( ( (long) aEndColor.GetBlue() - (long) aSta… in DoExecute() local
289 Color aNewColor( nRed, nGreen, nBlue ); in DoExecute()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews4.cxx439 long nBlue = 0; in MouseMove() local
450 nBlue += aCol.GetBlue(); in MouseMove()
457 (sal_uInt8) ( nBlue / fDiv + .5 ) ) ); in MouseMove()
/aoo41x/main/vcl/workben/
H A Dsvptest.cxx279 sal_uInt8 nBlue = (i << 2) & 0xC0; in Paint() local
280 SetTextColor( Color( nRed, nGreen, nBlue ) ); in Paint()
/aoo41x/main/editeng/source/items/
H A Dfrmitems.cxx3582 sal_uInt32 nBlue = aTempColor.GetBlue(); in SvxBrushItem() local
3585 nBlue += (sal_uInt32)(aTempFillColor.GetBlue())*2; in SvxBrushItem()
3586 aColor = Color( (sal_Int8)(nRed/3), (sal_Int8)(nGreen/3), (sal_Int8)(nBlue/3) ); in SvxBrushItem()
3594 sal_uInt32 nBlue = aTempColor.GetBlue(); in SvxBrushItem() local
3597 nBlue += (sal_uInt32)(aTempFillColor.GetBlue()); in SvxBrushItem()
3598 aColor = Color( (sal_Int8)(nRed/2), (sal_Int8)(nGreen/2), (sal_Int8)(nBlue/2) ); in SvxBrushItem()
3606 sal_uInt32 nBlue = aTempColor.GetBlue()*2; in SvxBrushItem() local
3609 nBlue += (sal_uInt32)(aTempFillColor.GetBlue()); in SvxBrushItem()
3610 aColor = Color( (sal_Int8)(nRed/3), (sal_Int8)(nGreen/3), (sal_Int8)(nBlue/3) ); in SvxBrushItem()
/aoo41x/main/vcl/inc/
H A Dprintergfx.hxx63 sal_uInt16 nBlue) : in PrinterColor() argument
66 mnBlue (nBlue), in PrinterColor()
/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx125 void DXFPalette::SetColor(sal_uInt8 nIndex, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) in SetColor() argument
129 pBlue[nIndex]=nBlue; in SetColor()
H A Ddxfreprd.hxx69 void SetColor(sal_uInt8 nIndex, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue);
/aoo41x/main/svx/source/xoutdev/
H A Dxattr.cxx3597 sal_uInt16 nBlue; in XFillGradientItem() local
3604 rIn >> nBlue; in XFillGradientItem()
3606 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillGradientItem()
3611 rIn >> nBlue; in XFillGradientItem()
3612 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillGradientItem()
4332 sal_uInt16 nBlue; in XFillHatchItem() local
4339 rIn >> nBlue; in XFillHatchItem()
4342 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillHatchItem()
/aoo41x/main/extensions/source/scanner/
H A Dsane.cxx832 sal_uInt8 nRed, nGreen, nBlue; in Start() local
835 nBlue = _ReadValue( pFrame, aParams.depth ); in Start()
836 aConverter << nBlue; in Start()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx381 sal_uInt32 nBlue = ( ( aColor.GetBlue() * nIntensity ) / 100 ) << 16; in GetGradientColor() local
382 return nRed | nGreen | nBlue; in GetGradientColor()
562 sal_uInt32 nBlue = GetGradientColor( pGradient, nFirstColor ) >> 16; in CreateGradientProperties() local
563 AddOpt( ESCHER_Prop_fillOpacity,( ( 100 - ( nBlue * 100 / 255 ) ) << 16 ) / 100 ); in CreateGradientProperties()
564 nBlue = GetGradientColor( pGradient, nFirstColor ^ 1 ) >>16 ; in CreateGradientProperties()
565 AddOpt( ESCHER_Prop_fillBackOpacity,( ( 100 - ( nBlue * 100 / 255 ) ) << 16 )/ 100 ); in CreateGradientProperties()
1476 sal_Int16 nBlue(0); in CreateGraphicProperties() local
1579 aAny >>= nBlue; in CreateGraphicProperties()
1671 if(bMirrored || nTransparency || nRed || nGreen || nBlue || (1.0 != fGamma)) in CreateGraphicProperties()
1696 if(nBlue) in CreateGraphicProperties()
[all …]
H A Dmsdffimp.cxx1241 sal_Int16 nBlue = static_cast< sal_Int16 >( fBlue + 0.5 ); in ApplyRectangularGradientAsBitmap() local
1272 if ( nBlue < 0 ) in ApplyRectangularGradientAsBitmap()
1273 nBlue = 0; in ApplyRectangularGradientAsBitmap()
1274 if ( nBlue > 255 ) in ApplyRectangularGradientAsBitmap()
1275 nBlue = 255; in ApplyRectangularGradientAsBitmap()
1277 …_cast< sal_Int8 >( nRed ), static_cast< sal_Int8 >( nGreen ), static_cast< sal_Int8 >( nBlue ) ) ); in ApplyRectangularGradientAsBitmap()
/aoo41x/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx639 sal_uInt32 nRed = 0, nGreen = 0, nBlue = 0, nCount = 1; in ReadRecordParams() local
656 nBlue += aColor.GetBlue(); in ReadRecordParams()
664 …Color aColor( (sal_uInt8)( nRed / nCount ), (sal_uInt8)( nGreen / nCount ), (sal_uInt8)( nBlue / n… in ReadRecordParams()
H A Denhwmf.cxx1305 sal_uInt32 nRed = 0, nGreen = 0, nBlue = 0, nCount = 1; in ReadEnhWMF() local
1326 nBlue += aColor.GetBlue(); in ReadEnhWMF()
1334 …Color aColor( (sal_Char)( nRed / nCount ), (sal_Char)( nGreen / nCount ), (sal_Char)( nBlue / nCou… in ReadEnhWMF()
/aoo41x/main/vcl/inc/vcl/
H A Doctree.hxx46 sal_uLong nBlue; member
/aoo41x/main/filter/source/graphicfilter/epict/
H A Depict.cxx897 sal_uInt8 nFlagCounterByte, nRed, nGreen, nBlue; in WriteOpcode_BitsRect() local
1154 nBlue = (sal_uInt8)pAcc->GetPaletteColor( (sal_uInt16)i ).GetBlue(); in WriteOpcode_BitsRect()
1155 *pPict << (sal_uInt16)0 << nRed << nRed << nGreen << nGreen << nBlue << nBlue; in WriteOpcode_BitsRect()
/aoo41x/main/cui/source/dialogs/
H A Dcolorpicker.cxx1287 sal_uInt8 nBlue = toInt(mdBlue,255.0); in update_color() local
1289 Color aColor( nRed, nGreen, nBlue ); in update_color()
1295 maMFBlue.SetValue( nBlue ); in update_color()
/aoo41x/main/vcl/source/app/
H A Dsettings.cxx704 sal_uLong nBlue = mpData->maLightColor.GetBlue(); in Set3DColors() local
707 nBlue += (sal_uLong)(mpData->maShadowColor.GetBlue()); in Set3DColors()
708 …mpData->maCheckedColor = Color( (sal_uInt8)(nRed/2), (sal_uInt8)(nGreen/2), (sal_uInt8)(nBlue/2) ); in Set3DColors()
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx3899 sal_uIntPtr nBlue = rPar.Get(3)->GetInteger() & 0xFF; in RTLFUNC() local
3906 nRGB = (nBlue << 16) | (nGreen << 8) | nRed; in RTLFUNC()
3910 nRGB = (nRed << 16) | (nGreen << 8) | nBlue; in RTLFUNC()

Completed in 240 milliseconds

123