/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_span_modifier.cpp | 399 void GetTextShadow(ArkUINodeHandle node, ArkUITextShadowStruct* shadow, uint32_t size) in GetTextShadow() function 404 auto textShadowVector = SpanModelNG::GetTextShadow(frameNode); in GetTextShadow() 502 ResetTextTextShadow, GetTextShadow, GetSpanFontFamily, in GetSpanModifier() 518 ResetTextTextShadow, GetTextShadow }; in GetCJUISpanModifier()
|
H A D | node_text_modifier.cpp | 559 return TextModelNG::GetTextShadow(frameNode).size(); in GetTextShadowCount() 562 void GetTextShadow(ArkUINodeHandle node, ArkUITextShadowStruct* shadow, uint32_t size) in GetTextShadow() function 567 auto textShadowVector = TextModelNG::GetTextShadow(frameNode); in GetTextShadow() 1214 …GetFontColor, GetTextBaselineOffset, GetTextShadowCount, GetTextShadow, GetTextWordBreak, GetTextE… in GetTextModifier() 1246 … GetTextBaselineOffset, GetTextShadowCount, GetTextShadow, GetTextWordBreak, GetTextEllipsisMode, in GetCJUITextModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_layout_property.cpp | 87 auto shadow = GetTextShadow().value_or(std::vector<Shadow> { Shadow() }); in ToJsonValue()
|
H A D | text_timer_pattern.cpp | 152 if (layoutProperty->GetTextShadow().has_value()) { in UpdateTextLayoutProperty() 153 textLayoutProperty->UpdateTextShadow(layoutProperty->GetTextShadow().value()); in UpdateTextLayoutProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_layout_property.cpp | 109 ConvertTextShadow(GetTextShadow().value_or(std::vector<Shadow>())).c_str(), filter); in ToJsonValue()
|
H A D | text_clock_pattern.cpp | 137 if (layoutProperty->GetTextShadow().has_value()) { in UpdateTextLayoutProperty() 138 textLayoutProperty->UpdateTextShadow(layoutProperty->GetTextShadow().value()); in UpdateTextLayoutProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | span_object.cpp | 469 RefPtr<SpanBase> spanBase = MakeRefPtr<TextShadowSpan>(GetTextShadow(), start, end); in GetSubSpan() 485 std::vector<Shadow> TextShadowSpan::GetTextShadow() const in GetTextShadow() function in OHOS::Ace::TextShadowSpan 513 auto textShadow = textShadowSpan->GetTextShadow(); in IsAttributesEqual() 514 auto selfTextShadow = GetTextShadow(); in IsAttributesEqual()
|
H A D | span_object.h | 238 std::vector<Shadow> GetTextShadow() const;
|
H A D | span_string.cpp | 1119 …std::vector<Shadow> textShadow = spanItem->fontStyle->GetTextShadow().value_or(std::vector<Shadow>… in ToTextShadowSpan()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/ |
H A D | html_convert_test.cpp | 417 EXPECT_EQ((*it)->fontStyle->GetTextShadow().value()[0].GetColor(), OHOS::Ace::Color::RED); 418 EXPECT_EQ((*it)->fontStyle->GetTextShadow().value()[1].GetColor(), OHOS::Ace::Color::GREEN);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 97 static std::vector<Shadow> GetTextShadow(UINode* uiNode);
|
H A D | text_layout_property.cpp | 121 auto shadow = GetTextShadow().value_or(std::vector<Shadow> { Shadow() }); in ToJsonValue()
|
H A D | span_model_ng.cpp | 546 std::vector<Shadow> SpanModelNG::GetTextShadow(UINode* uiNode) in GetTextShadow() function in OHOS::Ace::NG::SpanModelNG 552 return spanNode->GetTextShadow().value_or(defaultShadow); in GetTextShadow()
|
H A D | text_model_ng.h | 160 static std::vector<Shadow> GetTextShadow(FrameNode* frameNode);
|
H A D | text_model_ng.cpp | 867 std::vector<Shadow> TextModelNG::GetTextShadow(FrameNode* frameNode) in GetTextShadow() function in OHOS::Ace::NG::TextModelNG 873 return layoutProperty->GetTextShadow().value_or(defaultShadow); in GetTextShadow()
|
H A D | multiple_paragraph_layout_algorithm.cpp | 322 auto textShadow = layoutProperty->GetTextShadow(); in SetPropertyToModifier()
|
H A D | span_node.cpp | 112 auto shadow = fontStyle->GetTextShadow().value_or(std::vector<Shadow> { Shadow() }); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
H A D | text_timer_test_ng.cpp | 174 EXPECT_EQ(textTimerLayoutProperty->GetTextShadow(), TEXT_SHADOWS); 738 EXPECT_EQ(textTimerLayoutProperty->GetTextShadow(), TEXT_SHADOWS); 751 EXPECT_EQ(textTimerLayoutProperty->GetTextShadow(), TEXT_SHADOWS);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/ |
H A D | text_clock_test_ng.cpp | 154 EXPECT_EQ(textClockLayoutProperty->GetTextShadow(), setShadows); 165 EXPECT_EQ(textClockLayoutProperty->GetTextShadow(), errSetShadows); 537 EXPECT_EQ(textLayoutProperty->GetTextShadow(), setShadows);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_styled_string_test_ng.cpp | 237 EXPECT_EQ(fontStyle->GetTextShadow(), SHADOWS); 571 EXPECT_EQ(fontStyle->GetTextShadow(), SHADOWS);
|
H A D | rich_editor_base_test_ng.cpp | 849 EXPECT_EQ(newSpan1->GetTextShadow(), SHADOWS); 898 EXPECT_EQ(newSpan2->GetTextShadow(), SHADOWS);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_object.h | 203 void GetTextShadow(const JSCallbackInfo& info);
|
H A D | js_span_object.cpp | 581 "textShadow", &JSTextShadowSpan::GetTextShadow, &JSTextShadowSpan::SetTextShadow); in JSBind() 615 void JSTextShadowSpan::GetTextShadow(const JSCallbackInfo& info) in GetTextShadow() function in OHOS::Ace::Framework::JSTextShadowSpan 618 auto shadows = textShadowSpan_->GetTextShadow(); in GetTextShadow()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | span_to_html.cpp | 447 style += ToHtml(fontStyle.GetTextShadow()); in NormalStyleToHtml()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_test_ng.cpp | 693 EXPECT_EQ(spanNode->GetTextShadow(), TEXT_SHADOWS);
|