Home
last modified time | relevance | path

Searched refs:SetTextShadow (Results 1 – 25 of 58) sorted by relevance

123

/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
161 TextTimerModelNG::SetTextShadow(frameNode, shadowList); in SetTextShadow()
171 TextTimerModelNG::SetTextShadow(frameNode, std::vector<Shadow> { shadow }); in ResetTextShadow()
201 TextTimerModifier::SetTextShadow, in GetTextTimerModifier()
224 TextTimerModifier::SetTextShadow, in GetCJUITextTimerModifier()
H A Dtext_clock_modifier.cpp125 void SetTextShadow(ArkUINodeHandle node, struct ArkUITextShadowStruct* shadows, ArkUI_Uint32 length) in SetTextShadow() function
142 TextClockModelNG::SetTextShadow(frameNode, shadowList); in SetTextShadow()
152 TextClockModelNG::SetTextShadow(frameNode, std::vector<Shadow> { shadow }); in ResetTextShadow()
211 TextClockModifier::SetTextShadow, in GetTextClockModifier()
238 TextClockModifier::SetTextShadow, in GetCJUITextClockModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.h49 void SetTextShadow(const std::vector<Shadow>& value) override;
63 static void SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value);
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
H A Dtext_timer_model.h42 virtual void SetTextShadow(const std::vector<Shadow>& value) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.h45 void SetTextShadow(const std::vector<Shadow>& value) override;
59 static void SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value);
H A Dtext_clock_model.h41 virtual void SetTextShadow(const std::vector<Shadow>& value) = 0;
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.cpp120 JSClass<JSTextTimer>::StaticMethod("textShadow", &JSTextTimer::SetTextShadow, opt); in JSBind()
211 void JSTextTimer::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSTextTimer
219 TextTimerModel::GetInstance()->SetTextShadow(shadows); in SetTextShadow()
H A Djs_span.h34 static void SetTextShadow(const JSCallbackInfo& info);
H A Djs_span.cpp305 void JSSpan::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSSpan
312 SpanModel::GetInstance()->SetTextShadow(shadows); in SetTextShadow()
356 JSClass<JSSpan>::StaticMethod("textShadow", &JSSpan::SetTextShadow, opt); in JSBind()
H A Djs_text_clock.cpp140 JSClass<JSTextClock>::StaticMethod("textShadow", &JSTextClock::SetTextShadow, opt); in JSBind()
267 void JSTextClock::SetTextShadow(const JSCallbackInfo& info) in SetTextShadow() function in OHOS::Ace::Framework::JSTextClock
275 TextClockModel::GetInstance()->SetTextShadow(shadows); in SetTextShadow()
H A Djs_texttimer.h36 static void SetTextShadow(const JSCallbackInfo& info);
H A Djs_text_clock.h35 static void SetTextShadow(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_model_ng.h40 void SetTextShadow(const std::vector<Shadow>& value) override;
95 static void SetTextShadow(UINode* uiNode, const std::vector<Shadow>& value);
H A Dspan_model.h49 virtual void SetTextShadow(const std::vector<Shadow>& value) = 0;
H A Dtext_model_ng.h37 void SetTextShadow(const std::vector<Shadow>& value) override;
115 static void SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value);
/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.h34 void SetTextShadow(const std::vector<Shadow>& value) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.h36 static ArkUINativeModuleValue SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_clock_bridge.h38 static ArkUINativeModuleValue SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_span_bridge.h49 static ArkUINativeModuleValue SetTextShadow(ArkUIRuntimeCallInfo *runtimeCallInfo);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_pattern_test_ng.cpp176 model.SetTextShadow({ Shadow() }); in __anond95221120302()
217 model.SetTextShadow({ Shadow() }); in __anond95221120502()

123