| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
| H A D | path_fuzzer.cpp | 85 float weight = GetObject<float>(); in NativeDrawingPathTest002() local
|
| /foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
| H A D | hb_medium_mgr_test.cpp | 99 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 D | mdns_packet_parser.h | 121 uint16_t weight; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | aptx.c | 469 int32_t sign, same_sign[2], weight[2], sw1, range; in aptx_process_subband() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_tmidequalizer.c | 103 float weight = 1.f; in compute_contrast_function() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_weight_align.cpp | 180 float weight = dec_weight_ideal_value[j]; compute_lowest_and_highest_weight() local [all...] |
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_stream.h | 210 int32_t weight; member [all...] |
| /third_party/nghttp2/tests/ |
| H A D | nghttp2_test_helper.c | 265 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 D | nghttp2_stream.h | 210 int32_t weight; member [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | BlendFuncExtendedTest.cpp | 43 GLubyte ScaleChannel(float weight) in ScaleChannel() argument
|
| /third_party/skia/src/core/ |
| H A D | SkColorFilter.cpp | 454 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 D | Constants.hpp | 89 float4 weight[16]; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | Constants.hpp | 80 float4 weight[16]; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
| H A D | astc_block_sizes2.cpp | 265 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 D | SkFontMgr_android.cpp | 208 int weight = fontFile.fWeight != 0 ? fontFile.fWeight : style.weight(); in SkFontStyleSet_Android() local
|
| H A D | SkFontConfigInterface_direct.cpp | 91 uint32_t strLen, weight, width; in readFromMemory() local [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkOpSegment.h | 44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic() argument 421 SkScalar weight() const { in weight() function in SkOpSegment
|
| H A D | SkIntersections.h | 57 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 D | SkPathWriter.cpp | 34 void SkPathWriter::conicTo(const SkPoint& pt1, const SkOpPtT* pt2, SkScalar weight) { in conicTo() argument
|
| H A D | SkPathOpsCurve.h | 114 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 D | RRectInPathTest.cpp | 110 const SkScalar weight = SkPathPriv::ConicWeightData(exactPath)[0]; in test_undetected_paths() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffobjs.c | 1017 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 D | drv_symc_v100.h | 121 hi_u32 weight : 10; /* [31..22] */ member
|
| H A D | drv_symc_v200.h | 198 hi_u32 weight : 10; /* [31..22] */ member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
| H A D | frw_event.h | 239 hi_u8 weight; /* 队列权重 */ member
|