Home
last modified time | relevance | path

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

/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/core/
H A Drasterop.cpp76 inline uint blend_dodge(uchar base, uchar blend) { in blend_dodge() function
467 …case BlendMode::MODE_DODGE: doMaskComposite<blend_dodge>(base, color, mask, w, h, maskskip, basesk… in compositeMask()
489 case BlendMode::MODE_DODGE: doPixelComposite<blend_dodge>(base, over, opacity, len); break; in compositePixels()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_blend.c314 case BLEND_DODGE: param->blend = blend_dodge; break; in init()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_blend.c314 case BLEND_DODGE: param->blend = blend_dodge; break; in init()
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.12/
H A DFilter.def976 blend_dodge mask opacity fg bg
1066 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.24/
H A DFilter.def1068 blend_dodge mask opacity fg bg
1158 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.16/
H A DFilter.def1044 blend_dodge mask opacity fg bg
1134 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.40/
H A DFilter.def1096 blend_dodge mask opacity fg bg
1186 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.14/
H A DFilter.def1044 blend_dodge mask opacity fg bg
1134 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.26/
H A DFilter.def1309 blend_dodge mask opacity fg bg
1399 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.38/
H A DFilter.def1294 blend_dodge mask opacity fg bg
1384 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.3/
H A DFilter.def1103 blend_dodge mask opacity fg bg
1193 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.5/
H A DFilter.def1106 blend_dodge mask opacity fg bg
1196 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/start/
H A DFilter.def1115 blend_dodge mask opacity fg bg
1205 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.6/
H A DFilter.def1106 blend_dodge mask opacity fg bg
1196 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.2/
H A DFilter.def1103 blend_dodge mask opacity fg bg
1193 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.4/
H A DFilter.def1103 blend_dodge mask opacity fg bg
1193 [DODGE, blend_dodge],
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.28/
H A DFilter.def1294 blend_dodge mask opacity fg bg
1384 [DODGE, blend_dodge],
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dpixelformat.c170 unsigned blend_dodge(unsigned color1, unsigned color2) in blend_dodge() function
302 tbl[(i << 8) | j] = (unsigned char)blend_dodge(i, j); in create_dodge32_tbl()
613 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dpixelformat.c83 unsigned blend_dodge(register unsigned color1, register unsigned color2) in blend_dodge() function
197 tbl[(i<<8)|j] = (unsigned char)blend_dodge(i,j); in create_dodge32_tbl()
424 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dpixelformat.c159 unsigned blend_dodge(unsigned color1, unsigned color2) in blend_dodge() function
291 tbl[(i << 8) | j] = (unsigned char)blend_dodge(i, j); in create_dodge32_tbl()
602 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dpixelformat.c172 unsigned blend_dodge(unsigned color1, unsigned color2) in blend_dodge() function
304 tbl[(i << 8) | j] = (unsigned char)blend_dodge(i, j); in create_dodge32_tbl()
615 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dpixelformat.c83 unsigned blend_dodge(register unsigned color1, register unsigned color2) in blend_dodge() function
197 tbl[(i<<8)|j] = (unsigned char)blend_dodge(i,j); in create_dodge32_tbl()
424 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};