/dports/games/taisei/taisei-1.3.2/resources/00-taisei.pkgdir/shader/ |
H A D | sprite_youmu_charged_shot.frag.glsl | 8 .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 D | cs_border_solid.glsl | 99 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 D | cs_border_solid.glsl | 91 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 D | cs_border_solid.glsl | 91 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 D | cs_border_solid.glsl | 93 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 D | cs_border_solid.glsl | 99 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 D | mode.cc | 42 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 D | sdl_utils.h | 38 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 D | pixel_minimap.cpp | 106 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 D | sdl_utils.h | 38 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 D | pixel_minimap.cpp | 106 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 D | theme.h | 85 Uint32 mix_colors(Uint32 a, Uint32 b); // result = a * (1.0-b_alpha) + b*(b_alpha)
|
H A D | theme.c | 549 Uint32 mix_colors(Uint32 a, Uint32 b) in mix_colors() function
|
/dports/graphics/libmypaint/libmypaint-1.6.1/ |
H A D | helpers.h | 44 float * mix_colors(float *a, float *b, float fac, float paint_mode);
|
H A D | helpers.c | 564 float * mix_colors(float *a, float *b, float fac, float paint_mode) in mix_colors() function
|
H A D | mypaint-brush.c | 896 … 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 D | about-dialog.c | 583 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 D | concept_frame.rs | 997 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 D | splash.c | 346 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 D | Color.py | 50 def mix_colors(basecolor, overlaycolor, opacity=0.5): member in Color
|
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/ |
H A D | fireworkx.c | 125 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 D | init.c | 101 mix_colors();
|
H A D | invent.c | 140 mix_colors() in mix_colors() function
|
/dports/biology/garlic/garlic-1.6/ |
H A D | Makefile | 68 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 D | pattern.c | 59 #define diszero(e, c) ((!(e)) ? mix_colors(c, colors[COLOR_PATTERN_EMPTY_DATA]) : c)
|