Searched refs:darken (Results 1 - 12 of 12) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.js | 8 darken: function (ratio) {return this;}, 26 darken: function (ratio) { return this; },
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend_init.c | 41 BLEND_FUNC(darken, sse2) in BLEND_FUNC() 42 BLEND_FUNC(darken, avx2) in BLEND_FUNC()
|
H A D | vf_blend.asm | 421 BLEND_SIMPLE darken, minub 468 BLEND_SIMPLE darken, minub
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.h | 207 FT_Bool darken; /* true if stem darkening */ member
|
H A D | pshints.c | 1147 glyphpath->darken = font->darkened; /* TODO: should we make copies? */ in cf2_glyphpath_init() 1563 if ( !glyphpath->darken ) in cf2_glyphpath_computeOffset()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_blend.c | 110 check_and_report(darken, BLEND_DARKEN, 1) in checkasm_check_blend()
|
/third_party/skia/src/core/ |
H A D | SkBlendMode.cpp | 107 case SkBlendMode::kDarken: stage = SkRasterPipeline::darken; break; in SkBlendMode_AppendStages()
|
H A D | SkRasterPipeline.h | 73 M(colorburn) M(colordodge) M(darken) M(difference) \
|
/third_party/ffmpeg/libavfilter/ |
H A D | blend_modes.c | 132 fn(darken, FFMIN(A, B))
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 505 inline float darken (float src, float dst) { return de::min(src, dst); } in darken() function 678 case BLENDEQUATION_ADVANCED_DARKEN: SAMPLE_REGISTER_ADV_BLEND(darken); break; in executeAdvancedBlend()
|
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 1435 BLEND_MODE(darken) { return s + d - max(s*da, d*sa) ; } 3433 BLEND_MODE(darken) { return s + d - div255( max(s*da, d*sa) ); }
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 36 milliseconds