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 D | arkts_native_timepicker_bridge.cpp | 90 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 D | arkts_native_textpicker_bridge.cpp | 174 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 D | arkts_native_select_bridge.cpp | 299 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 D | arkts_native_grid_item_bridge.cpp | 184 Local<JSValueRef> styleVal = runtimeCallInfo->GetCallArgRef(NUM_1); in SetGridItemOptions() local
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 110 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 D | menu_item_modifier.cpp | 77 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 D | select_modifier.cpp | 123 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 D | menu_modifier.cpp | 105 void SetMenuFont(ArkUINodeHandle node, const char* fontInfo, int32_t styleVal) in SetMenuFont()
|
H A D | node_textpicker_modifier.cpp | 530 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 D | js_progress.cpp | 461 auto styleVal = static_cast<FontStyle>(style->ToNumber<int32_t>()); in JsSetFont() local
|
H A D | js_search.cpp | 654 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 D | js_select.cpp | 318 auto styleVal = static_cast<FontStyle>(jsValue->ToNumber<int32_t>()); in ParseFontStyle() local
|