Home
last modified time | relevance | path

Searched refs:TextShadow (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_style.cpp63 TextShadow::TextShadow() {} in TextShadow() function in OHOS::Rosen::SPText::TextShadow
65 TextShadow::TextShadow(SkColor color, SkPoint offset, double blurSigma) in TextShadow() function in OHOS::Rosen::SPText::TextShadow
69 bool TextShadow::operator==(const TextShadow& other) const in operator ==()
76 bool TextShadow::operator!=(const TextShadow& other) const in operator !=()
81 bool TextShadow::HasShadow() const in HasShadow()
H A Dtext_style.h61 class TextShadow {
63 TextShadow();
65 TextShadow(SkColor color, SkPoint offset, double blurSigma);
67 bool operator==(const TextShadow& other) const;
69 bool operator!=(const TextShadow& other) const;
138 std::vector<TextShadow> textShadows;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dtext_style.cpp78 TextShadow::TextShadow() in TextShadow() function in OHOS::Rosen::TextShadow
82 TextShadow::TextShadow(Drawing::Color shadowColor, Drawing::Point shadowOffset, double shadowBlurRa… in TextShadow() function in OHOS::Rosen::TextShadow
89 bool TextShadow::operator ==(const TextShadow& rhs) const in operator ==()
94 bool TextShadow::operator !=(const TextShadow& rhs) const in operator !=()
99 bool TextShadow::HasShadow() const in HasShadow()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtext_style.h58 struct RS_EXPORT TextShadow { struct
63 TextShadow(); argument
64 TextShadow(Drawing::Color shadowColor, Drawing::Point shadowOffset, double shadowBlurRadius);
65 bool operator ==(const TextShadow& rhs) const;
66 bool operator !=(const TextShadow& rhs) const;
105 std::vector<TextShadow> shadows;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dtext_style_test.cpp92 TextShadow textShadowDefault;
95 TextShadow textShadow(color, offset, 0.0);
100 std::vector<TextShadow> textShadows;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtext_style.h65 struct TextShadow { struct
74 bool operator ==(TextShadow const& rhs) const; argument
143 std::vector<TextShadow> shadows;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/
H A Dskia_txt_test.cpp56 TextShadow TextShadow1(color, offset, 0);
58 TextShadow TextShadow2(color, offset, 1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp87 skt::TextShadow MakeTextShadow(const TextShadow& txtShadow) in MakeTextShadow()
89 skt::TextShadow shadow; in MakeTextShadow()
263 for (const TextShadow& txtShadow : txt.textShadows) { in ConvertTextStyleToSkStyle()
H A Dparagraph_impl.cpp333 for (const skt::TextShadow& skShadow : skStyle.getShadows()) { in SkStyleToTextStyle()
334 TextShadow shadow; in SkStyleToTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.cpp76 ACE_UPDATE_LAYOUT_PROPERTY(TextTimerLayoutProperty, TextShadow, value); in SetTextShadow()
174 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextTimerLayoutProperty, TextShadow, value, frameNode); in SetTextShadow()
H A Dtext_timer_layout_property.h76 … ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(TextShadow, std::vector<Shadow>, PROPERTY_UPDATE_MEASURE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_property.h81 … ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(TextShadow, std::vector<Shadow>, PROPERTY_UPDATE_MEASURE);
H A Dtext_clock_model_ng.cpp57 ACE_UPDATE_LAYOUT_PROPERTY(TextClockLayoutProperty, TextShadow, value); in SetTextShadow()
182 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextClockLayoutProperty, TextShadow, value, frameNode); in SetTextShadow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp42 UPDATE_TEXT_STYLE(fontStyle, TextShadow, SetTextShadows); in CreateTextStyleUsingTheme()
86 UPDATE_TEXT_STYLE(fontStyle, TextShadow, SetTextShadows); in UseSelfStyle()
H A Dspan_model_ng.cpp148 ACE_UPDATE_SPAN_PROPERTY(TextShadow, value, PropertyInfo::TEXTSHADOW); in SetTextShadow()
153 ACE_UPDATE_NODE_SPAN_PROPERTY(TextShadow, value, PropertyInfo::TEXTSHADOW, uiNode); in SetTextShadow()
158 ACE_RESET_NODE_SPAN_PROPERTY(TextShadow, PropertyInfo::TEXTSHADOW, uiNode); in ResetTextShadow()
H A Dtext_layout_property.h71 …ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(FontStyle, TextShadow, std::vector<Shadow>, PROPERTY_UPDATE_ME…
H A Dtext_styles.h161 ACE_DEFINE_PROPERTY_GROUP_ITEM(TextShadow, std::vector<Shadow>);
H A Dspan_node.cpp597 INHERIT_TEXT_STYLE(fontStyle, TextShadow, SetTextShadows); in InheritParentProperties()
628 COPY_TEXT_STYLE(fontStyle, TextShadow, UpdateTextShadow); in GetSameStyleSpanItem()
692 WRITE_TEXT_STYLE_TLV(fontStyle, TextShadow, TLV_SPAN_FONT_STYLE_TEXTSHADOW, TextShadows); in EncodeTlv()
H A Dtext_model_ng.cpp176 ACE_UPDATE_LAYOUT_PROPERTY(TextLayoutProperty, TextShadow, value); in SetTextShadow()
548 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextLayoutProperty, TextShadow, value, frameNode); in SetTextShadow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dspan_model_adapter.cpp92 UPDATE_SPAN_FONT_STYLE_ITEM(spanItem, TextShadow, shadows); in CreateSpanItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp534 txt::TextShadow txtShadow; in ConvertTxtStyle()
660 Rosen::TextShadow txtShadow; in ConvertTxtStyle()
764 Rosen::TextShadow txtShadow; in ConvertTxtStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1670 return (OH_Drawing_TextShadow*)new (std::nothrow) TextShadow; in OH_Drawing_CreateTextShadow()
1678 delete ConvertToOriginalText<TextShadow>(shadow); in OH_Drawing_DestroyTextShadow()
1693 std::vector<TextShadow>* originalShadows = new (std::nothrow) std::vector<TextShadow>; in OH_Drawing_TextStyleGetShadows()
1712 auto* tailoredShadow = reinterpret_cast<TextShadow*>(shadow); in OH_Drawing_SetTextShadow()
1724 …OriginalText<TextStyle>(style)->shadows.emplace_back(*(ConvertToOriginalText<TextShadow>(shadow))); in OH_Drawing_TextStyleAddShadow()
1750 delete ConvertToOriginalText<std::vector<TextShadow>>(shadow); in OH_Drawing_DestroyTextShadows()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/
H A DBUILD.gn186 "//third_party/skia/modules/skparagraph/src/TextShadow.cpp",
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.cpp125 …SpanType::Decoration, SpanType::LetterSpacing, SpanType::TextShadow, SpanType::LineHeight, SpanTyp…
133 { SpanType::TextShadow, JSSpanString::CreateJsTextShadowSpan },
442 case SpanType::TextShadow: in ParseJsSpanBase()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h40 TextShadow = 4, enumerator

12