Home
last modified time | relevance | path

Searched defs:weight (Results 51 - 75 of 195) sorted by relevance

12345678

/third_party/skia/src/core/
H A DSkGeometry.h507 const SkPoint* computeQuads(const SkPoint pts[3], SkScalar weight, in computeQuads() argument
H A DSkMaskBlurFilter.cpp96 Scan(uint64_t weight, int noChangeCount, in Scan() argument
/third_party/skia/src/effects/imagefilters/
H A DSkMagnifierImageFilter.cpp240 SkScalar weight = 0; in onFilterImage() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_decompress_symbolic.cpp39 lerp_color_int( astc_decode_mode decode_mode, uint4 color0, uint4 color1, int weight, int plane2_weight, int plane2_color_component ) lerp_color_int() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationweights.cpp44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() argument
49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() argument
55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() argument
60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument
84 truncateWeight(uint32_t weight, int32_ argument
89 incWeightTrail(uint32_t weight, int32_t length) incWeightTrail() argument
94 decWeightTrail(uint32_t weight, int32_t length) decWeightTrail() argument
154 incWeight(uint32_t weight, int32_t length) const incWeight() argument
169 incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const incWeightByOffset() argument
263 uint32_t weight=lowerLimit; getWeightRanges() local
554 uint32_t weight = range.start; nextWeight() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp47 static int contains_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, const SkPoint& edge) { in contains_edge() argument
104 static SkPoint left_edge(SkPoint pts[4], SkPath::Verb verb, SkScalar weight, in left_edge() argument
H A DSkOpEdgeBuilder.cpp235 SkScalar weight = *weightPtr++; in walk() local
/third_party/skia/tests/
H A DTypefaceTest.cpp30 TypefaceStyle_test(skiatest::Reporter* reporter, uint16_t weight, uint16_t width, SkData* data) TypefaceStyle_test() argument
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_preview.h214 int weight = fontFile.fWeight != 0 ? fontFile.fWeight : style.weight(); in SkFontStyleSet_Preview() local
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.h162 int weight; // the weight of the font style set. 0 means no specified weight member
171 int weight; // the value of mapping weight member
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftwinfnt.h198 FT_UShort weight; member
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcmanag.c481 FT_Offset weight = 0; in FTC_Manager_Check() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNRegBankReassign.cpp86 Candidate(MachineInstr *mi, unsigned reg, unsigned freebanks, unsigned weight) Candidate() argument
/third_party/skia/gm/
H A Dbeziereffects.cpp318 static int SplitConic(const SkPoint src[3], SkConic dst[2], const SkScalar weight) { in SplitConic() argument
341 static int ChopConic(const SkPoint src[3], SkConic dst[4], const SkScalar weight) { in ChopConic() argument
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp30 auto weight = [](const SkSVGFontWeight& w) { in ResolveFont() local
/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp83 auto weight = SkFontStyle::kNormal_Weight; in FontStyle() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.cpp290 getFilteredSample1D(const IVec3& texelBase, float weight, int layer, int level, Vec4& resultMin, Vec4& resultMax) const getFilteredSample1D() argument
/base/powermgr/battery_statistics/services/native/src/
H A Dcpu_time_reader.cpp523 double weight = 0.5; in ReadUidTimeIncrement() local
/third_party/ffmpeg/libavcodec/
H A Daptx.c469 int32_t sign, same_sign[2], weight[2], sw1, range; in aptx_process_subband() local
/third_party/ffmpeg/libavfilter/
H A Dvf_tmidequalizer.c103 float weight = 1.f; in compute_contrast_function() local
/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp180 float weight = dec_weight_ideal_value[j]; compute_lowest_and_highest_weight() local
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_stream.h210 int32_t weight; member
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c265 open_stream_with_all(nghttp2_session *session, int32_t stream_id, int32_t weight, uint8_t exclusive, nghttp2_stream *dep_stream) open_stream_with_all() argument
297 open_stream_with_dep_weight(nghttp2_session *session, int32_t stream_id, int32_t weight, nghttp2_stream *dep_stream) open_stream_with_dep_weight() argument
362 open_sent_stream_with_dep_weight(nghttp2_session *session, int32_t stream_id, int32_t weight, nghttp2_stream *dep_stream) open_sent_stream_with_dep_weight() argument
421 open_recv_stream_with_dep_weight(nghttp2_session *session, int32_t stream_id, int32_t weight, nghttp2_stream *dep_stream) open_recv_stream_with_dep_weight() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h210 int32_t weight; member
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendFuncExtendedTest.cpp43 GLubyte ScaleChannel(float weight) in ScaleChannel() argument

Completed in 19 milliseconds

12345678