Home
last modified time | relevance | path

Searched defs:styleVal (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_timepicker_bridge.cpp90 int32_t styleVal = 0; in SetTextStyle() local
139 int32_t styleVal = 0; in SetSelectedTextStyle() local
188 int32_t styleVal = 0; in SetDisappearTextStyle() local
H A Darkts_native_textpicker_bridge.cpp174 int32_t styleVal = 0; in SetTextStyle() local
223 int32_t styleVal = 0; in SetSelectedTextStyle() local
272 int32_t styleVal = 0; in SetDisappearTextStyle() local
H A Darkts_native_select_bridge.cpp299 int32_t styleVal = 0; in SetFont() local
345 int32_t styleVal = 0; in SetOptionFont() local
392 int32_t styleVal = 0; in SetSelectedOptionFont() local
842 int32_t styleVal = styleArg->Int32Value(vm); in SetMenuBackgroundBlurStyle() local
H A Darkts_native_grid_item_bridge.cpp184 Local<JSValueRef> styleVal = runtimeCallInfo->GetCallArgRef(NUM_1); in SetGridItemOptions() local
H A Darkts_native_alphabet_indexer_bridge.cpp110 int32_t styleVal = 0; in SetSelectedFont() local
160 int32_t styleVal = 0; in SetPopupFont() local
210 int32_t styleVal = 0; in SetFont() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmenu_item_modifier.cpp77 void SetLabelFont(ArkUINodeHandle node, const char* fontInfo, int32_t styleVal) in SetLabelFont()
125 void SetContentFont(ArkUINodeHandle node, const char* fontInfo, int32_t styleVal) in SetContentFont()
H A Dselect_modifier.cpp123 void SetFont(ArkUINodeHandle node, ArkUI_CharPtr fontInfo, ArkUI_Int32 styleVal) in SetFont()
162 void SetOptionFont(ArkUINodeHandle node, ArkUI_CharPtr fontInfo, ArkUI_Int32 styleVal) in SetOptionFont()
200 void SetSelectedOptionFont(ArkUINodeHandle node, ArkUI_CharPtr fontInfo, ArkUI_Int32 styleVal) in SetSelectedOptionFont()
H A Dmenu_modifier.cpp105 void SetMenuFont(ArkUINodeHandle node, const char* fontInfo, int32_t styleVal) in SetMenuFont()
H A Dnode_textpicker_modifier.cpp530 void GetPickerTextStyle(uint32_t color, ArkUI_CharPtr fontInfo, int32_t styleVal, NG::PickerTextSty… in GetPickerTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.cpp461 auto styleVal = static_cast<FontStyle>(style->ToNumber<int32_t>()); in JsSetFont() local
H A Djs_search.cpp654 FontStyle styleVal = static_cast<FontStyle>(style->ToNumber<int32_t>()); in SetPlaceholderFont() local
703 FontStyle styleVal = static_cast<FontStyle>(style->ToNumber<int32_t>()); in SetTextFont() local
H A Djs_select.cpp318 auto styleVal = static_cast<FontStyle>(jsValue->ToNumber<int32_t>()); in ParseFontStyle() local