/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_menu_bridge.h | 27 static ArkUINativeModuleValue ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_span_bridge.h | 46 static ArkUINativeModuleValue ResetFont(ArkUIRuntimeCallInfo *runtimeCallInfo);
|
H A D | arkts_native_alphabet_indexer_bridge.h | 31 static ArkUINativeModuleValue ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_select_bridge.h | 47 static ArkUINativeModuleValue ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 73 static ArkUINativeModuleValue ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_menu_bridge.cpp | 184 ArkUINativeModuleValue MenuBridge::ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetFont() function in OHOS::Ace::NG::MenuBridge
|
H A D | arkts_native_span_bridge.cpp | 486 ArkUINativeModuleValue SpanBridge::ResetFont(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetFont() function in OHOS::Ace::NG::SpanBridge
|
H A D | arkts_native_alphabet_indexer_bridge.cpp | 227 ArkUINativeModuleValue AlphabetIndexerBridge::ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetFont() function in OHOS::Ace::NG::AlphabetIndexerBridge
|
H A D | arkts_native_select_bridge.cpp | 484 ArkUINativeModuleValue SelectBridge::ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetFont() function in OHOS::Ace::NG::SelectBridge
|
H A D | arkts_native_text_bridge.cpp | 898 ArkUINativeModuleValue TextBridge::ResetFont(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetFont() function in OHOS::Ace::NG::TextBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1279 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::ResetFont)); in GetArkUINativeModule() 1643 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), SpanBridge::ResetFont)); in GetArkUINativeModule() 3026 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SelectBridge::ResetFont)); in RegisterSelectAttributes() 3972 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), MenuBridge::ResetFont)); in RegisterMenuAttributes() 4335 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::ResetFont)); in RegisterAlphabetIndexerAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 31 void ResetFont() override; 82 static void ResetFont(UINode* uiNode);
|
H A D | span_model.h | 40 virtual void ResetFont() = 0;
|
H A D | span_model_ng.cpp | 92 void SpanModelNG::ResetFont() in ResetFont() function in OHOS::Ace::NG::SpanModelNG 421 void SpanModelNG::ResetFont(UINode *uiNode) in ResetFont() function in OHOS::Ace::NG::SpanModelNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_select.h | 73 static void ResetFont(SelectFontType type);
|
H A D | js_select.cpp | 230 ResetFont(SelectFontType::SELECT); in Font() 370 void JSSelect::ResetFont(SelectFontType type) in ResetFont() function in OHOS::OHOS::Ace::Framework::JSSelect 423 ResetFont(SelectFontType::SELECTED_OPTION); in SelectedOptionFont() 480 ResetFont(SelectFontType::OPTION); in OptionFont()
|
H A D | js_span.cpp | 87 SpanModel::GetInstance()->ResetFont(); in SetFont()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | span_model_impl.h | 31 void ResetFont() override {};
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_layout_property.h | 79 ResetFont();
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | select_modifier.cpp | 315 void ResetFont(ArkUINodeHandle node) in ResetFont() function 612 ResetSelectedOptionFontColor, ResetArrowPosition, ResetMenuAlign, ResetFont, ResetOptionFont, in GetSelectModifier() 628 ResetSelectedOptionFontColor, ResetArrowPosition, ResetMenuAlign, ResetFont, ResetOptionFont, in GetCJUISelectModifier()
|
H A D | node_span_modifier.cpp | 320 SpanModelNG::ResetFont(uiNode); in ResetSpanFont()
|