/aoo41x/main/vcl/workben/ |
H A D | svptest.cxx | 217 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 1257 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 D | bitmap4.cxx | 167 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 D | bmpfast.cxx | 60 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 D | bmpacc2.cxx | 178 *( 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 D | bitmap.cxx | 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() 1625 const long nMaxB = 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 D | outdev4.cxx | 210 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 D | octree.cxx | 202 (*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 D | pngwrite.cxx | 358 *pTmp++ = rColor.GetBlue(); in ImplWritePalette() 567 *pDest++ = rColor.GetBlue(); in ImplGetFilter() 580 *pDest++ = rColor.GetBlue(); in ImplGetFilter() 596 *pDest++ = rColor.GetBlue(); in ImplGetFilter()
|
H A D | print2.cxx | 167 …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()
|
/aoo41x/main/padmin/source/ |
H A D | padialog.cxx | 360 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()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1071 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()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 225 …(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()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | cdeint.cxx | 201 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()
|
/aoo41x/main/tools/source/generic/ |
H A D | color.cxx | 80 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 <<()
|
/aoo41x/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 693 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 …]
|
/aoo41x/main/cui/source/tabpages/ |
H A D | tpcolor.cxx | 240 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()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_vcltools.cxx | 237 *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 D | dx_canvashelper_texturefill.cxx | 203 labs( rColor1.GetBlue() - rColor2.GetBlue() ) ) ); in numColorSteps() 343 …static_cast<BYTE>( basegfx::tools::lerp(rColors[nIndex].GetBlue(),rColors[nIndex+1].GetBlue(),fAlp… in fillPolygonalGradient()
|
/aoo41x/main/vcl/inc/ |
H A D | impoct.hxx | 46 nBlue ( (long) rColor.GetBlue() << 5L ) {} in ImpErrorQuad() 65 nBlue = (long) rColor.GetBlue() << 5L; in operator =() 74 nBlue -= ( (long) rColor.GetBlue() << 5L ); in operator -=()
|
/aoo41x/main/filter/source/graphicfilter/ipsd/ |
H A D | ipsd.cxx | 511 …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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | salbtype.hxx | 97 ( ( ( 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
|
/aoo41x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 255 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()
|
/aoo41x/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()
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfreprd.hxx | 63 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
|