Home
last modified time | relevance | path

Searched refs:GetAlpha (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dbitmapcolor.cxx60 aBmpColor.GetAlpha()); in defaultConstructor()
73 aBmpColor.GetAlpha()); in colorValueConstructor()
85 aBmpColor.GetAlpha()); in colorValueConstructor()
97 aBmpColor.GetAlpha()); in colorValueConstructor()
111 aBmpColor.GetAlpha()); in colorClassConstructor()
123 aBmpColor.GetAlpha()); in colorClassConstructor()
135 aBmpColor.GetAlpha()); in colorClassConstructor()
147 aBmpColor.GetAlpha()); in colorClassConstructor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dbitmapcolor.cxx59 CPPUNIT_ASSERT_EQUAL_MESSAGE("Alpha wrong", static_cast<sal_uInt8>(0), aBmpColor.GetAlpha()); in defaultConstructor()
72 aBmpColor.GetAlpha()); in colorValueConstructor()
84 aBmpColor.GetAlpha()); in colorValueConstructor()
96 aBmpColor.GetAlpha()); in colorValueConstructor()
110 aBmpColor.GetAlpha()); in colorClassConstructor()
122 aBmpColor.GetAlpha()); in colorClassConstructor()
134 aBmpColor.GetAlpha()); in colorClassConstructor()
146 aBmpColor.GetAlpha()); in colorClassConstructor()
/dports/math/clblast/CLBlast-1.1.0/src/routines/level2/
H A Dxher.cpp33 template <> float2 Xher<float2,float>::GetAlpha(const float alpha) { return float2{alpha, 0.0f}; } in GetAlpha() function in clblast::Xher
34 template <> double2 Xher<double2,double>::GetAlpha(const double alpha) { return double2{alpha, 0.0}… in GetAlpha() function in clblast::Xher
35 template <> float Xher<float,float>::GetAlpha(const float alpha) { return alpha; } in GetAlpha() function in clblast::Xher
36 template <> double Xher<double,double>::GetAlpha(const double alpha) { return alpha; } in GetAlpha() function in clblast::Xher
37 template <> half Xher<half,half>::GetAlpha(const half alpha) { return alpha; } in GetAlpha() function in clblast::Xher
67 const auto matching_alpha = GetAlpha(alpha); in DoHer()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/CoreData/Shaders/HLSL/
H A DText.hlsl42 float GetAlpha(float distance, float width)
81 float alpha = GetAlpha(distance, width);
92 alpha += GetAlpha(distance2, width)
93 + GetAlpha(distance3, width)
94 + GetAlpha(distance4, width)
95 + GetAlpha(distance5, width);
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemPainter_ScTl.cpp121 if (!Color1.GetAlpha()) return false; in Init()
140 if (!Color1.GetAlpha()) { in Init()
141 if (!Color2.GetAlpha()) return false; in Init()
145 else if (!Color2.GetAlpha()) { in Init()
159 if (!Color1.GetAlpha()) { in Init()
160 if (!Color2.GetAlpha()) return false; in Init()
164 else if (!Color2.GetAlpha()) { in Init()
194 if (!Color1.GetAlpha()) { in Init()
195 if (!Color2.GetAlpha()) return false; in Init()
199 else if (!Color2.GetAlpha()) { in Init()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_image.py118 self.assertTrue(img.GetAlpha(1,1) == 2)
128 data = img.GetAlpha()
166 self.assertEqual(ord('1'), img.GetAlpha(0,0))
167 self.assertEqual(ord('2'), img.GetAlpha(1,0))
168 self.assertEqual(ord('3'), img.GetAlpha(2,0))
173 self.assertEqual(1, img.GetAlpha(0,0))
174 self.assertEqual(2, img.GetAlpha(1,0))
175 self.assertEqual(3, img.GetAlpha(2,0))
210 self.assertEqual(1, img.GetAlpha(0,0))
211 self.assertEqual(2, img.GetAlpha(1,0))
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/bin/CoreData/Shaders/GLSL/
H A DText.glsl51 float GetAlpha(float distance, float width)
87 float alpha = GetAlpha(distance, width);
98 alpha += GetAlpha(distance2, width)
99 + GetAlpha(distance3, width)
100 + GetAlpha(distance4, width)
101 + GetAlpha(distance5, width);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/
H A Dtestimage.h57 … memcmp(other.GetAlpha(), m_image.GetAlpha(), other.GetWidth() * other.GetHeight()) == 0 )
68 const unsigned char* a1 = m_image.GetAlpha();
69 const unsigned char* a2 = other.GetAlpha();
200 … *(other.GetAlpha() + (other.GetWidth() / 2) + (other.GetHeight() / 2 * other.GetWidth()));
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-theme/
H A DImageManipulation.cpp100 memcpy(dstImage->GetAlpha(), srcImage->GetAlpha(), width * height); in ChangeImageColour()
194 unsigned char *mk = imgFore.GetAlpha(); in OverlayImage()
225 unsigned char *pAlpha = imgBack.GetAlpha(); in OverlayImage()
329 unsigned char *bgAlpha = background->HasAlpha() ? background->GetAlpha() : NULL; in PasteSubImage()
330 unsigned char *fgAlpha = foreground->HasAlpha() ? foreground->GetAlpha() : NULL; in PasteSubImage()
429 data =Src.GetAlpha(); in GetSubImageWithAlpha()
430 subdata =image.GetAlpha(); in GetSubImageWithAlpha()
/dports/games/warmux/warmux-11.04/src/graphic/
H A Dsurface.cpp373 return MapRGBA(color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in MapColor()
405 color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in RectangleColor()
410 color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in RectangleColor()
415 color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in RectangleColor()
420 color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in RectangleColor()
427 …vlineRGBA(surface, x, y1, y2, color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in VlineColor()
432 …hlineRGBA(surface, x1, x2, y, color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in HlineColor()
437 …RGBA(surface, x1, y1, x2, y2, color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in LineColor()
452 …ircleRGBA(surface, x, y, rad, color.GetRed(), color.GetGreen(), color.GetBlue(), color.GetAlpha()); in CircleColor()
485 color.GetGreen(), color.GetBlue(), color.GetAlpha()); in AAPolygonColor()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dpixel.cxx114 … Color aAlphaColor(255 - rColor.GetAlpha(), 255 - rColor.GetAlpha(), 255 - rColor.GetAlpha()); in DrawPixel()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkSigmoidImageFilter.h100 double GetAlpha() const in GetAlpha() function
169 if ( Math::ExactlyEquals(alpha, this->GetFunctor().GetAlpha()) ) in SetAlpha()
177 double GetAlpha() const in GetAlpha() function
179 return this->GetFunctor().GetAlpha(); in GetAlpha()
H A DitkWeightedAddImageFilter.h70 RealType GetAlpha() const in GetAlpha() function
152 RealType GetAlpha() const in GetAlpha() function
154 return this->GetFunctor().GetAlpha(); in GetAlpha()
/dports/devel/sdl2pp/libSDL2pp-0.16.1/tests/
H A Dtest_color.cc28 EXPECT_TRUE(c.GetRed() == 1 && c.GetGreen() == 2 && c.GetBlue() == 3 && c.GetAlpha() == 4);
33 EXPECT_TRUE(c.GetRed() == 4 && c.GetGreen() == 5 && c.GetBlue() == 6 && c.GetAlpha() == 7);
60 EXPECT_TRUE(c.GetRed() == 1 && c.GetGreen() == 2 && c.GetBlue() == 3 && c.GetAlpha() == 4);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dbmpfast.cxx47 PIXBYTE GetAlpha() const;
63 static PIXBYTE GetAlpha() { return 0; } in GetAlpha() function in TrueColorPixelPtr
83 static PIXBYTE GetAlpha() { return 0; } in GetAlpha() function in TrueColorPixelPtr
103 PIXBYTE GetAlpha() const { return mpPixel[0]; } in GetAlpha() function in TrueColorPixelPtr
123 PIXBYTE GetAlpha() const { return mpPixel[0]; } in GetAlpha() function in TrueColorPixelPtr
143 PIXBYTE GetAlpha() const { return mpPixel[3]; } in GetAlpha() function in TrueColorPixelPtr
163 PIXBYTE GetAlpha() const { return mpPixel[3]; } in GetAlpha() function in TrueColorPixelPtr
179 PIXBYTE GetAlpha() const { return mpPixel[0]; } in GetAlpha() function in TrueColorPixelPtr
196 rDst.SetAlpha( rSrc.GetAlpha() ); in ImplConvertPixel()
251 ImplBlendPixels(aDst, aSrc, aMsk.GetAlpha()); in ImplBlendLines()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/r_data/
H A Drenderstyle.cpp129 return GetAlpha(SrcAlpha, alpha) != 0 || GetAlpha(DestAlpha, alpha) != FRACUNIT; in IsVisible()
186 fixed_t GetAlpha(int type, fixed_t alpha) in GetAlpha() function
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemColor.h98 emByte GetAlpha() const;
269 inline emByte emColor::GetAlpha() const in GetAlpha() function
334 SetHSVA(hue,GetSat(),GetVal(),GetAlpha()); in SetHue()
339 SetHSVA(GetHue(),sat,GetVal(),GetAlpha()); in SetSat()
344 SetHSVA(GetHue(),GetSat(),val,GetAlpha()); in SetVal()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/pluginterfaces/base/
H A Ducolorspec.h45 inline SMTG_CONSTEXPR ColorComponent GetAlpha (ColorSpec cs) { return (ColorComponent)((cs >>… in GetAlpha() function
58 … GetAlphaNorm (ColorSpec cs) { return (NormalizeColorComponent (GetAlpha (cs))); } in GetAlphaNorm()
70 static_cast<ColorComponent> (GetAlpha(color) * opacity) in BlendColor()
/dports/games/zdoom/zdoom-2.8.1/src/r_data/
H A Drenderstyle.cpp133 return GetAlpha(SrcAlpha, alpha) != 0 || GetAlpha(DestAlpha, alpha) != FRACUNIT; in IsVisible()
190 fixed_t GetAlpha(int type, fixed_t alpha) in GetAlpha() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/src/
H A DitkSpatialObjectProperty.cxx106 ::GetAlpha() const in GetAlpha() function in itk::SpatialObjectProperty
108 return m_Color.GetAlpha(); in GetAlpha()
220 << " " << m_Color.GetBlue() << " " << m_Color.GetAlpha() << std::endl; in PrintSelf()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/SpatialObjects/test/
H A DitkReadWriteSpatialObjectTest.cxx508 if(itk::Math::NotExactlyEquals((*j).GetAlpha(), value+3)) in itkReadWriteSpatialObjectTest()
510 std::cout<<" [FAILED] : Alpha : found " << ( *j).GetAlpha() in itkReadWriteSpatialObjectTest()
588 if(itk::Math::NotExactlyEquals((*jv).GetAlpha(), value+3)) in itkReadWriteSpatialObjectTest()
590 std::cout<<" [FAILED] : Alpha : found " << ( *jv).GetAlpha() in itkReadWriteSpatialObjectTest()
721 if(itk::Math::NotExactlyEquals((*jdti).GetAlpha(), value+3)) in itkReadWriteSpatialObjectTest()
958 if(itk::Math::NotExactlyEquals((*pit).GetAlpha(), value+3)) in itkReadWriteSpatialObjectTest()
1035 if(itk::Math::NotExactlyEquals((*pit).GetAlpha(), value+3)) in itkReadWriteSpatialObjectTest()
1110 if(itk::Math::NotExactlyEquals((*pit).GetAlpha(), value+3)) in itkReadWriteSpatialObjectTest()
1274 if(itk::Math::NotExactlyEquals((*ctrl).GetAlpha(), value+3)) in itkReadWriteSpatialObjectTest()
1277 << (*ctrl).GetAlpha() << " instead of " << value+3 in itkReadWriteSpatialObjectTest()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/GL2PS/
H A DvtkGL2PSContextDevice2D.cxx55 if ((colors || this->Pen->GetColorObject().GetAlpha() != 0) && in DrawPoly()
66 if (colors || this->Pen->GetColorObject().GetAlpha() != 0) in DrawPoints()
78 if (colors || this->Pen->GetColorObject().GetAlpha() != 0) in DrawPointSprites()
115 if (this->Brush->GetColorObject().GetAlpha() != 0) in DrawQuad()
124 if (this->Brush->GetColorObject().GetAlpha() != 0) in DrawQuadStrip()
133 if (this->Brush->GetColorObject().GetAlpha() != 0) in DrawPolygon()
145 if (this->Brush->GetColorObject().GetAlpha() == 0) in DrawEllipseWedge()
186 if (this->Brush->GetColorObject().GetAlpha() == 0) in DrawEllipticArc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A DBitmapColor.hxx38 inline sal_uInt8 GetAlpha() const;
71 inline sal_uInt8 BitmapColor::GetAlpha() const in GetAlpha() function in BitmapColor
/dports/games/ivan/ivan-059/Main/Source/
H A Dsmoke.cpp19 : entity(HAS_BE), Next(0), Gas(Gas), LSquareUnder(LSquareUnder), Alpha(Gas->GetAlpha()) in smoke()
138 LSquareUnder->SignalSmokeAlphaChange(OtherGas->GetAlpha() - Alpha); in Merge()
139 Alpha = OtherGas->GetAlpha(); in Merge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A DBitmapDisabledImageFilter.cxx45 BitmapColor aGreyValue(nLum, nLum, nLum, aColor.GetAlpha()); in execute()
53 aReturnBitmap = BitmapEx(aGrey, rBitmapEx.GetAlpha()); in execute()

12345678910>>...33