/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_timer_modifier.cpp | 159 void ResetTextShadow(ArkUINodeHandle node) in ResetTextShadow() function 197 TextTimerModifier::ResetTextShadow, in GetTextTimerModifier() 220 TextTimerModifier::ResetTextShadow in GetCJUITextTimerModifier()
|
H A D | text_clock_modifier.cpp | 142 void ResetTextShadow(ArkUINodeHandle node) in ResetTextShadow() function 209 TextClockModifier::ResetTextShadow, in GetTextClockModifier() 236 TextClockModifier::ResetTextShadow, in GetCJUITextClockModifier()
|
H A D | node_span_modifier.cpp | 414 SpanModelNG::ResetTextShadow(frameNode); in ResetTextTextShadow()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_timer_bridge.h | 37 static ArkUINativeModuleValue ResetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_clock_bridge.h | 39 static ArkUINativeModuleValue ResetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_span_bridge.h | 50 static ArkUINativeModuleValue ResetTextShadow(ArkUIRuntimeCallInfo *runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 61 static ArkUINativeModuleValue ResetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_timer_bridge.cpp | 255 ArkUINativeModuleValue TextTimerBridge::ResetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetTextShadow() function in OHOS::Ace::NG::TextTimerBridge
|
H A D | arkts_native_text_clock_bridge.cpp | 322 ArkUINativeModuleValue TextClockBridge::ResetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetTextShadow() function in OHOS::Ace::NG::TextClockBridge
|
H A D | arkts_native_span_bridge.cpp | 541 ArkUINativeModuleValue SpanBridge::ResetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetTextShadow() function in OHOS::Ace::NG::SpanBridge
|
H A D | arkts_native_text_bridge.cpp | 660 ArkUINativeModuleValue TextBridge::ResetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetTextShadow() function in OHOS::Ace::NG::TextBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1255 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::ResetTextShadow)); in GetArkUINativeModule() 1651 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), SpanBridge::ResetTextShadow)); in GetArkUINativeModule() 5146 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextClockBridge::ResetTextShadow)); in RegisterTextClockAttributes() 5194 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), TextTimerBridge::ResetTextShadow)); in RegisterTextTimerAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_layout_property.h | 67 ResetTextShadow();
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 102 static void ResetTextShadow(UINode* uiNode);
|
H A D | span_model_ng.cpp | 182 void SpanModelNG::ResetTextShadow(UINode *uiNode) in ResetTextShadow() function in OHOS::Ace::NG::SpanModelNG
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | span_object.cpp | 473 spanItem->fontStyle->ResetTextShadow(); in RemoveSpanStyle()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 6388 void ResetTextShadow(ArkUI_NodeHandle node) in ResetTextShadow() function 13026 ResetTextOverflow, ResetTextFontFamily, ResetTextCopyOption, ResetBaselineOffset, ResetTextShadow, in ResetTextAttribute()
|