Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtext_timer_model_impl.h35 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
Dtext_clock_model_impl.h37 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
Dspan_model_impl.h50 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
Dtext_model_impl.cpp69 void TextModelImpl::SetTextShadow(const std::vector<Shadow>& value) {} in SetTextShadow() function in OHOS::Ace::Framework::TextModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
Dtext_timer_model_static.cpp100 void TextTimerModelStatic::SetTextShadow(FrameNode* frameNode, const std::optional<std::vector<Shad… in SetTextShadow() function in OHOS::Ace::NG::TextTimerModelStatic
Dtext_timer_model_ng.cpp94 void TextTimerModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextTimerModelNG
225 void TextTimerModelNG::SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextTimerModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dspan_model_static.cpp45 void SpanModelStatic::SetTextShadow(UINode* uiNode, const std::optional<std::vector<Shadow>>& value) in SetTextShadow() function in OHOS::Ace::NG::SpanModelStatic
Dtext_model_static.cpp218 void TextModelStatic::SetTextShadow(FrameNode* frameNode, const std::optional<std::vector<Shadow>>&… in SetTextShadow() function in OHOS::Ace::NG::TextModelStatic
Dspan_model_ng.cpp193 void SpanModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::SpanModelNG
220 void SpanModelNG::SetTextShadow(UINode* uiNode, const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::SpanModelNG
Dtext_model_ng.cpp205 void TextModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextModelNG
613 void TextModelNG::SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextModelNG
Dtext_content_modifier.cpp1004 void TextContentModifier::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextContentModifier
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
Dtext_clock_model_ng.cpp59 void TextClockModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextClockModelNG
217 void TextClockModelNG::SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) in SetTextShadow() function in OHOS::Ace::NG::TextClockModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_texttimer.cpp244 void JSTextTimer::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSTextTimer
Djs_text_clock.cpp292 void JSTextClock::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSTextClock
Djs_span.cpp436 void JSSpan::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSSpan
Djs_text.cpp307 void JSText::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSText
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dtext_timer_modifier.cpp224 void SetTextShadow(ArkUINodeHandle node, struct ArkUITextShadowStruct* shadows, ArkUI_Uint32 length) in SetTextShadow() function
Dtext_clock_modifier.cpp204 void SetTextShadow(ArkUINodeHandle node, struct ArkUITextShadowStruct* shadows, ArkUI_Uint32 length) in SetTextShadow() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_text_timer_bridge.cpp255 ArkUINativeModuleValue TextTimerBridge::SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextShadow() function in OHOS::Ace::NG::TextTimerBridge
Darkts_native_text_clock_bridge.cpp327 ArkUINativeModuleValue TextClockBridge::SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextShadow() function in OHOS::Ace::NG::TextClockBridge
Darkts_native_span_bridge.cpp558 ArkUINativeModuleValue SpanBridge::SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextShadow() function in OHOS::Ace::NG::SpanBridge
Darkts_native_text_bridge.cpp670 ArkUINativeModuleValue TextBridge::SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTextShadow() function in OHOS::Ace::NG::TextBridge
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
Djs_span_object.cpp827 void JSTextShadowSpan::SetTextShadow(const JSCallbackInfo& info) {} in SetTextShadow() function in OHOS::Ace::Framework::JSTextShadowSpan
/foundation/arkui/ace_engine/interfaces/native/node/
Dstyle_modifier.cpp7877 int32_t SetTextShadow(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetTextShadow() function