/third_party/typescript/tests/baselines/reference/ |
D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.types | 15 …darken: function (ratio) {return this;}, saturate: function (ratio) {return this;}, desaturate: fu… 16 >Color.prototype : { negate: () => this; lighten: (ratio: any) => this; darken: (ratio: any) => thi… 18 >prototype : { negate: () => this; lighten: (ratio: any) => this; darken: (ratio: any) => this; sat… 19 …darken: function (ratio) {return this;}, saturate: function (ratio) {return this;}, desaturate: fu… 32 darken: function (ratio) {return this;}, 33 >darken : (ratio: any) => this
|
D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.js | 8 darken: function (ratio) {return this;}, method in Color 26 darken: function (ratio) { return this; }, method in Color
|
D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.symbols | 26 darken: function (ratio) {return this;}, 27 >darken : Symbol(darken, Decl(index.js, 5, 42))
|
D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.errors.txt | 23 darken: function (ratio) {return this;},
|
/third_party/flutter/glfw/docs/ |
D | extra.less | 57 @prototype-param-color: darken(@default-link-color, 25%); 74 box-shadow:inset 0 0 32px darken(@base-color, 5%); 75 color:darken(@base-color, 67%); 76 border:2px solid desaturate(darken(@base-color, 10%), 20%); 206 text-shadow:0 -1px 1px darken(@tab-background-color1, 15%); 224 text-shadow:0 -1px 1px darken(@table-background-color1, 15%); 302 …background:linear-gradient(to right,@def-separator-color 0%,darken(@def-separator-color, 10%) 50%,… 359 color:darken(@default-text-color, 5%);
|
/third_party/typescript/tests/cases/compiler/ |
D | jsFunctionWithPrototypeNoErrorTruncationNoCrash.ts | 13 darken: function (ratio) {return this;},
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_blend_init.c | 41 BLEND_FUNC(darken, sse2) in BLEND_FUNC() 42 BLEND_FUNC(darken, avx2) in BLEND_FUNC()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | pshints.h | 207 FT_Bool darken; /* true if stem darkening */ member
|
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/freetype/src/psaux/ |
D | pshints.h | 207 FT_Bool darken; /* true if stem darkening */ member
|
D | pshints.c | 1133 glyphpath->darken = font->darkened; /* TODO: should we make copies? */ in cf2_glyphpath_init() 1549 if ( !glyphpath->darken ) in cf2_glyphpath_computeOffset()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | pshints.h | 207 FT_Bool darken; /* true if stem darkening */ member
|
D | pshints.c | 1133 glyphpath->darken = font->darkened; /* TODO: should we make copies? */ in cf2_glyphpath_init() 1549 if ( !glyphpath->darken ) in cf2_glyphpath_computeOffset()
|
/third_party/flutter/skia/site/user/api/ |
D | SkBlendMode_Overview.md | 45 simple arithmetic to lighten or darken the destination. Modes 47 algorithms to lighten or darken; sometimes one mode does both, as described by
|
/third_party/ffmpeg/tests/checkasm/ |
D | vf_blend.c | 110 check_and_report(darken, BLEND_DARKEN, 1) in checkasm_check_blend()
|
/third_party/skia/site/docs/user/api/ |
D | SkBlendMode_Overview.md | 83 use simple arithmetic to lighten or darken the destination. Modes 87 use more complicated algorithms to lighten or darken; sometimes one mode does
|
/third_party/flutter/skia/src/core/ |
D | SkBlendMode.cpp | 105 case SkBlendMode::kDarken: stage = SkRasterPipeline::darken; break; in SkBlendMode_AppendStages()
|
D | SkRasterPipeline.h | 70 M(colorburn) M(colordodge) M(darken) M(difference) \
|
/third_party/skia/src/core/ |
D | SkBlendMode.cpp | 107 case SkBlendMode::kDarken: stage = SkRasterPipeline::darken; break; in SkBlendMode_AppendStages()
|
D | SkRasterPipeline.h | 73 M(colorburn) M(colordodge) M(darken) M(difference) \
|
/third_party/ffmpeg/libavfilter/ |
D | vf_blend.c | 312 DEFINE_BLEND8(darken, FFMIN(A, B)) in DEFINE_BLEND8() argument 355 DEFINE_BLEND16(darken, FFMIN(A, B), 16) in DEFINE_BLEND8() 398 DEFINE_BLEND16(darken, FFMIN(A, B), 10) in DEFINE_BLEND8() 441 DEFINE_BLEND16(darken, FFMIN(A, B), 12) in DEFINE_BLEND8() 484 DEFINE_BLEND16(darken, FFMIN(A, B), 9) in DEFINE_BLEND8() 527 DEFINE_BLEND32(darken, FFMIN(A, B), 32) in DEFINE_BLEND8()
|
/third_party/boost/libs/graph_parallel/doc/ |
D | st_connected.rst | 66 darken (white -> gray/green -> black). The default value is a
|
D | tsin_depth_first_visit.rst | 88 darken (white -> gray -> black).
|
D | breadth_first_search.rst | 69 darken (white -> gray -> black). The default value is a distributed
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 650 MAKE_SEPARABLE_PDF_COMBINERS (darken)
|