Home
last modified time | relevance | path

Searched refs:GetBlue (Results 1 – 25 of 140) sorted by relevance

123456

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1257 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate()
1329 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate()
1454 cB0 = MAP( rCol0.GetBlue(), rCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
1458 cB1 = MAP( rCol2.GetBlue(), rCol3.GetBlue(), nTempFX ); in ImplScaleSuper()
1521 nSumRowB += rCol.GetBlue() << 7L; in ImplScaleSuper()
1544 nSumRowB += rCol.GetBlue() << 7L; in ImplScaleSuper()
1593 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
1599 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
1662 nSumRowB += aCol0.GetBlue() << 7L; in ImplScaleSuper()
2027 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
[all …]
H A Dbitmap4.cxx167 nSumB = pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
171 nSumB += pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
175 nSumB += pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
180 nSumB += pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
184 nSumB += pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
188 nSumB += pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
193 nSumB += pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
197 nSumB += pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
201 nSumB += pTmp[ pColor->GetBlue() ]; in ImplConvolute3()
829 nSumB += aCol.GetBlue(); in ImplMosaic()
[all …]
H A Dbmpfast.cxx60 PIXBYTE GetBlue() const;
79 PIXBYTE GetBlue() const { return mpPixel[2]; } in GetBlue() function in TrueColorPixelPtr
99 PIXBYTE GetBlue() const { return mpPixel[0]; } in GetBlue() function in TrueColorPixelPtr
119 PIXBYTE GetBlue() const { return mpPixel[3]; } in GetBlue() function in TrueColorPixelPtr
139 PIXBYTE GetBlue() const { return mpPixel[1]; } in GetBlue() function in TrueColorPixelPtr
159 PIXBYTE GetBlue() const { return mpPixel[2]; } in GetBlue() function in TrueColorPixelPtr
179 PIXBYTE GetBlue() const { return mpPixel[0]; } in GetBlue() function in TrueColorPixelPtr
200 PIXBYTE GetBlue() const { return (mpPixel[1]<<3U); } in GetBlue() function in TrueColorPixelPtr
371 int nB = rDst.GetBlue(); in ImplBlendPixels()
372 nS = rSrc.GetBlue(); in ImplBlendPixels()
[all …]
H A Dbitmap.cxx338 rCol1.GetRed() == rCol1.GetGreen() && rCol1.GetRed() == rCol1.GetBlue() ) in HasGreyPalette()
576 ( rFillColor.GetRed() == rFillColor.GetBlue() ) ) in Erase()
1322 nB = aCol.GetBlue(); in CreateMask()
1344 nB = aCol.GetBlue(); in CreateMask()
1624 const long nMinB = MinMax( (long) rSearchColor.GetBlue() - nTol, 0, 255 ); in Replace()
1635 nMinB <= rCol.GetBlue() && nMaxB >= rCol.GetBlue() ) in Replace()
1654 nMinB <= aCol.GetBlue() && nMaxB >= aCol.GetBlue() ) in Replace()
1710 pMinB[ i ] = MinMax( (long) rCol.GetBlue() - nTol, 0, 255 ); in Replace()
1711 pMaxB[ i ] = MinMax( (long) rCol.GetBlue() + nTol, 0, 255 ); in Replace()
1724 pMinB[ i ] <= rCol.GetBlue() && pMaxB[ i ] >= rCol.GetBlue() ) in Replace()
[all …]
H A Dbmpacc2.cxx178 *( pScanline = pScanline + nX * 3 )++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
202 *pScanline = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
239 *pScanline++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
264 *pScanline = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
284 *( pScanline = pScanline + ( nX << 2 ) )++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
309 *pScanline++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
H A Doutdev4.cxx210 long nStartBlue = aStartCol.GetBlue(); in ImplDrawLinearGradient()
213 long nEndBlue = aEndCol.GetBlue(); in ImplDrawLinearGradient()
411 long nStartBlue = ( (long) aStartCol.GetBlue() * rGradient.GetStartIntensity() ) / 100; in ImplDrawComplexGradient()
414 long nEndBlue = ( (long) aEndCol.GetBlue() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
672 ( aColor.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
701 ( aStartCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
705 ( aEndCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
813 ( aColor.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
879 ( aStartCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
883 ( aEndCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
[all …]
H A Doctree.cxx202 (*ppNode)->nBlue += pColor->GetBlue(); in ImplAdd()
210 ( ( pColor->GetBlue() & cMask ) >> nShift ); in ImplAdd()
286 ( ( pColor->GetBlue() & cMask ) >> nShift ); in GetPalIndex()
319 const sal_uInt8 cBlue = rColor.GetBlue(); in InverseColorMap()
H A Dprint2.cxx167 …tic_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineColor.GetBlue()) / 100L ) ); in ImplConvertTransparentAction()
173 …tic_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aFillColor.GetBlue()) / 100L ) ); in ImplConvertTransparentAction()
1535 … const long nB = ( ( (long) rStartColor.GetBlue() * rGradient.GetStartIntensity() ) / 100L + in DrawGradientEx()
1536 … ( (long) rEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1578 … const long nB = ( ( (long) rStartColor.GetBlue() * rGradient.GetStartIntensity() ) / 100L + in DrawGradientEx()
1579 … ( (long) rEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
H A Dpngwrite.cxx358 *pTmp++ = rColor.GetBlue(); in ImplWritePalette()
567 *pDest++ = rColor.GetBlue(); in ImplGetFilter()
580 *pDest++ = rColor.GetBlue(); in ImplGetFilter()
596 *pDest++ = rColor.GetBlue(); in ImplGetFilter()
/trunk/main/vcl/workben/
H A Dsvptest.cxx217 if( rFrom.GetBlue() < rTo.GetBlue() ) in approachColor()
219 nDiff = rTo.GetBlue() - rFrom.GetBlue(); in approachColor()
220 aColor.SetBlue( rFrom.GetBlue() + ( nDiff < 10 ? nDiff : 10 ) ); in approachColor()
222 else if( rFrom.GetBlue() > rTo.GetBlue() ) in approachColor()
224 nDiff = rFrom.GetBlue() - rTo.GetBlue(); in approachColor()
225 aColor.SetBlue( rFrom.GetBlue() - ( nDiff < 10 ? nDiff : 10 ) ); in approachColor()
228 aColor.SetBlue( rFrom.GetBlue() ); in approachColor()
/trunk/main/padmin/source/
H A Dpadialog.cxx360 if( rFrom.GetBlue() < rTo.GetBlue() ) in approachColor()
362 nDiff = rTo.GetBlue() - rFrom.GetBlue(); in approachColor()
363 aColor.SetBlue( rFrom.GetBlue() + ( nDiff < 10 ? nDiff : 10 ) ); in approachColor()
365 else if( rFrom.GetBlue() > rTo.GetBlue() ) in approachColor()
367 nDiff = rFrom.GetBlue() - rTo.GetBlue(); in approachColor()
368 aColor.SetBlue( rFrom.GetBlue() - ( nDiff < 10 ? nDiff : 10 ) ); in approachColor()
371 aColor.SetBlue( rFrom.GetBlue() ); in approachColor()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1071 cB0 = MAP( rCol0.GetBlue(), rCol1.GetBlue(), nTmpFX ); in ImplCreateScaled()
1075 cB1 = MAP( rCol2.GetBlue(), rCol3.GetBlue(), nTmpFX ); in ImplCreateScaled()
1098 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTmpFX ); in ImplCreateScaled()
1104 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTmpFX ); in ImplCreateScaled()
1196 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTmpFX ); in ImplCreateScaled()
1202 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTmpFX ); in ImplCreateScaled()
1492 cB0 = MAP( rCol0.GetBlue(), rCol1.GetBlue(), nTmpFX ); in ImplCreateRotatedScaled()
1498 cB1 = MAP( rCol2.GetBlue(), rCol3.GetBlue(), nTmpFX ); in ImplCreateRotatedScaled()
1532 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTmpFX ); in ImplCreateRotatedScaled()
1538 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTmpFX ); in ImplCreateRotatedScaled()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx225 …(sal_uInt8)(basegfx::tools::lerp(rColors[nIndex].GetBlue(),rColors[nIndex+1].GetBlue(),fAlpha)) )); in fillLinearGradient()
392 …(sal_uInt8)(basegfx::tools::lerp(rColors[nIndex].GetBlue(),rColors[nIndex+1].GetBlue(),fAlpha)) )); in fillPolygonalGradient()
450 …(sal_uInt8)(basegfx::tools::lerp(rColors[nIndex].GetBlue(),rColors[nIndex+1].GetBlue(),fAlpha)) )); in fillPolygonalGradient()
542 labs( rColor1.GetBlue() - rColor2.GetBlue() ) ) ); in numColorSteps()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx693 pColor[2] = aCol.GetBlue(); in getIndex()
791 toDoubleColor(aCol.GetBlue())); in convertToRGB()
842 toDoubleColor(aCol.GetBlue())); in convertToARGB()
895 nAlpha*toDoubleColor(aCol.GetBlue())); in convertToPARGB()
1090 *pOut++ = toDoubleColor(aCol.GetBlue()); in convertFromIntegerColorSpace()
1168 toDoubleColor(aCol.GetBlue())); in convertIntegerToRGB()
1185 toDoubleColor(aCol.GetBlue())); in convertIntegerToRGB()
1223 toDoubleColor(aCol.GetBlue())); in convertIntegerToARGB()
1240 toDoubleColor(aCol.GetBlue())); in convertIntegerToARGB()
1279 nAlpha*toDoubleColor(aCol.GetBlue())); in convertIntegerToPARGB()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx201 aColors[ 0 ].GetBlue() < 128 || in GetSystemLook()
206 aColors[ 1 ].GetBlue() < 128 || in GetSystemLook()
235 …_uInt8 nBlue = (sal_uInt8)(((sal_uInt16)aColors[1].GetBlue() + (sal_uInt16)aColor2.GetBlue()… in GetSystemLook()
/trunk/main/tools/source/generic/
H A Dcolor.cxx80 labs( (long) rCompareColor.GetBlue() - GetBlue() ); in GetColorError()
167 c[2] = GetBlue(); in RGBtoHSB()
284 fYellow = 1 - ( GetBlue() / 255.0 ); in RGBtoCMYK()
488 sal_uInt16 nBlue = rColor.GetBlue(); in operator <<()
/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx240 aMtrFldColorModel3.SetValue( ColorToPercent_Impl( aAktuellColor.GetBlue() ) ); in ActivatePage()
323 ColorToPercent_Impl( aTmpColor.GetBlue() ) != ColorToPercent_Impl( aColor.GetBlue() ) || in CheckChanges_Impl()
680 aMtrFldColorModel3.SetValue( ColorToPercent_Impl( aAktuellColor.GetBlue() ) ); in IMPL_LINK()
1141 aMtrFldColorModel3.SetValue( ColorToPercent_Impl( aAktuellColor.GetBlue() ) ); in IMPL_LINK()
1168 aMtrFldColorModel3.SetValue( ColorToPercent_Impl( aAktuellColor.GetBlue() ) ); in ChangeColorHdl_Impl()
1214 nColor3 = 255 - rColor.GetBlue(); in RgbToCmyk_Impl()
1244 lTemp = 255 - ( rColor.GetBlue() + nK ); in CmykToRgb_Impl()
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx237 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
289 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
395 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
444 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
H A Ddx_canvashelper_texturefill.cxx203 labs( rColor1.GetBlue() - rColor2.GetBlue() ) ) ); in numColorSteps()
343 …static_cast<BYTE>( basegfx::tools::lerp(rColors[nIndex].GetBlue(),rColors[nIndex+1].GetBlue(),fAlp… in fillPolygonalGradient()
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx511 …WriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() ) ); in ImplReadBody()
529 …WriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() ) ); in ImplReadBody()
607 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetBlue() + nDat; in ImplReadBody()
634 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetBlue() + nDat; in ImplReadBody()
658 sal_uInt8 cB = (sal_uInt8) MinMax( aBitmapColor.GetBlue() - nDAT, 0L, 255L ); in ImplReadBody()
/trunk/main/vcl/inc/
H A Dimpoct.hxx46 nBlue ( (long) rColor.GetBlue() << 5L ) {} in ImpErrorQuad()
65 nBlue = (long) rColor.GetBlue() << 5L; in operator =()
74 nBlue -= ( (long) rColor.GetBlue() << 5L ); in operator -=()
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx97 ( ( ( d_BS < 0L ) ? ( (sal_uInt32) (d_rCol).GetBlue() >> -d_BS ) : \
98 ( (sal_uInt32) (d_rCol).GetBlue() << d_BS ) ) & d_BM ) )
143 inline sal_uInt8 GetBlue() const;
320 mcBlueOrIndex ( rColor.GetBlue() ), in BitmapColor()
406 inline sal_uInt8 BitmapColor::GetBlue() const in GetBlue() function in BitmapColor
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx255 pRGBStart[5].Blue == vcl::unotools::toDoubleColor(aCol.GetBlue()), in checkCanvasBitmap()
287 aARGBColor[0].Blue = vcl::unotools::toDoubleColor(aCol.GetBlue()); in checkCanvasBitmap()
292 aRGBColor[0].Blue = vcl::unotools::toDoubleColor(aCol.GetBlue()); in checkCanvasBitmap()
406 pRGBStart[5].Blue == vcl::unotools::toDoubleColor(aCol.GetBlue()), in checkBitmapImport()
438 aARGBColor[0].Blue = vcl::unotools::toDoubleColor(aCol.GetBlue()); in checkBitmapImport()
443 aRGBColor[0].Blue = vcl::unotools::toDoubleColor(aCol.GetBlue()); in checkBitmapImport()
/trunk/main/sd/source/ui/func/
H A Dfucopy.cxx288 …sal_uInt8 nBlue = aStartColor.GetBlue() + (sal_uInt8) ( ( (long) aEndColor.GetBlue() - (long) aSta… in DoExecute()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.hxx63 sal_uInt8 GetBlue(sal_uInt8 nIndex) const;
126 inline sal_uInt8 DXFPalette::GetBlue(sal_uInt8 nIndex) const { return pBlue[nIndex]; } in GetBlue() function in DXFPalette

Completed in 173 milliseconds

123456