Home
last modified time | relevance | path

Searched defs:weight (Results 226 - 250 of 368) sorted by relevance

12345678910>>...15

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp48 void CanvasRenderingContext2DModelImpl::SetFontWeight(const FontWeight& weight) in SetFontWeight() argument
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp50 void OffscreenCanvasRenderingContext2DModelImpl::SetFontWeight(const FontWeight& weight) in SetFontWeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp103 auto weight = ConvertStrToFontWeight(fontWeight); in SetFont() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_common_ffi.h34 uint32_t weight = 0; member
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h222 inline FontWeight ConvertStrToFontWeight(const std::string& weight, FontWeight defaultFontWeight = FontWeight::NORMAL) in ConvertStrToFontWeight() argument
216 ParseFontWeight( const std::string& weight, FontWeight defaultFontWeight = FontWeight::NORMAL) ParseFontWeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp258 JSRef<JSVal> weight = obj->GetProperty("weight"); in GetFontContent() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp39 void SetPopupItemFont(ArkUINodeHandle node, ArkUI_Float32 size, int unit, const char* weight) in SetPopupItemFont() argument
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp968 uint8_t weight = GetFontWeight(glyphNode.fontId); in GetOffsetPosY() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1527 int weight = FONT_WEIGHT_100; in HWTEST_F() local
2277 int weight = -1; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp98 void Path::ConicTo(scalar ctrlX, scalar ctrlY, scalar endX, scalar endY, scalar weight) in ConicTo() argument
123 void Path::RConicTo(scalar ctrlPtX, scalar ctrlPtY, scalar endPtX, scalar endPtY, scalar weight) in RConicTo() argument
218 bool Path::Interpolate(const Path& ending, scalar weight, Path& out) in Interpolate() argument
223 bool Path::BuildFromInterpolate(const Path& src, const Path& ending, scalar weight) in BuildFromInterpolate() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp465 double weight = 0.0; in OnConicTo() local
578 double weight = 0.0; in OnRConicTo() local
/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h204 int32_t weight; member
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c65 int32_t weight; member
95 HbFirstSaveRecvTime( LnnHeartbeatRecvInfo *storedInfo, DeviceInfo *device, int32_t weight, int32_t masterWeight, uint64_t recvTime) HbFirstSaveRecvTime() argument
127 HbSaveRecvTimeToRemoveRepeat( LnnHeartbeatRecvInfo *storedInfo, DeviceInfo *device, int32_t weight, int32_t masterWeight, uint64_t recvTime) HbSaveRecvTimeToRemoveRepeat() argument
362 HbDumpRecvDeviceInfo( const DeviceInfo *device, int32_t weight, int32_t masterWeight, LnnHeartbeatType hbType, uint64_t nowTime) HbDumpRecvDeviceInfo() argument
982 HbMediumMgrRecvHigherWeight( const char *udidHash, int32_t weight, ConnectionAddrType type, bool isReElect, bool isPeerScreenOn) HbMediumMgrRecvHigherWeight() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c679 void LnnNotifyMasterNodeChanged(bool isMaster, const char *masterNodeUdid, int32_t weight) in LnnNotifyMasterNodeChanged() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h212 int weight; member
299 int weight; member
318 int weight; global() member
486 OH_Drawing_FontWeight weight; global() member
572 OH_Drawing_FontWeight weight; global() member
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp105 void SkiaPath::ConicTo(scalar ctrlX, scalar ctrlY, scalar endX, scalar endY, scalar weight) in ConicTo() argument
137 void SkiaPath::RConicTo(scalar ctrlPtX, scalar ctrlPtY, scalar endPtX, scalar endPtY, scalar weight) in RConicTo() argument
284 bool SkiaPath::Interpolate(const Path& ending, scalar weight, Path& out) in Interpolate() argument
298 bool SkiaPath::InitWithInterpolate(const Path& srcPath, const Path& endingPath, scalar weight) in InitWithInterpolate() argument
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DOH_Drawing_TypographyTest.cpp1899 int weight = FONT_WEIGHT_100; in HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c221 int64_t weight = 256 * 256 * 256 * 16 / FFMAX(dist[b_x + b_y*stride][j], 1); in guess_dc() local
H A Ddvenc.c370 dv_set_class_number_sd(DVVideoContext *s, int16_t *blk, EncBlockInfo *bi, const uint8_t *zigzag_scan, const int *weight, int bias) dv_set_class_number_sd() argument
454 dv_set_class_number_hd(DVVideoContext *s, int16_t *blk, EncBlockInfo *bi, const uint8_t *zigzag_scan, const int *weight, int bias) dv_set_class_number_hd() argument
H A Dg723_1enc.c365 int16_t weight[LPC_ORDER]; in lsp_quantize() local
H A Dopus_silk.c340 int weight = s->wb ? ff_silk_lsf_pred_weights_wb [ff_silk_lsf_weight_sel_wb [lsf_i1][i]][i] : in silk_decode_lpc() local
350 int cur, prev, next, weight_sq, weight, ipart, fpart, y, value; in silk_decode_lpc() local
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c657 weight_h264_W_altivec(uint8_t *block, int stride, int height, int log2_denom, int weight, int offset, int w) weight_h264_W_altivec() argument
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c635 long index, weight; in pymelem_init() local
771 long index, weight; in pymixer_melement_new() local
/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp179 int32_t weight; /* -(cost for token) + (number of occurences) * (length-1) */ member
[all...]
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp113 uint32_t weight = 0; in parseWeight() local
[all...]

Completed in 44 milliseconds

12345678910>>...15