Searched refs:lighten (Results 1 - 10 of 10) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.js | 7 lighten: function (ratio) {return this;}, 25 lighten: function (ratio) { return this; },
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend_init.c | 52 BLEND_FUNC(lighten, sse2) in BLEND_FUNC() 53 BLEND_FUNC(lighten, avx2) in BLEND_FUNC()
|
H A D | vf_blend.asm | 422 BLEND_SIMPLE lighten, maxub 469 BLEND_SIMPLE lighten, maxub
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_blend.c | 113 check_and_report(lighten, BLEND_LIGHTEN, 1) in checkasm_check_blend()
|
/third_party/skia/src/core/ |
H A D | SkBlendMode.cpp | 108 case SkBlendMode::kLighten: stage = SkRasterPipeline::lighten; break; in SkBlendMode_AppendStages()
|
H A D | SkRasterPipeline.h | 74 M(exclusion) M(hardlight) M(lighten) M(overlay) M(softlight) \
|
/third_party/ffmpeg/libavfilter/ |
H A D | blend_modes.c | 133 fn(lighten, FFMAX(A, B))
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 506 inline float lighten (float src, float dst) { return de::max(src, dst); } in lighten() function 679 case BLENDEQUATION_ADVANCED_LIGHTEN: SAMPLE_REGISTER_ADV_BLEND(lighten); break; in executeAdvancedBlend()
|
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 1436 BLEND_MODE(lighten) { return s + d - min(s*da, d*sa) ; } 3434 BLEND_MODE(lighten) { return s + d - div255( min(s*da, d*sa) ); }
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 36 milliseconds