/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdf.h | 78 FT_UInt spread; member
|
H A D | ftsdfrend.h | 77 FT_UInt spread; member
|
H A D | ftbsdf.c | 1101 FT_16D16 spread; in finalize_sdf() local [all...] |
H A D | ftsdf.c | 3020 sdf_generate( const SDF_Params internal_params, const SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate() argument 3190 sdf_generate_bounding_box( const SDF_Params internal_params, const SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_bounding_box() argument 3414 sdf_generate_subdivision( const SDF_Params internal_params, SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_subdivision() argument 3492 sdf_generate_with_overlaps( SDF_Params internal_params, SDF_Shape* shape, FT_UInt spread, const FT_Bitmap* bitmap ) sdf_generate_with_overlaps() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | objectSpreadNegative.js | |
/third_party/skia/modules/svg/src/ |
H A D | SkSVGGradient.cpp | 101 bool SkSVGAttributeParser::parse(SkSVGSpreadMethod* spread) { in parse() argument
|
/third_party/musl/src/math/ |
H A D | fmal.c | 172 int spread; in fmal() local [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | fmal.c | 172 int spread; in fmal() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | psymodel.h | 54 float spread; /* Energy spread over the band */ member
|
H A D | aaccoder_twoloop.h | 222 float uplim = 0.0f, energy = 0.0f, spread = 0.0f; in search_for_quantizers_twoloop() local
|
H A D | opus_celt.h | 124 enum CeltSpread spread; member
|
H A D | aaccoder.c | 587 float sfb_energy = 0.0f, threshold = 0.0f, spread = 2.0f; in search_for_pns() local 718 float sfb_energy = 0.0f, threshold = 0.0f, spread = 2.0f; mark_pns() local [all...] |
H A D | opus_pvq.c | 109 celt_exp_rotation(float *X, uint32_t len, uint32_t stride, uint32_t K, enum CeltSpread spread, const int encode) celt_exp_rotation() argument 417 celt_alg_quant(OpusRangeCoder *rc, float *X, uint32_t N, uint32_t K, enum CeltSpread spread, uint32_t blocks, float gain, CeltPVQ *pvq) celt_alg_quant() argument 433 celt_alg_unquant(OpusRangeCoder *rc, float *X, uint32_t N, uint32_t K, enum CeltSpread spread, uint32_t blocks, float gain, CeltPVQ *pvq) celt_alg_unquant() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNILPSched.cpp | 170 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/node/deps/v8/src/builtins/ |
H A D | builtins-constructor-gen.cc | 120 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local 130 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local 144 auto spread = Parameter<Object>(Descriptor::kSpread); in TF_BUILTIN() local 157 BuildConstructWithSpread( TNode<Object> target, TNode<Object> new_target, TNode<Object> spread, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstructWithSpread() argument
|
H A D | builtins-call-gen.cc | 353 CallOrConstructWithSpread( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) CallOrConstructWithSpread() argument 527 auto spread = Parameter<Object>(Descriptor::kSpread); TF_BUILTIN() local 536 auto spread = Parameter<Object>(Descriptor::kSpread); TF_BUILTIN() local 551 auto spread = Parameter<Object>(Descriptor::kSpread); TF_BUILTIN() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_aspectralstats.c | 36 float spread; member 245 static float spectral_skewness(const float *const spectral, int size, int max_freq, float centroid, float spread) in spectral_skewness() argument 261 static float spectral_kurtosis(const float *const spectral, int size, int max_freq, float centroid, float spread) in spectral_kurtosis() argument [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | prettyprinter.cc | 300 Spread* spread = subexpr->AsSpread(); in VisitArrayLiteral() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-generic-lowering.cc | 938 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSConstructWithSpread() local 942 node->InsertInput(zone(), 4, spread); in LowerJSConstructWithSpread() local 1044 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSCallWithSpread() local 1048 node->InsertInput(zone(), 3, spread); in LowerJSCallWithSpread() local [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 1834 inline bool IsSpreadAcceptable(int spread, int ncases) { in IsSpreadAcceptable() argument 1905 int64_t spread = max - min + 1; in IsSwitchOptimizable() local [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 2118 ExpressionT spread = in ParseArrowParametersWithRest() local
|