Home
last modified time | relevance | path

Searched refs:getBlue (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx82 maPixelUnion.maRGBO.mnB = sal_uInt8((rColor.getBlue() * 255.0) + 0.5); in BPixel()
105 sal_uInt8 getBlue() const { return maPixelUnion.maRGBO.mnB; } in getBlue() function in basegfx::BPixel
145 std::min(rTupB.getBlue(), rTupA.getBlue()), in minimum()
154 std::max(rTupB.getBlue(), rTupA.getBlue()), in maximum()
180 …(sal_uInt8)(((sal_uInt32)rOld1.getBlue() * nNegFac + (sal_uInt32)rOld2.getBlue() * nFactor) >> 8L), in interpolate()
190 …rOld1.getBlue() == rOld2.getBlue() ? rOld1.getBlue() : (sal_uInt8)(((sal_uInt32)rOld1.getBlue() + … in average()
199getBlue() == rOld2.getBlue() && rOld2.getBlue() == rOld3.getBlue()) ? rOld1.getBlue() : (sal_uInt8… in average()
/trunk/main/basebmp/inc/basebmp/
H A Dcolor.hxx56 sal_uInt8 getBlue() const { return 0xFF & (sal_uInt8)mnColor; } in getBlue() function in basebmp::Color
58 sal_uInt8 getGreyscale() const { return (sal_uInt8)((getBlue()*28UL + in getGreyscale()
68 col.getBlue()^getBlue()); } in operator ^()
71 … (sal_uInt8)abs((int)getBlue()-col.getBlue())); } in operator -()
74 getBlue()+col.getBlue()); } in operator +()
77 … (sal_uInt8)((sal_uInt32)col.getBlue()*getBlue()/SAL_MAX_UINT8)); } in operator *()
80 … (sal_uInt8)((sal_uInt32)n*getBlue()/SAL_MAX_UINT8)); } in operator *()
83 (sal_uInt8)(n*getBlue()+.5)); } in operator *()
86 getBlue()==rhs.getBlue()); } in operator ==()
90 + getBlue()*getBlue()); } in magnitude()
H A Dcolormisc.hxx78 const sal_uInt8 v1_blue( v1.getBlue() ); in operator ()()
85 ((((sal_Int32)v2.getBlue() - v1_blue)*alpha) / 0x100) + v1_blue); in operator ()()
101 const sal_uInt8 v1_blue( v1.getBlue() ); in operator ()()
108 ((((sal_Int32)v2.getBlue() - v1_blue)*alpha) / 0x100) + v1_blue); in operator ()()
H A Drgb24pixelformats.hxx56 res.setBlue(c.getBlue()); in operator ()()
H A Drgbmaskpixelformats.hxx178 const typename base_type::unsigned_pixel_type blue (c.getBlue()); in operator ()()
H A Dtruecolormaskaccessor.hxx163 const unsigned_data_type blue (v.getBlue()); in toPacked()
/trunk/main/slideshow/source/engine/
H A Dcolor.cxx246 double HSLColor::getBlue() const in getBlue() function in slideshow::internal::HSLColor
268 maRGBTriple.mnBlue = rLHS.getBlue(); in RGBColor()
275 maRGBTriple.mnBlue = rLHS.getBlue(); in operator =()
389 getBlue() ).mnHue; in getHue()
396 getBlue() ).mnSaturation; in getSaturation()
403 getBlue() ).mnLuminance; in getLuminance()
416 double RGBColor::getBlue() const in getBlue() function in slideshow::internal::RGBColor
441 rLHS.getBlue() + rRHS.getBlue() ); in operator +()
448 rLHS.getBlue() * rRHS.getBlue() ); in operator *()
455 nFactor * rRHS.getBlue() ); in operator *()
[all …]
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx37 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsl()
92 const double h=rHSLColor.getRed(), s=rHSLColor.getGreen(), l=rHSLColor.getBlue(); in hsl2rgb()
114 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2hsv()
154 const double s=rHSVColor.getGreen(), v=rHSVColor.getBlue(); in hsv2rgb()
204 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2yiq()
214 const double y=rYIQColor.getRed(), i=rYIQColor.getGreen(), q=rYIQColor.getBlue(); in yiq2rgb()
225 const double x=rXYZColor.getRed(), y=rXYZColor.getGreen(), z=rXYZColor.getBlue(); in ciexyz2rgb()
236 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2ciexyz()
245 const double r=rRGBColor.getRed(), g=rRGBColor.getGreen(), b=rRGBColor.getBlue(); in rgb2ypbpr()
254 const double y=rYPbPrColor.getRed(), pb=rYPbPrColor.getGreen(), pr=rYPbPrColor.getBlue(); in ypbpr2rgb()
H A Dbcolormodifier.cxx72 …::BColor(1.0 - aSourceColor.getRed(), 1.0 - aSourceColor.getGreen(), 1.0 - aSourceColor.getBlue()); in getModifiedColor()
91 …olor.getRed() * 0.2125) + (aSourceColor.getGreen() * 0.7154) + (aSourceColor.getBlue() * 0.0721))); in getModifiedColor()
224 pow(aSourceColor.getBlue(), mfInvValue)); in getModifiedColor()
298 && getBlue() == pCompare->getBlue() in operator ==()
310 basegfx::clamp(aSourceColor.getBlue() * mfContrastOff + mfBlueOff, 0.0, 1.0)); in getModifiedColor()
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolor.hxx105 double getBlue() const { return mfZ; } in getBlue() function in basegfx::BColor
149 mfZ = rColor.getBlue() * fLuminance; in blend()
165 …BColor& rColor) const { return (getBlue() > rColor.getBlue() ? getBlue() - rColor.getBlue() : rCol… in getDistanceBlue()
H A Dbcolormodifier.hxx362 double getBlue() const { return mfBlue; } in getBlue() function in basegfx::BColorModifier_RGBLuminanceContrast
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1044 if( rFrom.getBlue() < rTo.getBlue() ) in approachColor()
1046 nDiff = rTo.getBlue() - rFrom.getBlue(); in approachColor()
1047 aColor.setBlue( rFrom.getBlue() + ( nDiff < 10 ? nDiff : 10 ) ); in approachColor()
1049 else if( rFrom.getBlue() > rTo.getBlue() ) in approachColor()
1051 nDiff = rFrom.getBlue() - rTo.getBlue(); in approachColor()
1052 aColor.setBlue( rFrom.getBlue() - ( nDiff < 10 ? nDiff : 10 ) ); in approachColor()
1055 aColor.setBlue( rFrom.getBlue() ); in approachColor()
H A Dbasictest.cxx81 ASSERT_TRUE( aTestColor.getBlue() == 0xFF ) << "getBlue()"; in TEST_F()
/trunk/main/toolkit/test/accessibility/
H A DCanvasShape.java94 aCol.getBlue (), in update()
99 aCol.getBlue (), in update()
148 color = new Color (maFgColor.getRed(), maFgColor.getGreen(), maFgColor.getBlue()); in paint()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java120 aCol.getBlue (), in Update()
125 aCol.getBlue (), in Update()
181 color = new Color (maFgColor.getRed(), maFgColor.getGreen(), maFgColor.getBlue()); in paint()
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx170 double aDeltaBlue(rB.getBlue() - rA.getBlue()); in addColorInterpolator()
185 rA.getBlue(), aDeltaBlue)); in addColorInterpolator()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx89 nBlue = nBlue + rPixel.getBlue(); in BPixelRasterToBitmapEx()
121 pContent->SetPixel(y, x, BitmapColor(rPixel.getRed(), rPixel.getGreen(), rPixel.getBlue())); in BPixelRasterToBitmapEx()
441 …rDest.setBlue((sal_uInt8)(((rDest.getBlue() * nTransparence) + ((sal_uInt16)(255.0 * aNewColor.get… in processLineSpan()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java161 b[i++] = (byte)fgColors[j].getBlue(); in getBytes()
174 b[i++] = (byte)bgColors[j].getBlue(); in getBytes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DColourConverter.java257 int blue = colour.getBlue(); in convertFromRGB()
433 matchedRGB += getClosest(c.getBlue(), points); in isGrey()
/trunk/main/cppcanvas/source/tools/
H A Dtools.cxx43 aRes[2] = getBlue(aColor) / 255.0; in intSRGBAToDoubleSequence()
/trunk/main/slideshow/source/inc/
H A Dhslcolor.hxx76 double getBlue() const;
H A Drgbcolor.hxx76 double getBlue() const;
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dcolor.hxx64 inline sal_uInt8 getBlue( Color::IntSRGBA nCol ) in getBlue() function
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx1105 *pScan++ = static_cast< sal_uInt8 >(aBDest.getBlue() * 255.0); in ModifyBitmapEx()
1126 *pScan++ = static_cast< sal_uInt8 >(aBDest.getBlue() * 255.0); in ModifyBitmapEx()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx237 … pBuf->maPalette[i] = BitmapColor( rCol.getRed(), rCol.getGreen(), rCol.getBlue() ); in AcquireBuffer()

Completed in 109 milliseconds

12