Home
last modified time | relevance | path

Searched defs:weight (Results 151 - 175 of 374) sorted by relevance

12345678910>>...15

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/
H A Dpath_fuzzer.cpp85 float weight = GetObject<float>(); in NativeDrawingPathTest002() local
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_medium_mgr_test.cpp99 int32_t weight = TEST_WEIGHT; in HWTEST_F() local
131 int32_t weight = TEST_WEIGHT; in HWTEST_F() local
173 int32_t weight = TEST_WEIGHT; in HWTEST_F() local
417 int32_t weight = TEST_WEIGHT; HWTEST_F() local
[all...]
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h121 uint16_t weight; member
/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
/third_party/skia/src/core/
H A DSkColorFilter.cpp454 sk_sp<SkColorFilter> SkColorFilters::Lerp(float weight, sk_sp<SkColorFilter> cf0, in Lerp() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DConstants.hpp89 float4 weight[16]; member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DConstants.hpp80 float4 weight[16]; member
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp265 int weight[4]; in initialize_decimation_table_2d() local
354 int weight[4]; initialize_decimation_table_3d() local
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_android.cpp208 int weight = fontFile.fWeight != 0 ? fontFile.fWeight : style.weight(); in SkFontStyleSet_Android() local
H A DSkFontConfigInterface_direct.cpp91 uint32_t strLen, weight, width; in readFromMemory() local
[all...]
/third_party/skia/src/pathops/
H A DSkOpSegment.h44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic() argument
421 SkScalar weight() const { in weight() function in SkOpSegment
H A DSkIntersections.h57 int conicHorizontal(const SkPoint a[3], SkScalar weight, SkScalar left, SkScalar right, in conicHorizontal() argument
65 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, in conicVertical() argument
73 int conicLine(const SkPoint a[3], SkScalar weight, const SkPoint b[2]) { in conicLine() argument
H A DSkPathWriter.cpp34 void SkPathWriter::conicTo(const SkPoint& pt1, const SkOpPtT* pt2, SkScalar weight) { in conicTo() argument
H A DSkPathOpsCurve.h114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_xy_at_t() argument
158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { in fline_xy_at_t() argument
162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_xy_at_t() argument
166 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_xy_at_t() argument
170 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_xy_at_t() argument
194 dconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) dconic_dxdy_at_t() argument
242 fquad_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) fquad_dxdy_at_t() argument
246 fconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) fconic_dxdy_at_t() argument
250 fcubic_dxdy_at_t(const SkPoint a[4], SkScalar weight, double t) fcubic_dxdy_at_t() argument
276 conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) conic_is_vertical() argument
313 conic_intersect_ray(const SkPoint a[3], SkScalar weight, const SkDLine& ray, SkIntersections* i) conic_intersect_ray() argument
[all...]
/third_party/skia/tests/
H A DRRectInPathTest.cpp110 const SkScalar weight = SkPathPriv::ConicWeightData(exactPath)[0]; in test_undetected_paths() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c1017 char *weight = cff_index_get_sid_string( cff, in FT_LOCAL_DEF() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H A Ddrv_symc_v100.h121 hi_u32 weight : 10; /* [31..22] */ member
H A Ddrv_symc_v200.h198 hi_u32 weight : 10; /* [31..22] */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_event.h239 hi_u8 weight; /* 队列权重 */ member

Completed in 19 milliseconds

12345678910>>...15