/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_timer_modifier.cpp | 144 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 D | text_clock_modifier.cpp | 125 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 D | text_timer_model_ng.h | 49 void SetTextShadow(const std::vector<Shadow>& value) override; 63 static void SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value);
|
H A D | text_timer_model_ng.cpp | 74 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 D | text_timer_model.h | 42 virtual void SetTextShadow(const std::vector<Shadow>& value) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_model_ng.h | 45 void SetTextShadow(const std::vector<Shadow>& value) override; 59 static void SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value);
|
H A D | text_clock_model.h | 41 virtual void SetTextShadow(const std::vector<Shadow>& value) = 0;
|
H A D | text_clock_model_ng.cpp | 55 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 D | js_texttimer.cpp | 120 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 D | js_span.h | 34 static void SetTextShadow(const JSCallbackInfo& info);
|
H A D | js_span.cpp | 305 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 D | js_text_clock.cpp | 140 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 D | js_texttimer.h | 36 static void SetTextShadow(const JSCallbackInfo& info);
|
H A D | js_text_clock.h | 35 static void SetTextShadow(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 40 void SetTextShadow(const std::vector<Shadow>& value) override; 95 static void SetTextShadow(UINode* uiNode, const std::vector<Shadow>& value);
|
H A D | span_model.h | 49 virtual void SetTextShadow(const std::vector<Shadow>& value) = 0;
|
H A D | text_model_ng.h | 37 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 D | text_timer_model_impl.h | 34 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
|
H A D | text_clock_model_impl.h | 36 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
|
H A D | span_model_impl.h | 43 void SetTextShadow(const std::vector<Shadow>& value) override {}; in SetTextShadow() function
|
H A D | text_model_impl.h | 34 void SetTextShadow(const std::vector<Shadow>& value) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_timer_bridge.h | 36 static ArkUINativeModuleValue SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_clock_bridge.h | 38 static ArkUINativeModuleValue SetTextShadow(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_span_bridge.h | 49 static ArkUINativeModuleValue SetTextShadow(ArkUIRuntimeCallInfo *runtimeCallInfo);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/ |
H A D | text_clock_pattern_test_ng.cpp | 176 model.SetTextShadow({ Shadow() }); in __anond95221120302() 217 model.SetTextShadow({ Shadow() }); in __anond95221120502()
|