Home
last modified time | relevance | path

Searched refs:set_lum (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dhsl.cpp81 static void set_lum(float* r, float* g, float* b, float l) { in set_lum() function
97 set_lum(&R,&G,&B, lum(dr,dg,db)); in hue()
110 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not. in saturation()
122 set_lum(&R,&G,&B, lum(dr,dg,db)); in color()
134 set_lum(&R,&G,&B, lum(*sr,*sg,*sb)); in luminosity()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dhsl.cpp81 static void set_lum(float* r, float* g, float* b, float l) { in set_lum() function
97 set_lum(&R,&G,&B, lum(dr,dg,db)); in hue()
110 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not. in saturation()
122 set_lum(&R,&G,&B, lum(dr,dg,db)); in color()
134 set_lum(&R,&G,&B, lum(*sr,*sg,*sb)); in luminosity()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/gl/resources/
H A Dblend.glsl172 set_lum (vec3 c, float l)
244 vec3 B = set_lum (Cs.rgb, lum (Cb.rgb));
251 vec3 B = set_lum (set_sat (Cs.rgb, sat (Cb.rgb)), lum (Cb.rgb));
258 vec3 B = set_lum (set_sat (Cb.rgb, sat (Cs.rgb)), lum (Cb.rgb));
265 vec3 B = set_lum (Cb.rgb, lum (Cs.rgb));
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/resources/
H A Dblend.glsl176 set_lum (vec3 c, float l)
248 vec3 B = set_lum (Cs.rgb, lum (Cb.rgb));
255 vec3 B = set_lum (set_sat (Cs.rgb, sat (Cb.rgb)), lum (Cb.rgb));
262 vec3 B = set_lum (set_sat (Cb.rgb, sat (Cs.rgb)), lum (Cb.rgb));
269 vec3 B = set_lum (Cb.rgb, lum (Cs.rgb));
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/vulkan/resources/
H A Dblendmode.frag175 set_lum (vec3 c, float l)
247 vec3 B = set_lum (Cs.rgb, lum (Cb.rgb));
254 vec3 B = set_lum (set_sat (Cs.rgb, sat (Cb.rgb)), lum (Cb.rgb));
261 vec3 B = set_lum (set_sat (Cb.rgb, sat (Cs.rgb)), lum (Cb.rgb));
268 vec3 B = set_lum (Cb.rgb, lum (Cs.rgb));
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/libpixman/src/
H A Dpixman-combine.c.template801 * set_lum (C, l):
840 * r * set_lum ( C, l, a)
846 * = set_lum ( r * C, r * l, r * a)
872 * = a_s * a_d * set_lum (D/a_d, LUM(S/a_s), 1)
873 * = set_lum (a_s * D, a_d * LUM(S), a_s * a_d)
1077 set_lum (c, c, sa * da, LUM (dc) * sa);
1097 set_lum (c, c, sa * da, LUM (dc) * sa);
1104 * B(Cb, Cs) = set_lum (Cs, LUM (Cb))
1116 set_lum (c, c, sa * da, LUM (dc) * sa);
1123 * B(Cb, Cs) = set_lum (Cb, LUM (Cs))
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/libpixman/src/
H A Dpixman-combine.c.template801 * set_lum (C, l):
840 * r * set_lum ( C, l, a)
846 * = set_lum ( r * C, r * l, r * a)
872 * = a_s * a_d * set_lum (D/a_d, LUM(S/a_s), 1)
873 * = set_lum (a_s * D, a_d * LUM(S), a_s * a_d)
1077 set_lum (c, c, sa * da, LUM (dc) * sa);
1097 set_lum (c, c, sa * da, LUM (dc) * sa);
1104 * B(Cb, Cs) = set_lum (Cs, LUM (Cb))
1116 set_lum (c, c, sa * da, LUM (dc) * sa);
1123 * B(Cb, Cs) = set_lum (Cb, LUM (Cs))
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/libpixman/src/
H A Dpixman-combine.c.template801 * set_lum (C, l):
840 * r * set_lum ( C, l, a)
846 * = set_lum ( r * C, r * l, r * a)
872 * = a_s * a_d * set_lum (D/a_d, LUM(S/a_s), 1)
873 * = set_lum (a_s * D, a_d * LUM(S), a_s * a_d)
1077 set_lum (c, c, sa * da, LUM (dc) * sa);
1097 set_lum (c, c, sa * da, LUM (dc) * sa);
1104 * B(Cb, Cs) = set_lum (Cs, LUM (Cb))
1116 set_lum (c, c, sa * da, LUM (dc) * sa);
1123 * B(Cb, Cs) = set_lum (Cb, LUM (Cs))
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman-combine.c.template790 * set_lum (C, l):
829 * r * set_lum ( C, l, a)
835 * = set_lum ( r * C, r * l, r * a)
861 * = a_s * a_d * set_lum (D/a_d, LUM(S/a_s), 1)
862 * = set_lum (a_s * D, a_d * LUM(S), a_s * a_d)
1049 set_lum (c, c, sa * da, LUM (dc) * sa);
1069 set_lum (c, c, sa * da, LUM (dc) * sa);
1076 * B(Cb, Cs) = set_lum (Cs, LUM (Cb))
1088 set_lum (c, c, sa * da, LUM (dc) * sa);
1095 * B(Cb, Cs) = set_lum (Cb, LUM (Cs))
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
382 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
385 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
382 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
385 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
382 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
385 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
382 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
385 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp213 set_lum(ir_factory *f, in set_lum() function
266 set_lum(f, color, color, clum); in set_lum_sat()
381 set_lum(&casefactory, factor, src_rgb, dst_rgb); in calc_blend_result()
384 set_lum(&casefactory, factor, dst_rgb, src_rgb); in calc_blend_result()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-combine-float.c819 set_lum (rgb_t *color, float sa, float l) in set_lum() function
917 set_lum (res, sa * da, get_lum (dest) * sa); in blend_hsl_hue()
939 set_lum (res, sa * da, get_lum (dest) * sa); in blend_hsl_saturation()
958 set_lum (res, sa * da, get_lum (dest) * sa); in blend_hsl_color()
977 set_lum (res, sa * da, get_lum (src) * da); in blend_hsl_luminosity()

123