Home
last modified time | relevance | path

Searched refs:blend_mode (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/include/appleseed/maya/
H A Das_maya_layer_helpers.h51 int blend_mode, in maya_blend_texture_layers() argument
60 if (blend_mode == MAYA_BLENDMODE_NONE) in maya_blend_texture_layers()
65 else if (blend_mode == MAYA_BLENDMODE_OVER) in maya_blend_texture_layers()
73 else if (blend_mode == MAYA_BLENDMODE_IN) in maya_blend_texture_layers()
78 else if (blend_mode == MAYA_BLENDMODE_OUT) in maya_blend_texture_layers()
83 else if (blend_mode == MAYA_BLENDMODE_ADD) in maya_blend_texture_layers()
90 else if (blend_mode == MAYA_BLENDMODE_SUBTRACT) in maya_blend_texture_layers()
97 else if (blend_mode == MAYA_BLENDMODE_MULTIPLY) in maya_blend_texture_layers()
112 else if (blend_mode == MAYA_BLENDMODE_LIGHTEN) in maya_blend_texture_layers()
120 else if (blend_mode == MAYA_BLENDMODE_DARKEN) in maya_blend_texture_layers()
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu_neon/psx_gpu/
H A Dpsx_gpu_4x.c232 blend_mode, mask_evaluate, shading, dithering, texturing, blending, \ argument
239 blend_blocks_switch(texturing, blending, blend_mode, mask_evaluate) \
243 blend_mode, mask_evaluate, shading, dithering, texturing, blending) \ argument
244 render_sprite_blocks_switch_block_modulation_4x(texture_mode, blend_mode, \
246 render_sprite_blocks_switch_block_modulation_4x(texture_mode, blend_mode, \
250 blend_mode, mask_evaluate, shading, dithering, texturing) \ argument
251 render_sprite_blocks_switch_block_blending_4x(texture_mode, blend_mode, \
253 render_sprite_blocks_switch_block_blending_4x(texture_mode, blend_mode, \
257 blend_mode, mask_evaluate, shading, dithering) \ argument
258 render_sprite_blocks_switch_block_texturing_4x(texture_mode, blend_mode, \
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu_neon/psx_gpu/
H A Dpsx_gpu_4x.c232 blend_mode, mask_evaluate, shading, dithering, texturing, blending, \ argument
239 blend_blocks_switch(texturing, blending, blend_mode, mask_evaluate) \
243 blend_mode, mask_evaluate, shading, dithering, texturing, blending) \ argument
244 render_sprite_blocks_switch_block_modulation_4x(texture_mode, blend_mode, \
246 render_sprite_blocks_switch_block_modulation_4x(texture_mode, blend_mode, \
250 blend_mode, mask_evaluate, shading, dithering, texturing) \ argument
251 render_sprite_blocks_switch_block_blending_4x(texture_mode, blend_mode, \
253 render_sprite_blocks_switch_block_blending_4x(texture_mode, blend_mode, \
257 blend_mode, mask_evaluate, shading, dithering) \ argument
258 render_sprite_blocks_switch_block_texturing_4x(texture_mode, blend_mode, \
[all …]
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/mixer2/cairoblend/
H A Dcairoblend.c36 char *blend_mode; member
87 inst->blend_mode = (char*) malloc (strlen(blend_val) + 1 ); in f0r_construct()
88 strcpy (inst->blend_mode, blend_val); in f0r_construct()
96 free(inst->blend_mode); in f0r_destruct()
111 inst->blend_mode = (char*)realloc (inst->blend_mode, strlen(sval) + 1); in f0r_set_param_value()
112 strcpy (inst->blend_mode, sval); in f0r_set_param_value()
127 *((f0r_param_string *)param) = inst->blend_mode; in f0r_get_param_value()
152 frei0r_cairo_set_operator(cr, inst->blend_mode); in draw_composite()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/mixer2/cairoblend/
H A Dcairoblend.c36 char *blend_mode; member
87 inst->blend_mode = (char*) malloc (strlen(blend_val) + 1 ); in f0r_construct()
88 strcpy (inst->blend_mode, blend_val); in f0r_construct()
96 free(inst->blend_mode); in f0r_destruct()
111 inst->blend_mode = (char*)realloc (inst->blend_mode, strlen(sval) + 1); in f0r_set_param_value()
112 strcpy (inst->blend_mode, sval); in f0r_set_param_value()
127 *((f0r_param_string *)param) = inst->blend_mode; in f0r_get_param_value()
152 frei0r_cairo_set_operator(cr, inst->blend_mode); in draw_composite()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/mixer2/cairoblend/
H A Dcairoblend.c36 char *blend_mode; member
87 inst->blend_mode = (char*) malloc (strlen(blend_val) + 1 ); in f0r_construct()
88 strcpy (inst->blend_mode, blend_val); in f0r_construct()
96 free(inst->blend_mode); in f0r_destruct()
111 inst->blend_mode = (char*)realloc (inst->blend_mode, strlen(sval) + 1); in f0r_set_param_value()
112 strcpy (inst->blend_mode, sval); in f0r_set_param_value()
127 *((f0r_param_string *)param) = inst->blend_mode; in f0r_get_param_value()
152 frei0r_cairo_set_operator(cr, inst->blend_mode); in draw_composite()
/dports/games/widelands/widelands-build21/src/graphic/
H A Dscreen.cc57 BlendMode blend_mode) { in do_blit() argument
60 i.blend_mode = blend_mode; in do_blit()
75 i.blend_mode = BlendMode::UseAlpha; in do_blit_blended()
89 i.blend_mode = BlendMode::UseAlpha; in do_blit_monochrome()
101 i.blend_mode = BlendMode::UseAlpha; in do_draw_line_strip()
106 void Screen::do_fill_rect(const Rectf& dst_rect, const RGBAColor& color, BlendMode blend_mode) { in do_fill_rect() argument
108 i.blend_mode = blend_mode; in do_fill_rect()
H A Drendertarget.h62 void fill_rect(const Recti&, const RGBAColor&, BlendMode blend_mode = BlendMode::Copy);
67 BlendMode blend_mode = BlendMode::UseAlpha,
73 const RGBAColor& blend_mode,
79 BlendMode blend_mode = BlendMode::UseAlpha);
91 BlendMode blend_mode);
103 BlendMode blend_mode = BlendMode::UseAlpha);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/graphics/
H A DDrawProxies.h27 … BlendMode blend_mode, uint8_t opacity, double rotation, const Scale& scale, const Color& color, in DrawInfos()
32 rotation(rotation),blend_mode(blend_mode) ,opacity(opacity) in DrawInfos()
35 BlendMode blend_mode, uint8_t opacity, double rotation, const Scale& scale, in DrawInfos()
37 …DrawInfos(region,dst_position,transformation_origin,blend_mode,opacity,rotation,scale,Color::white… in DrawInfos()
40 …DrawInfos(other.region,other.dst_position,other.transformation_origin,other.blend_mode,other.opaci… in DrawInfos()
43 …DrawInfos(region,dst_position,other.transformation_origin,other.blend_mode,other.opacity,other.rot… in DrawInfos()
45 …DrawInfos(other.region,dst_position,other.transformation_origin,other.blend_mode,other.opacity,oth… in DrawInfos()
47 …DrawInfos(other.region,other.dst_position,other.transformation_origin,other.blend_mode,opacity,oth… in DrawInfos()
87 BlendMode blend_mode; /**< blend mode that will be used */ member
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_page/
H A Dcpdf_generalstatedata.cpp88 void CPDF_GeneralStateData::SetBlendMode(const CFX_ByteStringC& blend_mode) { in SetBlendMode() argument
89 if (blend_mode.GetLength() > 15) { in SetBlendMode()
92 FXSYS_memcpy(m_BlendMode, blend_mode.raw_str(), blend_mode.GetLength()); in SetBlendMode()
93 m_BlendMode[blend_mode.GetLength()] = 0; in SetBlendMode()
94 m_BlendType = GetBlendTypeInternal(blend_mode); in SetBlendMode()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Dcss_blendmodes.c41 const gchar *blend_mode) in update_css_for_blend_mode() argument
49 blend_mode, in update_css_for_blend_mode()
50 blend_mode, in update_css_for_blend_mode()
51 blend_mode); in update_css_for_blend_mode()
65 const gchar *blend_mode; in row_activated() local
67 blend_mode = blend_modes[gtk_list_box_row_get_index (row)].id; in row_activated()
69 update_css_for_blend_mode (provider, blend_mode); in row_activated()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dcss_blendmodes.c41 const char *blend_mode) in update_css_for_blend_mode() argument
49 blend_mode, in update_css_for_blend_mode()
50 blend_mode, in update_css_for_blend_mode()
51 blend_mode); in update_css_for_blend_mode()
65 const char *blend_mode; in row_activated() local
67 blend_mode = blend_modes[gtk_list_box_row_get_index (row)].id; in row_activated()
69 update_css_for_blend_mode (provider, blend_mode); in row_activated()
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dimage_traits.h38 static inline BlendFunc get_blender(BlendMode blend_mode) { in get_blender()
39 return get_rgba_blender(blend_mode); in get_blender()
65 static inline BlendFunc get_blender(BlendMode blend_mode) { in get_blender()
66 return get_graya_blender(blend_mode); in get_blender()
92 static inline BlendFunc get_blender(BlendMode blend_mode) { in get_blender()
93 return get_indexed_blender(blend_mode); in get_blender()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxblend.h59 gs_blend_mode_t blend_mode);
88 const byte *src, int n_chan, gs_blend_mode_t blend_mode);
132 gs_blend_mode_t blend_mode);
171 byte alpha, gs_blend_mode_t blend_mode);
189 int n_chan, byte alpha, gs_blend_mode_t blend_mode);
257 byte shape_mask, gs_blend_mode_t blend_mode);
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxblend.h59 gs_blend_mode_t blend_mode);
88 const byte *src, int n_chan, gs_blend_mode_t blend_mode);
132 gs_blend_mode_t blend_mode);
171 byte alpha, gs_blend_mode_t blend_mode);
189 int n_chan, byte alpha, gs_blend_mode_t blend_mode);
257 byte shape_mask, gs_blend_mode_t blend_mode);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxblend.c1066 switch (blend_mode) { in art_blend_pixel_8_inline()
1332 switch (blend_mode) { in art_blend_pixel_16_inline()
3365 gs_blend_mode_t blend_mode = tos->blend_mode; in do_compose_group() local
3426 if (blend_mode != BLEND_MODE_Compatible && blend_mode != BLEND_MODE_Normal) in do_compose_group()
4139 gs_blend_mode_t blend_mode = tos->blend_mode; in do_compose_group16() local
4200 if (blend_mode != BLEND_MODE_Compatible && blend_mode != BLEND_MODE_Normal) in do_compose_group16()
4357 gs_blend_mode_t blend_mode = tos->blend_mode; in do_compose_alphaless_group() local
4413 if (blend_mode != BLEND_MODE_Compatible && blend_mode != BLEND_MODE_Normal) in do_compose_alphaless_group()
4492 gs_blend_mode_t blend_mode = tos->blend_mode; in do_compose_alphaless_group16() local
5065 gs_blend_mode_t blend_mode = pdev->blend_mode; in do_mark_fill_rectangle() local
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxblend.c1066 switch (blend_mode) { in art_blend_pixel_8_inline()
1332 switch (blend_mode) { in art_blend_pixel_16_inline()
3365 gs_blend_mode_t blend_mode = tos->blend_mode; in do_compose_group() local
3426 if (blend_mode != BLEND_MODE_Compatible && blend_mode != BLEND_MODE_Normal) in do_compose_group()
4139 gs_blend_mode_t blend_mode = tos->blend_mode; in do_compose_group16() local
4200 if (blend_mode != BLEND_MODE_Compatible && blend_mode != BLEND_MODE_Normal) in do_compose_group16()
4357 gs_blend_mode_t blend_mode = tos->blend_mode; in do_compose_alphaless_group() local
4413 if (blend_mode != BLEND_MODE_Compatible && blend_mode != BLEND_MODE_Normal) in do_compose_alphaless_group()
4492 gs_blend_mode_t blend_mode = tos->blend_mode; in do_compose_alphaless_group16() local
5065 gs_blend_mode_t blend_mode = pdev->blend_mode; in do_mark_fill_rectangle() local
[all …]
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dbitmap.h280 Opacity const& opacity, BlendMode blend_mode = BlendMode::Default);
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);
562 BlendMode blend_mode = BlendMode::Default);
[all …]
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/sdl/
H A Dsdl2_common.c113 SDL_BlendMode blend_mode; in TFB_HasSurfaceAlphaMod() local
118 if (SDL_GetSurfaceBlendMode (surface, &blend_mode) != 0) in TFB_HasSurfaceAlphaMod()
122 return blend_mode == SDL_BLENDMODE_BLEND; in TFB_HasSurfaceAlphaMod()
128 SDL_BlendMode blend_mode; in TFB_GetSurfaceAlphaMod() local
133 if (SDL_GetSurfaceBlendMode (surface, &blend_mode) == 0) in TFB_GetSurfaceAlphaMod()
135 if (blend_mode == SDL_BLENDMODE_BLEND) in TFB_GetSurfaceAlphaMod()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/viz/public/cpp/compositing/
H A Dshared_quad_state_mojom_traits.h59 static uint32_t blend_mode(const OptSharedQuadState& input) {
60 return static_cast<uint32_t>(input.sqs->blend_mode);
111 static uint32_t blend_mode(const viz::SharedQuadState& sqs) {
112 return static_cast<uint32_t>(sqs.blend_mode);
140 if (data.blend_mode() > static_cast<int>(SkBlendMode::kLastMode))
142 out->blend_mode = static_cast<SkBlendMode>(data.blend_mode());
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/viz/public/cpp/compositing/
H A Dshared_quad_state_mojom_traits.h60 static uint32_t blend_mode(const OptSharedQuadState& input) {
61 return static_cast<uint32_t>(input.sqs->blend_mode);
116 static uint32_t blend_mode(const viz::SharedQuadState& sqs) {
117 return static_cast<uint32_t>(sqs.blend_mode);
149 if (data.blend_mode() > static_cast<int>(SkBlendMode::kLastMode))
151 out->blend_mode = static_cast<SkBlendMode>(data.blend_mode());
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/mixer2/cairoaffineblend/
H A Dcairoaffineblend.c44 char *blend_mode; member
137 inst->blend_mode = (char*) malloc (strlen(blend_val) + 1 ); in f0r_construct()
138 strcpy (inst->blend_mode, blend_val); in f0r_construct()
146 free(inst->blend_mode); in f0r_destruct()
176 inst->blend_mode = (char*)realloc (inst->blend_mode, strlen(sval) + 1); in f0r_set_param_value()
177 strcpy (inst->blend_mode, sval); in f0r_set_param_value()
213 *((f0r_param_string *)param) = inst->blend_mode; in f0r_get_param_value()
277 frei0r_cairo_set_operator(cr, inst->blend_mode); in draw_composite()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/mixer2/cairoaffineblend/
H A Dcairoaffineblend.c44 char *blend_mode; member
137 inst->blend_mode = (char*) malloc (strlen(blend_val) + 1 ); in f0r_construct()
138 strcpy (inst->blend_mode, blend_val); in f0r_construct()
146 free(inst->blend_mode); in f0r_destruct()
176 inst->blend_mode = (char*)realloc (inst->blend_mode, strlen(sval) + 1); in f0r_set_param_value()
177 strcpy (inst->blend_mode, sval); in f0r_set_param_value()
213 *((f0r_param_string *)param) = inst->blend_mode; in f0r_get_param_value()
277 frei0r_cairo_set_operator(cr, inst->blend_mode); in draw_composite()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/mixer2/cairoaffineblend/
H A Dcairoaffineblend.c44 char *blend_mode; member
137 inst->blend_mode = (char*) malloc (strlen(blend_val) + 1 ); in f0r_construct()
138 strcpy (inst->blend_mode, blend_val); in f0r_construct()
146 free(inst->blend_mode); in f0r_destruct()
176 inst->blend_mode = (char*)realloc (inst->blend_mode, strlen(sval) + 1); in f0r_set_param_value()
177 strcpy (inst->blend_mode, sval); in f0r_set_param_value()
213 *((f0r_param_string *)param) = inst->blend_mode; in f0r_get_param_value()
277 frei0r_cairo_set_operator(cr, inst->blend_mode); in draw_composite()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gfx/
H A Dgfx_util.cpp71 bool SetBlender(BlendMode blend_mode, bool dst_has_alpha, bool src_has_alpha, int blend_alpha) in SetBlender() argument
73 if (blend_mode < 0 || blend_mode > kNumBlendModes) in SetBlender()
75 const BlendModeSetter &set = BlendModeSets[blend_mode]; in SetBlender()
92 … BlendMode blend_mode, bool dst_has_alpha, bool src_has_alpha, int blend_alpha) in DrawSpriteBlend() argument
100 SetBlender(blend_mode, dst_has_alpha, src_has_alpha, blend_alpha)) in DrawSpriteBlend()

12345678910>>...33