Home
last modified time | relevance | path

Searched refs:nRed (Results 26 – 50 of 62) sorted by relevance

123

/aoo42x/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx320 sal_uLong nRed, nGreen, nBlue; in ImplReadBody() local
322 nRed = 255 * nR / mnMaxVal; in ImplReadBody()
325 …mpAcc->SetPixel( nHeight, nWidth++, BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_uInt8)nB… in ImplReadBody()
/aoo42x/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx630 sal_uInt8 nRed, nGreen, nBlue; in GetDefaultPalette() local
635 for( nR=0, nRed=0; nR < DITHER_PAL_STEPS; nR++, nRed += DITHER_PAL_DELTA ) in GetDefaultPalette()
637 aDefPalette256[ i ] = BitmapColor( nRed, nGreen, nBlue ); in GetDefaultPalette()
/aoo42x/main/slideshow/source/inc/
H A Drgbcolor.hxx45 RGBColor( double nRed, double nGreen, double nBlue );
92 RGBTriple( double nRed, double nGreen, double nBlue );
/aoo42x/main/sw/source/core/unocore/
H A Dunoredline.cxx300 for(sal_uInt16 nRed = 0; nRed < rRedTbl.Count() && !bFound; nRed++) in Validate() local
301 bFound = pRedline == rRedTbl[nRed]; in Validate()
H A Dunoportenum.cxx1093 for(sal_uInt16 nRed = 0; nRed < nRedTblCount; nRed++) in lcl_FillRedlineArray() local
1095 const SwRedline* pRedline = rRedTbl[nRed]; in lcl_FillRedlineArray()
H A Dunosect.cxx1216 for (sal_uInt16 nRed = 0; nRed < rRedTbl.Count(); nRed++) in GetPropertyValues_Impl() local
1218 const SwRedline* pRedline = rRedTbl[nRed]; in GetPropertyValues_Impl()
/aoo42x/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx76 sal_uInt16 nRed(0); in BPixelRasterToBitmapEx() local
87 nRed = nRed + rPixel.getRed(); in BPixelRasterToBitmapEx()
101 (sal_uInt8)(nRed / nDivisor), in BPixelRasterToBitmapEx()
/aoo42x/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx388 sal_Int16 nRed(0); in createShape() local
398 getPropertyValue( nRed, xPropSet, OUSTR("AdjustRed") ); in createShape()
409 aGraphAttrs.SetChannelR( nRed ); in createShape()
/aoo42x/main/editeng/source/rtf/
H A Dsvxrtf.cxx462 sal_uInt8 nRed = 0xff, nGreen = 0xff, nBlue = 0xff; in ReadColorTable() local
468 case RTF_RED: nRed = 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()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx233 …sal_uInt8 nRed = (sal_uInt8)(((sal_uInt16)aColors[1].GetRed() + (sal_uInt16)aColor2.GetRed… in GetSystemLook() local
236 aStyleSettings.SetCheckedColor( Color( nRed, nGreen, nBlue ) ); in GetSystemLook()
/aoo42x/main/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx68 explicit BPixel(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nOpacity) in BPixel() argument
70 maPixelUnion.maRGBO.mnR = nRed; in BPixel()
/aoo42x/main/sd/source/ui/view/
H A Ddrviews4.cxx443 long nRed = 0; in MouseMove() local
454 nRed += aCol.GetRed(); in MouseMove()
461 SetColor( Color( (sal_uInt8) ( nRed / fDiv + .5 ), in MouseMove()
/aoo42x/main/editeng/source/items/
H A Dfrmitems.cxx3580 sal_uInt32 nRed = aTempColor.GetRed(); in SvxBrushItem() local
3583 nRed += (sal_uInt32)(aTempFillColor.GetRed())*2; in SvxBrushItem()
3586 aColor = Color( (sal_Int8)(nRed/3), (sal_Int8)(nGreen/3), (sal_Int8)(nBlue/3) ); in SvxBrushItem()
3592 sal_uInt32 nRed = aTempColor.GetRed(); in SvxBrushItem() local
3595 nRed += (sal_uInt32)(aTempFillColor.GetRed()); in SvxBrushItem()
3598 aColor = Color( (sal_Int8)(nRed/2), (sal_Int8)(nGreen/2), (sal_Int8)(nBlue/2) ); in SvxBrushItem()
3604 sal_uInt32 nRed = aTempColor.GetRed()*2; in SvxBrushItem() local
3607 nRed += (sal_uInt32)(aTempFillColor.GetRed()); in SvxBrushItem()
3610 aColor = Color( (sal_Int8)(nRed/3), (sal_Int8)(nGreen/3), (sal_Int8)(nBlue/3) ); in SvxBrushItem()
/aoo42x/main/sd/source/ui/func/
H A Dfucopy.cxx286 …sal_uInt8 nRed = aStartColor.GetRed() + (sal_uInt8) ( ( (long) aEndColor.GetRed() - (long) aStartC… in DoExecute() local
289 Color aNewColor( nRed, nGreen, nBlue ); in DoExecute()
/aoo42x/main/svx/source/xoutdev/
H A Dxattr.cxx3595 sal_uInt16 nRed; in XFillGradientItem() local
3602 rIn >> nRed; in XFillGradientItem()
3606 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillGradientItem()
3609 rIn >> nRed; in XFillGradientItem()
3612 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillGradientItem()
4330 sal_uInt16 nRed; in XFillHatchItem() local
4337 rIn >> nRed; in XFillHatchItem()
4342 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillHatchItem()
/aoo42x/main/vcl/workben/
H A Dsvptest.cxx277 sal_uInt8 nRed = (i << 6) & 0xC0; in Paint() local
280 SetTextColor( Color( nRed, nGreen, nBlue ) ); in Paint()
/aoo42x/main/vcl/inc/
H A Dprintergfx.hxx62 PrinterColor (sal_uInt16 nRed, sal_uInt16 nGreen, in PrinterColor() argument
64 mnRed (nRed), in PrinterColor()
/aoo42x/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
127 pRed[nIndex]=nRed; in SetColor()
H A Ddxfreprd.hxx69 void SetColor(sal_uInt8 nIndex, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue);
/aoo42x/main/extensions/source/scanner/
H A Dsane.cxx832 sal_uInt8 nRed, nGreen, nBlue; in Start() local
833 nRed = _ReadValue( pFrame, aParams.depth ); in Start()
838 aConverter << nRed; in Start()
/aoo42x/main/sw/source/core/text/
H A Dredlnitr.cxx184 SwAttrHandler& rAH, MSHORT nRed, sal_Bool bShw, const SvUShorts *pArr, in SwRedlineItr() argument
187 nNdIdx( rTxtNd.GetIndex() ), nFirst( nRed ), in SwRedlineItr()
/aoo42x/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx639 sal_uInt32 nRed = 0, nGreen = 0, nBlue = 0, nCount = 1; in ReadRecordParams() local
654 nRed += aColor.GetRed(); 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
1324 nRed += aColor.GetRed(); in ReadEnhWMF()
1334 …Color aColor( (sal_Char)( nRed / nCount ), (sal_Char)( nGreen / nCount ), (sal_Char)( nBlue / nCou… in ReadEnhWMF()
/aoo42x/main/filter/source/graphicfilter/epict/
H A Depict.cxx897 sal_uInt8 nFlagCounterByte, nRed, nGreen, nBlue; in WriteOpcode_BitsRect() local
1152 nRed = (sal_uInt8)pAcc->GetPaletteColor( (sal_uInt16)i ).GetRed(); in WriteOpcode_BitsRect()
1155 *pPict << (sal_uInt16)0 << nRed << nRed << nGreen << nGreen << nBlue << nBlue; in WriteOpcode_BitsRect()
/aoo42x/main/cui/source/dialogs/
H A Dcolorpicker.cxx1285 sal_uInt8 nRed = toInt(mdRed,255.0); in update_color() local
1289 Color aColor( nRed, nGreen, nBlue ); in update_color()
1293 maMFRed.SetValue( nRed ); in update_color()

Completed in 878 milliseconds

123