Home
last modified time | relevance | path

Searched refs:Opacity (Results 1 – 25 of 4347) sorted by relevance

12345678910>>...174

/dports/graphics/tachyon/tachyon/scenes/
H A Ddna.dat20 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
27 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
34 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
41 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
48 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
55 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
62 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
69 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
76 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
83 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
[all …]
H A Ddnadof.dat23 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
30 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
37 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
44 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
51 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
58 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
65 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
72 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
79 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
86 Ambient 0.000 Diffuse 0.650 Specular 0.000 Opacity 1.000
[all …]
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/anthonynsimon/bild/bild-0.13.0/cmd/
H A Dblend.go26 return blend.Opacity(img1, blend.Add(img1, img2), strength), nil
28 return blend.Opacity(img1, blend.ColorBurn(img1, img2), strength), nil
30 return blend.Opacity(img1, blend.ColorDodge(img1, img2), strength), nil
32 return blend.Opacity(img1, blend.Darken(img1, img2), strength), nil
36 return blend.Opacity(img1, blend.Divide(img1, img2), strength), nil
40 return blend.Opacity(img1, blend.Lighten(img1, img2), strength), nil
48 return blend.Opacity(img1, blend.Normal(img1, img2), strength), nil
50 return blend.Opacity(img1, img2, strength), nil
52 return blend.Opacity(img1, blend.Overlay(img1, img2), strength), nil
54 return blend.Opacity(img1, blend.Screen(img1, img2), strength), nil
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dblendpixelsover.inc4 procedure FastBlendPixelsWithOpacity(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: …
15 procedure DrawPixelsWithOpacity(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
54 procedure AddPixelsLinearOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
68 procedure AddPixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
96 procedure LinearAddPixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byt…
180 procedure DividePixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
208 procedure ReflectPixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
222 procedure GlowPixelsLinearOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
236 procedure GlowPixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
816 if Opacity >= 128 then opacity256 := Opacity+1 else opacity256 := Opacity;
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dblendpixelsover.inc4 procedure FastBlendPixelsWithOpacity(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: …
15 procedure DrawPixelsWithOpacity(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
54 procedure AddPixelsLinearOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
68 procedure AddPixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
96 procedure LinearAddPixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byt…
180 procedure DividePixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
208 procedure ReflectPixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
222 procedure GlowPixelsLinearOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
236 procedure GlowPixelsDrawOver(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer; Opacity: byte);
816 if Opacity >= 128 then opacity256 := Opacity+1 else opacity256 := Opacity;
[all …]
/dports/editors/lazarus/lazarus/components/tachart/bgra/
H A Dtadrawerbgra.pas26 function Opacity: Byte; inline; in Opacity() function
190 function TBGRABitmapDrawer.Opacity: Byte; in TBGRABitmapDrawer.Opacity() function
212 Canvas.Pen.Opacity := Opacity;
263 Canvas.Brush.Opacity := Opacity;
276 Canvas.Brush.Opacity := Opacity;
290 Canvas.Font.Opacity := Opacity;
304 Opacity := Self.Opacity;
313 Canvas.Pen.Opacity := Opacity;
319 Canvas.Brush.Opacity := Opacity;
320 Canvas.Font.Opacity := Opacity;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/tachart/bgra/
H A Dtadrawerbgra.pas26 function Opacity: Byte; inline; in Opacity() function
190 function TBGRABitmapDrawer.Opacity: Byte; in TBGRABitmapDrawer.Opacity() function
212 Canvas.Pen.Opacity := Opacity;
263 Canvas.Brush.Opacity := Opacity;
276 Canvas.Brush.Opacity := Opacity;
290 Canvas.Font.Opacity := Opacity;
304 Opacity := Self.Opacity;
313 Canvas.Pen.Opacity := Opacity;
319 Canvas.Brush.Opacity := Opacity;
320 Canvas.Font.Opacity := Opacity;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/bgra/
H A Dtadrawerbgra.pas26 function Opacity: Byte; inline; in Opacity() function
198 function TBGRABitmapDrawer.Opacity: Byte; in TBGRABitmapDrawer.Opacity() function
220 Canvas.Pen.Opacity := Opacity;
271 Canvas.Brush.Opacity := Opacity;
284 Canvas.Brush.Opacity := Opacity;
298 Canvas.Font.Opacity := Opacity;
312 Opacity := Self.Opacity;
327 Canvas.Pen.Opacity := Opacity;
338 Canvas.Brush.Opacity := Opacity;
339 Canvas.Font.Opacity := Opacity;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/bgra/
H A Dtadrawerbgra.pas26 function Opacity: Byte; inline; in Opacity() function
198 function TBGRABitmapDrawer.Opacity: Byte; in TBGRABitmapDrawer.Opacity() function
220 Canvas.Pen.Opacity := Opacity;
271 Canvas.Brush.Opacity := Opacity;
284 Canvas.Brush.Opacity := Opacity;
298 Canvas.Font.Opacity := Opacity;
312 Opacity := Self.Opacity;
327 Canvas.Pen.Opacity := Opacity;
338 Canvas.Brush.Opacity := Opacity;
339 Canvas.Font.Opacity := Opacity;
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-text/data/locale/
H A Den-US.ini9 Opacity="Opacity" key
12 Gradient.Opacity="Gradient Opacity" key
15 BkOpacity="Background Opacity"
27 Outline.Opacity="Outline Opacity" key
H A Dtl-PH.ini10 Gradient.Opacity="Gradient na Opacity" key
13 BkOpacity="Backround na Opacity"
25 Outline.Opacity="Ang Outline Opacity" key
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A DSW_Texture_Extras.cpp44 float Opacity; in build_opac_table() local
47 Opacity = 255.0; in build_opac_table()
57 Opacity = (float) (r + g + b) / 3.0F; in build_opac_table()
62 Opacity = (float)std::max(r, std::max(g, b)); in build_opac_table()
66 m_opac_table[i] = PIN(int32(m_opac_scale * Opacity + 255 * m_opac_shift + 0.5), 0, 255); in build_opac_table()
73 float Opacity; in build_opac_table() local
76 Opacity = 255.0; in build_opac_table()
86 Opacity = (float) (r + g + b) / 3.0F; in build_opac_table()
90 Opacity = (float)std::max(r, std::max(g, b)); in build_opac_table()
93 m_opac_table[i] = PIN(int32(m_opac_scale * Opacity + 255 * m_opac_shift + 0.5), 0, 255); in build_opac_table()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_map_dc.h176 double Opacity = m_Opacity * SG_GET_A(Color) / 255.; in IMG_Set_Pixel_Direct() local
178 if( Opacity <= 0. ) { return; } in IMG_Set_Pixel_Direct()
179 if( Opacity < 1. ) in IMG_Set_Pixel_Direct()
181 r = (BYTE)(r * Opacity + (1. - Opacity) * m_img_dc_rgb[i + 0]); in IMG_Set_Pixel_Direct()
182 g = (BYTE)(g * Opacity + (1. - Opacity) * m_img_dc_rgb[i + 1]); in IMG_Set_Pixel_Direct()
183 b = (BYTE)(b * Opacity + (1. - Opacity) * m_img_dc_rgb[i + 2]); in IMG_Set_Pixel_Direct()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dopacity.h26 struct Opacity { struct
27 static constexpr Opacity Opaque() { return Opacity(); } in Opaque() argument
33 constexpr Opacity() = default; argument
35 constexpr Opacity(int opacity) : in Opacity() function
36 Opacity(opacity, opacity, 0) {} in Opacity()
38 constexpr Opacity(int top_opacity, int bottom_opacity, int split) : in Opacity() argument
H A Dbitmap.h280 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
292 Opacity const& opacity);
304 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
318 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
342 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
354 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
369 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
386 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
406 Opacity const& opacity, BlendMode blend_mode = BlendMode::Normal);
425 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/resources/RelaxNG/svg/
H A Dsvg-opacity-attrib.rnc5 ## SVG 1.1 Paint Opacity Attribute Module
15 ## Paint Opacity Attribute
19 ## This module defines the Opacity attribute set.
28 SVG.Opacity.extra.attrib = empty
29 SVG.Opacity.attrib &=
33 SVG.Opacity.extra.attrib
/dports/x11/florence/florence-0.6.3/data/svg11/
H A Dsvg-opacity-attrib.rnc5 ## SVG 1.1 Paint Opacity Attribute Module
15 ## Paint Opacity Attribute
19 ## This module defines the Opacity attribute set.
28 SVG.Opacity.extra.attrib = empty
29 SVG.Opacity.attrib &=
33 SVG.Opacity.extra.attrib
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dscrollbar_animation_controller_unittest.cc203 EXPECT_FLOAT_EQ(1, h_scrollbar_layer_->Opacity()); in TEST_F()
214 EXPECT_FLOAT_EQ(0.0f, h_scrollbar_layer_->Opacity()); in TEST_F()
1371 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1381 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1387 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1397 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1402 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1420 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->Opacity()); in TEST_F()
1429 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1705 EXPECT_FLOAT_EQ(1, scrollbar_layer_->Opacity()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dscrollbar_animation_controller_unittest.cc205 EXPECT_FLOAT_EQ(1, h_scrollbar_layer_->Opacity()); in TEST_F()
220 EXPECT_FLOAT_EQ(0.0f, h_scrollbar_layer_->Opacity()); in TEST_F()
1427 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1438 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1445 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1455 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1460 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1479 EXPECT_FLOAT_EQ(1.0f, scrollbar_layer_->Opacity()); in TEST_F()
1491 EXPECT_FLOAT_EQ(0.0f, scrollbar_layer_->Opacity()); in TEST_F()
1798 EXPECT_FLOAT_EQ(1, scrollbar_layer_->Opacity()); in TEST_F()
[all …]
/dports/www/foswiki/Foswiki-2.1.6/pub/System/JQueryPlugin/plugins/blockui/
H A Djquery.blockUI.uncompressed.css2 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
3 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
25 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
26 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
51 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
52 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/dports/archivers/py-rcssmin/rcssmin-1.0.6/tests/yui/out/
H A Dopacity-filter.out.b1Opacity=80)";filter:PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}code{-ms-filter:"PR…
H A Dopacity-filter.out1Opacity=80)";filter:PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}code{-ms-filter:"PR…
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Classes/
H A DLayerProperties.cs37 this.Opacity = opacity; in LayerProperties()
45 public double Opacity { get; private set; } property in Pinta.Core.LayerProperties
51 layer.Opacity = Opacity; in SetProperties()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/bitmap/
H A Dopacity.cpp22 Opacity::applyEffect(Magick::Image* image) { in applyEffect()
28 Opacity::refreshParameters(Inkscape::Extension::Effect* module) { in refreshParameters()
35 Opacity::init() in init()
50 "</inkscape-extension>\n", new Opacity()); in init()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/benchmarks/
H A Dstring.bench.cpp65 enum class Opacity { Opaque, Transparent }; enum
66 struct AllOpacity : EnumValuesAsTuple<AllOpacity, Opacity, 2> {
143 Opacity O = Opacity::Transparent) { in makeString()
146 return maybeOpaque("", O == Opacity::Opaque); in makeString()
148 return maybeOpaque(getSmallString(D), O == Opacity::Opaque); in makeString()
152 return maybeOpaque(getHugeString(D), O == Opacity::Opaque); in makeString()
240 constexpr bool opaque = Opaque{} == Opacity::Opaque; in run()
265 constexpr bool opaque = Opaque{} == Opacity::Opaque; in run()
290 constexpr bool opaque = Opaque{} == Opacity::Opaque; in run()
314 constexpr bool opaque = Opaque{} == Opacity::Opaque; in run()
[all …]

12345678910>>...174