Home
last modified time | relevance | path

Searched refs:ResetLineHeight (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_span_bridge.h30 static ArkUINativeModuleValue ResetLineHeight(ArkUIRuntimeCallInfo *runtimeCallInfo);
H A Darkts_native_search_bridge.h61 static ArkUINativeModuleValue ResetLineHeight(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_bridge.h35 static ArkUINativeModuleValue ResetLineHeight(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_area_bridge.h65 static ArkUINativeModuleValue ResetLineHeight(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_input_bridge.h87 static ArkUINativeModuleValue ResetLineHeight(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_span_bridge.cpp203 ArkUINativeModuleValue SpanBridge::ResetLineHeight(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetLineHeight() function in OHOS::Ace::NG::SpanBridge
H A Darkts_native_text_bridge.cpp260 ArkUINativeModuleValue TextBridge::ResetLineHeight(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetLineHeight() function in OHOS::Ace::NG::TextBridge
H A Darkts_native_search_bridge.cpp840 ArkUINativeModuleValue SearchBridge::ResetLineHeight(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetLineHeight() function in OHOS::Ace::NG::SearchBridge
H A Darkts_native_api_impl_bridge.cpp1227 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::ResetLineHeight)); in GetArkUINativeModule()
1456 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SearchBridge::ResetLineHeight)); in GetArkUINativeModule()
1641 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), SpanBridge::ResetLineHeight)); in GetArkUINativeModule()
1918 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetLineHeight)); in GetArkUINativeModule()
2343 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetLineHeight)); in GetArkUINativeModule()
H A Darkts_native_text_input_bridge.cpp1020 ArkUINativeModuleValue TextInputBridge::ResetLineHeight(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetLineHeight() function in OHOS::Ace::NG::TextInputBridge
H A Darkts_native_text_area_bridge.cpp768 ArkUINativeModuleValue TextAreaBridge::ResetLineHeight(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetLineHeight() function in OHOS::Ace::NG::TextAreaBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_model_ng.h59 static void ResetLineHeight(UINode* uiNode);
H A Dspan_model_ng.cpp280 void SpanModelNG::ResetLineHeight(UINode* uiNode) in ResetLineHeight() function in OHOS::Ace::NG::SpanModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_span_modifier.cpp136 SpanModelNG::ResetLineHeight(uiNode); in ResetSpanLineHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.cpp793 spanItem->textLineStyle->ResetLineHeight(); in RemoveLineHeightStyle()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp10406 void ResetLineHeight(ArkUI_NodeHandle node) in ResetLineHeight() function
13067ResetLineHeight, ResetDecoration, ResetTextCase, ResetLetterSpacing, ResetMaxLines, ResetTextAlign, in ResetTextAttribute()