/external/skia/gm/ |
D | hsl.cpp | 73 static void set_lum(float* r, float* g, float* b, float l) { in set_lum() function 89 set_lum(&R,&G,&B, lum(dr,dg,db)); in hue() 102 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not. in saturation() 114 set_lum(&R,&G,&B, lum(dr,dg,db)); in color() 126 set_lum(&R,&G,&B, lum(*sr,*sg,*sb)); in luminosity()
|
/external/skqp/gm/ |
D | hsl.cpp | 73 static void set_lum(float* r, float* g, float* b, float l) { in set_lum() function 89 set_lum(&R,&G,&B, lum(dr,dg,db)); in hue() 102 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not. in saturation() 114 set_lum(&R,&G,&B, lum(dr,dg,db)); in color() 126 set_lum(&R,&G,&B, lum(*sr,*sg,*sb)); in luminosity()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_blend_equation_advanced.cpp | 212 set_lum(ir_factory *f, in set_lum() function 265 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()
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 1211 SI void set_lum(F* r, F* g, F* b, F l) { in set_lum() function 1239 set_lum(&R, &G, &B, lum(dr,dg,db)*a); in STAGE() 1253 set_lum(&R, &G, &B, lum(dr,dg,db)* a); // (This is not redundant.) in STAGE() 1266 set_lum(&R, &G, &B, lum(dr,dg,db)*a); in STAGE() 1279 set_lum(&R, &G, &B, lum(r,g,b)*da); in STAGE()
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 1195 SI void set_lum(F* r, F* g, F* b, F l) { in set_lum() function 1223 set_lum(&R, &G, &B, lum(dr,dg,db)*a); in STAGE() 1237 set_lum(&R, &G, &B, lum(dr,dg,db)* a); // (This is not redundant.) in STAGE() 1250 set_lum(&R, &G, &B, lum(dr,dg,db)*a); in STAGE() 1263 set_lum(&R, &G, &B, lum(r,g,b)*da); in STAGE()
|