Home
last modified time | relevance | path

Searched refs:darken (Results 1 – 25 of 44) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.types15darken: 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…
19darken: function (ratio) {return this;}, saturate: function (ratio) {return this;}, desaturate: fu…
32 darken: function (ratio) {return this;},
33 >darken : (ratio: any) => this
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.js8 darken: function (ratio) {return this;}, method in Color
26 darken: function (ratio) { return this; }, method in Color
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.symbols26 darken: function (ratio) {return this;},
27 >darken : Symbol(darken, Decl(index.js, 5, 42))
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.errors.txt23 darken: function (ratio) {return this;},
/third_party/flutter/glfw/docs/
Dextra.less57 @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/
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.ts13 darken: function (ratio) {return this;},
/third_party/ffmpeg/libavfilter/x86/
Dvf_blend_init.c41 BLEND_FUNC(darken, sse2) in BLEND_FUNC()
42 BLEND_FUNC(darken, avx2) in BLEND_FUNC()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpshints.h207 FT_Bool darken; /* true if stem darkening */ member
Dpshints.c1147 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/
Dpshints.h207 FT_Bool darken; /* true if stem darkening */ member
Dpshints.c1133 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/
Dpshints.h207 FT_Bool darken; /* true if stem darkening */ member
Dpshints.c1133 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/
DSkBlendMode_Overview.md45 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/
Dvf_blend.c110 check_and_report(darken, BLEND_DARKEN, 1) in checkasm_check_blend()
/third_party/skia/site/docs/user/api/
DSkBlendMode_Overview.md83 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/
DSkBlendMode.cpp105 case SkBlendMode::kDarken: stage = SkRasterPipeline::darken; break; in SkBlendMode_AppendStages()
DSkRasterPipeline.h70 M(colorburn) M(colordodge) M(darken) M(difference) \
/third_party/skia/src/core/
DSkBlendMode.cpp107 case SkBlendMode::kDarken: stage = SkRasterPipeline::darken; break; in SkBlendMode_AppendStages()
DSkRasterPipeline.h73 M(colorburn) M(colordodge) M(darken) M(difference) \
/third_party/ffmpeg/libavfilter/
Dvf_blend.c312 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/
Dst_connected.rst66 darken (white -> gray/green -> black). The default value is a
Dtsin_depth_first_visit.rst88 darken (white -> gray -> black).
Dbreadth_first_search.rst69 darken (white -> gray -> black). The default value is a distributed
/third_party/pixman/pixman/
Dpixman-combine-float.c650 MAKE_SEPARABLE_PDF_COMBINERS (darken)

12