Home
last modified time | relevance | path

Searched defs:SetTextShadow (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_timer_model_impl.h34 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
H A Dtext_clock_model_impl.h36 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
H A Dspan_model_impl.h43 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
H A Dtext_model_impl.cpp71 void TextModelImpl::SetTextShadow(const std::vector<Shadow>& value) {} in SetTextShadow() function in OHOS::Ace::Framework::TextModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.cpp74 void TextTimerModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextTimerModelNG
172 void TextTimerModelNG::SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextTimerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.cpp55 void TextClockModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextClockModelNG
180 void TextClockModelNG::SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextClockModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_texttimer.cpp211 void JSTextTimer::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSTextTimer
H A Djs_span.cpp305 void JSSpan::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSSpan
H A Djs_text_clock.cpp267 void JSTextClock::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSTextClock
H A Djs_text.cpp294 void JSText::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSText
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_timer_modifier.cpp144 void SetTextShadow(ArkUINodeHandle node, struct ArkUITextShadowStruct* shadows, ArkUI_Uint32 length) in SetTextShadow() function
H A Dtext_clock_modifier.cpp125 void SetTextShadow(ArkUINodeHandle node, struct ArkUITextShadowStruct* shadows, ArkUI_Uint32 length) in SetTextShadow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_model_ng.cpp146 void SpanModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::SpanModelNG
151 void SpanModelNG::SetTextShadow(UINode* uiNode, const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::SpanModelNG
H A Dtext_model_ng.cpp174 void TextModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextModelNG
546 void TextModelNG::SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextModelNG
H A Dtext_content_modifier.cpp797 void TextContentModifier::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextContentModifier
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.cpp209 ArkUINativeModuleValue TextTimerBridge::SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextShadow() function in OHOS::Ace::NG::TextTimerBridge
H A Darkts_native_text_clock_bridge.cpp276 ArkUINativeModuleValue TextClockBridge::SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextShadow() function in OHOS::Ace::NG::TextClockBridge
H A Darkts_native_span_bridge.cpp520 ArkUINativeModuleValue SpanBridge::SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextShadow() function in OHOS::Ace::NG::SpanBridge
H A Darkts_native_text_bridge.cpp612 ArkUINativeModuleValue TextBridge::SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextShadow() function in OHOS::Ace::NG::TextBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp637 void JSTextShadowSpan::SetTextShadow(const JSCallbackInfo& info) {} in SetTextShadow() function in OHOS::Ace::Framework::JSTextShadowSpan
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6408 int32_t SetTextShadow(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetTextShadow() function