Home
last modified time | relevance | path

Searched defs:spread (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/skia/experimental/svg/model/
DSkSVGGradient.cpp21 void SkSVGGradient::setSpreadMethod(const SkSVGSpreadMethod& spread) { in setSpreadMethod()
38 if (const auto* spread = v.as<SkSVGSpreadMethodValue>()) { in onSetAttribute() local
DSkSVGAttributeParser.cpp514 bool SkSVGAttributeParser::parseSpreadMethod(SkSVGSpreadMethod* spread) { in parseSpreadMethod()
DSkSVGDOM.cpp172 SkSVGSpreadMethod spread; in SetSpreadMethodAttribute() local
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitReadonlyComputedProperty.ts20 export const spread = { constant
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdf.h78 FT_UInt spread; member
Dftsdfrend.h77 FT_UInt spread; member
Dftsdf.c3022 FT_UInt spread, in sdf_generate()
3192 FT_UInt spread, in sdf_generate_bounding_box()
3416 FT_UInt spread, in sdf_generate_subdivision()
3494 FT_UInt spread, in sdf_generate_with_overlaps()
Dftbsdf.c1101 FT_16D16 spread; in finalize_sdf() local
/third_party/typescript/tests/baselines/reference/
DobjectSpreadNegative.js23 let spread = { ...{ b: true }, ...{s: "foo" } }; variable
24 spread = { s: "foo" }; // error, missing 'b' variable
109 spread = { s: "foo" }; // error, missing 'b' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp170 int spread = (int)left->getDepth() - (int)right->getDepth(); in pickBest() local
181 int spread = (int)left->getHeight() - (int)right->getHeight(); in pickBest() local
/third_party/skia/modules/svg/src/
DSkSVGGradient.cpp101 bool SkSVGAttributeParser::parse(SkSVGSpreadMethod* spread) { in parse()
/third_party/uboot/u-boot-2020.01/include/
Dnand.h97 int spread; member
/third_party/typescript/tests/cases/conformance/types/spread/
DobjectSpreadNegative.ts24 let spread = { ...{ b: true }, ...{s: "foo" } }; variable
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c172 int spread; in fmal() local
/third_party/musl/src/math/
Dfmal.c172 int spread; in fmal() local
/third_party/ffmpeg/libavcodec/
Dopus_pvq.c109 enum CeltSpread spread, const int encode) in celt_exp_rotation()
416 enum CeltSpread spread, uint32_t blocks, float gain, in celt_alg_quant()
432 enum CeltSpread spread, uint32_t blocks, float gain, in celt_alg_unquant()
Dpsymodel.h54 float spread; /* Energy spread over the band */ member
Daaccoder.c588 float sfb_energy = 0.0f, threshold = 0.0f, spread = 2.0f; in search_for_pns() local
719 float sfb_energy = 0.0f, threshold = 0.0f, spread = 2.0f; in mark_pns() local
Daaccoder_twoloop.h222 float uplim = 0.0f, energy = 0.0f, spread = 0.0f; in search_for_quantizers_twoloop() local
Dopus_celt.h123 enum CeltSpread spread; member
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dpromise.js139 Promise.prototype.spread = function (fn) { method in Promise
/third_party/uboot/u-boot-2020.01/cmd/
Dnand.c633 int spread = 0; in do_nand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2777 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() local
2787 int spread = (int)left->getHeight() - (int)right->getHeight(); in operator ()() local
/third_party/typescript/lib/
Dtsc.js56308 function checkSpreadPropOverrides(type, props, spread) { argument
DtypingsInstaller.js67463 function checkSpreadPropOverrides(type, props, spread) { argument

12