Home
last modified time | relevance | path

Searched refs:mix_colors (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/taisei/taisei-1.3.2/resources/00-taisei.pkgdir/shader/
H A Dsprite_youmu_charged_shot.frag.glsl8 .R[1] = mix_colors(c_b, c_r, sqrt(charge)),
10 .B[1] = mix_colors(multiply_colors(c_r, rgba(2, 0, 0, 0)), c_b, 0.75 * charge),
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/res/
H A Dcs_border_solid.glsl99 int mix_colors;
105 mix_colors = do_aa ? MIX_AA : MIX_NO_AA;
109 mix_colors = DONT_MIX;
113 vMixColors = mix_colors;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/res/
H A Dcs_border_solid.glsl91 int mix_colors;
97 mix_colors = do_aa ? MIX_AA : MIX_NO_AA;
101 mix_colors = DONT_MIX;
105 vMixColors = mix_colors;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/res/
H A Dcs_border_solid.glsl91 int mix_colors;
97 mix_colors = do_aa ? MIX_AA : MIX_NO_AA;
100 mix_colors = DONT_MIX;
104 vMixColors = mix_colors;
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/res/
H A Dcs_border_solid.glsl93 int mix_colors;
99 mix_colors = do_aa ? MIX_AA : MIX_NO_AA;
103 mix_colors = DONT_MIX;
107 vMixColors.x = mix_colors;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/res/
H A Dcs_border_solid.glsl99 int mix_colors;
105 mix_colors = do_aa ? MIX_AA : MIX_NO_AA;
109 mix_colors = DONT_MIX;
113 vMixColors = mix_colors;
/dports/sysutils/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.5/panel-plugin/
H A Dmode.cc42 mix_colors (gdouble ratio, const xfce4::RGBA &color1, const xfce4::RGBA &color2) in mix_colors() function
207 … xfce4::cairo_set_source (cr, mix_colors (t, base->colors[FG_COLOR1], base->colors[FG_COLOR2])); in draw_graph_normal()
251 … xfce4::cairo_set_source (cr, mix_colors (t, base->colors[FG_COLOR3], base->colors[FG_COLOR2])); in draw_graph_LED()
297 … xfce4::cairo_set_source (cr, mix_colors (t, base->colors[FG_COLOR1], base->colors[FG_COLOR2])); in draw_graph_no_history()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsdl_utils.h38 inline SDL_Color mix_colors( const SDL_Color &first, const SDL_Color &second, int second_percent ) in mix_colors() function
142 return mix_colors( color_a, color_b, finalv ); in color_pixel_mixer()
H A Dpixel_minimap.cpp106 result = adjust_color_brightness( mix_colors( result, red_pixel, mixture ), flicker ); in get_critter_color()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsdl_utils.h38 inline SDL_Color mix_colors( const SDL_Color &first, const SDL_Color &second, int second_percent ) in mix_colors() function
142 return mix_colors( color_a, color_b, finalv ); in color_pixel_mixer()
H A Dpixel_minimap.cpp106 result = adjust_color_brightness( mix_colors( result, red_pixel, mixture ), flicker ); in get_critter_color()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dtheme.h85 Uint32 mix_colors(Uint32 a, Uint32 b); // result = a * (1.0-b_alpha) + b*(b_alpha)
H A Dtheme.c549 Uint32 mix_colors(Uint32 a, Uint32 b) in mix_colors() function
/dports/graphics/libmypaint/libmypaint-1.6.1/
H A Dhelpers.h44 float * mix_colors(float *a, float *b, float fac, float paint_mode);
H A Dhelpers.c564 float * mix_colors(float *a, float *b, float fac, float paint_mode) in mix_colors() function
H A Dmypaint-brush.c896 … float* smudge_new = mix_colors(prev_smudge_color, sampled_color, update_factor, paint_factor); in update_smudge_color()
932 float* color_new = mix_colors(smudge_color, brush_color, smudge_factor, paint_factor); in apply_smudge()
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dabout-dialog.c583 mix_colors (const GdkColor *start, in mix_colors() function
612 mix_colors (style->bg + GTK_STATE_NORMAL, in decorate_text()
709 mix_colors (style->fg + GTK_STATE_NORMAL, in decorate_text()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/src/window/
H A Dconcept_frame.rs997 fn mix_colors(x: ARGBColor, y: ARGBColor) -> ARGBColor { in mix_colors() function
1048 draw_button(canvas, 0, scale, button_color, mix_colors(button_color, line_color)); in draw_buttons()
1072 mix_colors(button_color, line_color), in draw_buttons()
1101 mix_colors(button_color, line_color), in draw_buttons()
/dports/editors/morla/morla-0.16.1/src/
H A Dsplash.c346 mix_colors (PangoColor * start, PangoColor * end, in mix_colors() function
374 mix_colors (&color_start, &color_end, &mix, time); in decorate_text()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsui/qt/
H A DColor.py50 def mix_colors(basecolor, overlaycolor, opacity=0.5): member in Color
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dfireworkx.c125 static void mix_colors(fireshell *fs) in mix_colors() function
181 mix_colors(fs); in recycle()
226 mix_colors(fs); in explode()
/dports/japanese/rogue_s/rogue_s/
H A Dinit.c101 mix_colors();
H A Dinvent.c140 mix_colors() in mix_colors() function
/dports/biology/garlic/garlic-1.6/
H A DMakefile68 font.o cpk.o zebra.o chain.o color_hyphob.o mix_colors.o \
749 mix_colors.o: mix_colors.c $(HEADERS)
750 $(CC) -c $(CCOPT) mix_colors.c
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/view/
H A Dpattern.c59 #define diszero(e, c) ((!(e)) ? mix_colors(c, colors[COLOR_PATTERN_EMPTY_DATA]) : c)

12