/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_timer_modifier.cpp | 67 void ResetFontStyle(ArkUINodeHandle node) in ResetFontStyle() function 189 TextTimerModifier::ResetFontStyle, in GetTextTimerModifier() 212 TextTimerModifier::ResetFontStyle, in GetCJUITextTimerModifier()
|
H A D | text_clock_modifier.cpp | 82 void ResetFontStyle(ArkUINodeHandle node) in ResetFontStyle() function 203 TextClockModifier::ResetFontStyle, in GetTextClockModifier() 230 TextClockModifier::ResetFontStyle, in GetCJUITextClockModifier()
|
H A D | node_text_modifier.cpp | 191 void ResetFontStyle(ArkUINodeHandle node) in ResetFontStyle() function 1199 ResetFontStyle, SetTextAlign, ResetTextAlign, SetFontColor, ResetFontColor, SetTextForegroundColor, in GetTextModifier() 1231 ResetFontStyle, SetTextAlign, ResetTextAlign, SetFontColor, ResetFontColor, SetTextForegroundColor, in GetCJUITextModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_timer_bridge.h | 31 static ArkUINativeModuleValue ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_clock_bridge.h | 31 static ArkUINativeModuleValue ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_span_bridge.h | 32 static ArkUINativeModuleValue ResetFontStyle(ArkUIRuntimeCallInfo *runtimeCallInfo);
|
H A D | arkts_native_button_bridge.h | 40 static ArkUINativeModuleValue ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 27 static ArkUINativeModuleValue ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_input_bridge.h | 77 static ArkUINativeModuleValue ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_area_bridge.h | 53 static ArkUINativeModuleValue ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_timer_bridge.cpp | 116 ArkUINativeModuleValue TextTimerBridge::ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetFontStyle() function in OHOS::Ace::NG::TextTimerBridge
|
H A D | arkts_native_text_clock_bridge.cpp | 182 ArkUINativeModuleValue TextClockBridge::ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetFontStyle() function in OHOS::Ace::NG::TextClockBridge
|
H A D | arkts_native_span_bridge.cpp | 232 ArkUINativeModuleValue SpanBridge::ResetFontStyle(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetFontStyle() function in OHOS::Ace::NG::SpanBridge
|
H A D | arkts_native_button_bridge.cpp | 317 ArkUINativeModuleValue ButtonBridge::ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetFontStyle() function in OHOS::Ace::NG::ButtonBridge
|
H A D | arkts_native_text_bridge.cpp | 115 ArkUINativeModuleValue TextBridge::ResetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetFontStyle() function in OHOS::Ace::NG::TextBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1187 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::ResetFontStyle)); in GetArkUINativeModule() 1615 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), SpanBridge::ResetFontStyle)); in GetArkUINativeModule() 1906 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetFontStyle)); in GetArkUINativeModule() 2335 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetFontStyle)); in GetArkUINativeModule() 3172 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ButtonBridge::ResetFontStyle)); in RegisterButtonAttributes() 5134 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextClockBridge::ResetFontStyle)); in RegisterTextClockAttributes() 5182 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), TextTimerBridge::ResetFontStyle)); in RegisterTextTimerAttributes()
|
H A D | arkts_native_text_input_bridge.cpp | 861 ArkUINativeModuleValue TextInputBridge::ResetFontStyle(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetFontStyle() function in OHOS::Ace::NG::TextInputBridge
|
H A D | arkts_native_text_area_bridge.cpp | 518 ArkUINativeModuleValue TextAreaBridge::ResetFontStyle(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetFontStyle() function in OHOS::Ace::NG::TextAreaBridge
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_select.h | 72 static void ResetFontStyle(SelectFontType type);
|
H A D | js_select.cpp | 295 ResetFontStyle(type); in ParseFontStyle() 355 void JSSelect::ResetFontStyle(SelectFontType type) in ResetFontStyle() function in OHOS::OHOS::Ace::Framework::JSSelect 375 ResetFontStyle(type); in ResetFont()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_property.h | 76 ResetFontStyle();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_property.h | 69 ResetFontStyle();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_property.h | 53 ResetFontStyle();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_property.h | 76 ResetFontStyle();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_layout_property.h | 49 ResetFontStyle();
|