Searched refs:digitFontWeight (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkSwiper.ts | 351 let digitFontWeight; 395 digitFontWeight = arkDigitFont.parseFontWeight( 411 digitFontWeight,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 386 auto digitFontWeight = digitIndicatorInfo[DIGIT_INDICATOR_DIGIT_FONT_WEIGHT] == "-" in GetDigitIndicatorInfo() local 412 GetFontContent(digitFontSize, digitFontWeight, false, digitalParameters); in GetDigitIndicatorInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_swiper_bridge.cpp | 687 std::string digitFontWeight = digitFontWeightArg->ToString(vm)->ToString(vm); in GetSwiperDigitIndicator() local 697 … indicatorStr = fontColor + "|" + selectedFontColor + "|" + digitFontSize + "|" + digitFontWeight + in GetSwiperDigitIndicator()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 28192 let digitFontWeight; 28225 digitFontWeight = arkDigitFont.parseFontWeight(this.value.digitFontValue.weight); 28232 … digitFontWeight, selectedDigitFontSize, selectedDigitFontWeight, left, top, right, bottom);
|