Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dhsl.cpp80 static void set_lum(float* r, float* g, float* b, float l) { in set_lum() function
96 set_lum(&R,&G,&B, lum(dr,dg,db)); in hue()
109 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not. in saturation()
121 set_lum(&R,&G,&B, lum(dr,dg,db)); in color()
133 set_lum(&R,&G,&B, lum(*sr,*sg,*sb)); in luminosity()
/third_party/skia/gm/
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()
/third_party/mesa3d/src/compiler/glsl/
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()
/third_party/pixman/pixman/
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()
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h1481 SI void set_lum(F* r, F* g, F* b, F l) { in set_lum() function
1509 set_lum(&R, &G, &B, lum(dr,dg,db)*a); in STAGE()
1523 set_lum(&R, &G, &B, lum(dr,dg,db)* a); // (This is not redundant.) in STAGE()
1536 set_lum(&R, &G, &B, lum(dr,dg,db)*a); in STAGE()
1549 set_lum(&R, &G, &B, lum(r,g,b)*da); in STAGE()
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h1504 SI void set_lum(F* r, F* g, F* b, F l) { in set_lum() function
1532 set_lum(&R, &G, &B, lum(dr,dg,db)*a); in STAGE()
1546 set_lum(&R, &G, &B, lum(dr,dg,db)* a); // (This is not redundant.) in STAGE()
1559 set_lum(&R, &G, &B, lum(dr,dg,db)*a); in STAGE()
1572 set_lum(&R, &G, &B, lum(r,g,b)*da); in STAGE()
/third_party/skia/src/core/
DSkVM.cpp1542 static void set_lum(skvm::F32* r, skvm::F32* g, skvm::F32* b, skvm::F32 lu) { in set_lum() function
1753 set_lum (&R, &G, &B, src.a * luminance (dst.r, dst.g, dst.b)); in blend()
1765 set_lum (&R, &G, &B, src.a * luminance (dst.r, dst.g, dst.b)); in blend()
1776 set_lum (&R, &G, &B, src.a * luminance(dst.r, dst.g, dst.b)); in blend()
1787 set_lum (&R, &G, &B, dst.a * luminance(src.r, src.g, src.b)); in blend()