Home
last modified time | relevance | path

Searched defs:weight (Results 76 – 100 of 163) sorted by relevance

1234567

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp294 JSRef<JSVal> weight = obj->GetProperty("weight"); in GetFontContent() local
407 std::string weight; in SetPopupItemFont() local
H A Djs_texttimer.cpp237 std::string weight; in SetFontWeight() local
H A Djs_text_clock.cpp208 std::string weight; in SetFontWeight() local
H A Djs_progress.cpp440 std::string weight; in JsSetFont() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_blur_common.h314 float weight = 0.0; in DownscaleRGBADof() local
338 float weight = samples[0].a; in BlurRGBADof() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.h227 void SetFontWeight(FontWeight weight) in SetFontWeight()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_medium_mgr.h47 int32_t weight; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.cpp255 for (auto& weight : weights) { in PaintDraw() local
594 for (auto& weight : weights) { in PaintMultiSegmentGradientCircular() local
633 for (auto& weight : weights) { in PaintMultiSegmentGradientCircularShadow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp146 FontWeight weight = FontWeight::MEDIUM; in SetFont() local
184 FontWeight weight = textTheme->GetTextStyle().GetFontWeight(); in SetOptionFont() local
222 FontWeight weight = textTheme->GetTextStyle().GetFontWeight(); in SetSelectedOptionFont() local
H A Dtext_modifier.cpp50 FontWeight ConvertStrToFontWeight(const char* weight, FontWeight defaultFontWeight = FontWeight::NO… in ConvertStrToFontWeight()
56 void SetFontWeight(NodeHandle node, const char* weight) in SetFontWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.cpp176 float weight = tempColors->GetValueAt(vm, jsValue, 1)->ToNumber(vm)->Value(); in SetGradientColors() local
223 float weight = handle->GetValueAt(vm, jsValue, 1)->ToNumber(vm)->Value(); in SetColors() local
H A Darkts_native_symbol_glyph_bridge.cpp113 std::string weight = secondArg->ToString(vm)->ToString(vm); in SetFontWeight() local
H A Darkts_native_span_bridge.cpp163 std::string weight = DEFAULT_FONT_WEIGHT; in SetFontWeight() local
450 std::string weight = DEFAULT_FONT_WEIGHT; in SetFont() local
H A Darkts_native_menu_bridge.cpp158 std::string weight = DEFAULT_ERR_CODE; in SetFont() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_update.cpp1433 std::string weight = "FontWeight.Medium"; variable
1469 std::string weight = "FontWeight.Medium"; variable
1505 std::string weight = "FontWeight.Medium"; variable
1541 std::string weight = "FontWeight.Medium"; variable
1577 std::string weight = "FontWeight.Medium"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp167 …meworkGaugeSetLinearGradientColors(VecLinearGradientHandle linearGradients, VectorUInt32Ptr weight) in FfiOHOSAceFrameworkGaugeSetLinearGradientColors()
H A Dcj_textfield_ffi.cpp162 double size, int32_t unit, const char* weight, const char* family, int32_t style) in FfiOHOSAceFrameworkTextFieldSetPlaceholderFont()
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h121 uint16_t weight; member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c273 int (*poll)(struct napi_struct *, int), int weight) in NetDevApiAdd() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.cpp230 void IndexerModelNG::SetFontWeight(const FontWeight weight) in SetFontWeight()
392 void IndexerModelNG::SetFontWeight(FrameNode* frameNode, const FontWeight weight) in SetFontWeight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp160 …PathConicTo(OH_Drawing_Path* cPath, float ctrlX, float ctrlY, float endX, float endY, float weight) in OH_Drawing_PathConicTo()
170 …athRConicTo(OH_Drawing_Path* cPath, float ctrlX, float ctrlY, float endX, float endY, float weight) in OH_Drawing_PathRConicTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h261 void SetFontWeight(FontWeight weight) in SetFontWeight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp42 int weight = std::clamp((fontWeight - 100) / 100, minWeight, maxWeight); in GetTxtFontWeight() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
H A Dselectionmenu.js375 'weight': this.fontWeightTable[style.fontWeight], property in temp
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp96 void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid, int32_t weight) in LnnNotifyMasterNodeChanged()

1234567