Home
last modified time | relevance | path

Searched refs:blend_modes (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Effects/
H A DUserBlendOps.cs34 blend_modes.Add (Catalog.GetString ("Normal"), BlendMode.Normal); in UserBlendOps()
35 blend_modes.Add (Catalog.GetString ("Multiply"), BlendMode.Multiply); in UserBlendOps()
38 blend_modes.Add (Catalog.GetString ("Overlay"), BlendMode.Overlay); in UserBlendOps()
40 blend_modes.Add (Catalog.GetString ("Lighten"), BlendMode.Lighten); in UserBlendOps()
41 blend_modes.Add (Catalog.GetString ("Darken"), BlendMode.Darken); in UserBlendOps()
42 blend_modes.Add (Catalog.GetString ("Screen"), BlendMode.Screen); in UserBlendOps()
43 blend_modes.Add (Catalog.GetString ("Xor"), BlendMode.Xor); in UserBlendOps()
48 blend_modes.Add (Catalog.GetString ("Hue"), BlendMode.Hue); in UserBlendOps()
58 return blend_modes.Keys; in GetAllBlendModeNames()
63 return blend_modes[name]; in GetBlendModeByName()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/shaders/
H A Dblender.h55 u8x3 blender(BlendInputs inputs, u8x4 blend_modes, in blender() argument
60 switch (int(blend_modes.z)) in blender()
75 switch (int(blend_modes.x)) in blender()
85 if (!blend_en || (blend_modes.y == BLEND_MODE_1B_PIXEL_ALPHA && in blender()
86 blend_modes.w == BLEND_MODE_2B_INV_PIXEL_ALPHA && in blender()
96 switch (int(blend_modes.y)) in blender()
104 switch (int(blend_modes.w)) in blender()
115 if (blend_modes.w == BLEND_MODE_2B_MEMORY_ALPHA) in blender()
H A Dmemory_interfacing.h501 u8x4 blend_modes = depth_blend.blend_modes0; in depth_blend() local
506 blend_modes, in depth_blend()
508 blend_modes = depth_blend.blend_modes1; in depth_blend()
511 blend_modes, in depth_blend()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Dcss_blendmodes.c16 } blend_modes[] = variable
67 blend_mode = blend_modes[gtk_list_box_row_get_index (row)].id; in row_activated()
87 for (i = 0; blend_modes[i].name != NULL; i++) in setup_listbox()
94 "label", blend_modes[i].name, in setup_listbox()
103 if (g_strcmp0 (blend_modes[i].id, "normal") == 0) in setup_listbox()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dcss_blendmodes.c16 } blend_modes[] = variable
67 blend_mode = blend_modes[gtk_list_box_row_get_index (row)].id; in row_activated()
87 for (i = 0; blend_modes[i].name != NULL; i++) in setup_listbox()
94 "label", blend_modes[i].name, in setup_listbox()
102 if (g_strcmp0 (blend_modes[i].id, "normal") == 0) in setup_listbox()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrenderbackground.c78 GtkCssValue *blend_modes; in _gtk_theming_background_needs_push_group() local
81 blend_modes = gtk_css_style_get_value (style, GTK_CSS_PROPERTY_BACKGROUND_BLEND_MODE); in _gtk_theming_background_needs_push_group()
87 for (i = _gtk_css_array_value_get_n_values (blend_modes); i > 0; i--) in _gtk_theming_background_needs_push_group()
91 … blend_mode = _gtk_css_blend_mode_value_get (_gtk_css_array_value_get_nth (blend_modes, i - 1)); in _gtk_theming_background_needs_push_group()
346 GtkCssValue *blend_modes; in gtk_css_style_render_background() local
353 blend_modes = gtk_css_style_get_value (style, GTK_CSS_PROPERTY_BACKGROUND_BLEND_MODE); in gtk_css_style_render_background()
400 blend_mode = _gtk_css_blend_mode_value_get (_gtk_css_array_value_get_nth (blend_modes, idx)); in gtk_css_style_render_background()
/dports/devel/allegro5/allegro5-5.2.7.0/src/opengl/
H A Dogl_draw.c59 const int blend_modes[10] = { local
95 glBlendFuncSeparate(blend_modes[src_color], blend_modes[dst_color],
96 blend_modes[src_alpha], blend_modes[dst_alpha]);
110 glBlendFunc(blend_modes[src_color], blend_modes[dst_color]);
/dports/www/elgg/elgg-3.3.23/vendor/css-crush/css-crush/plugins/
H A Dnoise.php79 static $blend_modes = array('normal', 'multiply', 'screen', 'darken', 'lighten');
85 if (in_array($part, $blend_modes)) {
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_blend.c111 int blend_modes[] = {ALLEGRO_ZERO, ALLEGRO_ONE, ALLEGRO_ALPHA, in draw() local
143 al_set_blender(ALLEGRO_ADD, blend_modes[j], blend_modes[i]); in draw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/tidss/
H A Dtidss_plane.c191 u32 blend_modes = (BIT(DRM_MODE_BLEND_PREMULTI) | in tidss_plane_create() local
229 ret = drm_plane_create_blend_mode_property(&tplane->plane, blend_modes); in tidss_plane_create()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/tidss/
H A Dtidss_plane.c191 u32 blend_modes = (BIT(DRM_MODE_BLEND_PREMULTI) | in tidss_plane_create() local
229 ret = drm_plane_create_blend_mode_property(&tplane->plane, blend_modes); in tidss_plane_create()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/tidss/
H A Dtidss_plane.c191 u32 blend_modes = (BIT(DRM_MODE_BLEND_PREMULTI) | in tidss_plane_create() local
229 ret = drm_plane_create_blend_mode_property(&tplane->plane, blend_modes); in tidss_plane_create()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkrenderbackground.c294 GtkCssValue *blend_modes = background->background_blend_mode; in gtk_css_style_snapshot_background() local
299 …mode_values[idx] = _gtk_css_blend_mode_value_get (_gtk_css_array_value_get_nth (blend_modes, idx)); in gtk_css_style_snapshot_background()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/openxr/
H A Dopenxr_api_wrapper.cc224 std::vector<XrEnvironmentBlendMode> blend_modes(blend_mode_count); in PickEnvironmentBlendMode() local
227 &blend_mode_count, blend_modes.data())); in PickEnvironmentBlendMode()
231 blend_modes.begin(), blend_modes.end()); in PickEnvironmentBlendMode()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/
H A Dgskrendernodeparser.c597 } blend_modes[] = { variable
622 for (i = 0; i < G_N_ELEMENTS (blend_modes); i++) in parse_blend_mode()
624 if (gtk_css_parser_try_ident (parser, blend_modes[i].name)) in parse_blend_mode()
626 *(GskBlendMode *) out_mode = blend_modes[i].mode; in parse_blend_mode()
2925 for (i = 0; i < G_N_ELEMENTS (blend_modes); i++) in render_node_print()
2927 if (blend_modes[i].mode == mode) in render_node_print()
2929 g_string_append_printf (p->str, "mode: %s;\n", blend_modes[i].name); in render_node_print()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_video-1.3.h195 Uint32 blend_modes; /**< A mask of supported blend modes */ member
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-svg-lib/src/Svg/Surface/
H A DCPdf.php2821 static $blend_modes = array(
2836 if (!in_array($mode, $blend_modes)) {
2872 static $blend_modes = array(
2887 if (!in_array($mode, $blend_modes)) {
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/
H A DCpdf.php3152 static $blend_modes = array(
3167 if (!in_array($mode, $blend_modes)) {
3203 static $blend_modes = array(
3218 if (!in_array($mode, $blend_modes)) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dsurface_aggregator_unittest.cc2370 const SkBlendMode blend_modes[] = { in TEST_F() local
2404 blend_modes[2], gfx::RRectF()); in TEST_F()
2419 blend_modes[1], gfx::RRectF()); in TEST_F()
2428 blend_modes[3], gfx::RRectF()); in TEST_F()
2443 blend_modes[5], gfx::RRectF()); in TEST_F()
2451 AddSolidColorQuadWithBlendMode(SurfaceSize(), root_pass.get(), blend_modes[0], in TEST_F()
2460 AddSolidColorQuadWithBlendMode(SurfaceSize(), root_pass.get(), blend_modes[4], in TEST_F()
2469 AddSolidColorQuadWithBlendMode(SurfaceSize(), root_pass.get(), blend_modes[6], in TEST_F()
2489 EXPECT_EQ(blend_modes[iter.index()], iter->shared_quad_state->blend_mode) in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dsurface_aggregator_unittest.cc2261 const SkBlendMode blend_modes[] = { in TEST_F() local
2294 blend_modes[2], gfx::MaskFilterInfo()); in TEST_F()
2308 blend_modes[1], gfx::MaskFilterInfo()); in TEST_F()
2317 blend_modes[3], gfx::MaskFilterInfo()); in TEST_F()
2331 blend_modes[5], gfx::MaskFilterInfo()); in TEST_F()
2339 AddSolidColorQuadWithBlendMode(SurfaceSize(), root_pass.get(), blend_modes[0], in TEST_F()
2348 AddSolidColorQuadWithBlendMode(SurfaceSize(), root_pass.get(), blend_modes[4], in TEST_F()
2357 AddSolidColorQuadWithBlendMode(SurfaceSize(), root_pass.get(), blend_modes[6], in TEST_F()
2377 EXPECT_EQ(blend_modes[iter.index()], iter->shared_quad_state->blend_mode) in TEST_F()
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog259848 Merge pull request #504 from nyalldawson/blend_modes
260539 Merge pull request #485 from nyalldawson/blend_modes
260546 Merge remote-tracking branch 'origin/master' into blend_modes
260953 Merge pull request #476 from nyalldawson/blend_modes
261045 Merge pull request #475 from nyalldawson/blend_modes
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog293541 Merge pull request #504 from nyalldawson/blend_modes
294232 Merge pull request #485 from nyalldawson/blend_modes
294239 Merge remote-tracking branch 'origin/master' into blend_modes
294646 Merge pull request #476 from nyalldawson/blend_modes
294738 Merge pull request #475 from nyalldawson/blend_modes