Home
last modified time | relevance | path

Searched defs:TextShadow (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
Dtext_style.h65 struct TextShadow { struct
74 bool operator ==(TextShadow const& rhs) const; argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
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
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
Dtext_style.h58 struct RS_EXPORT TextShadow { struct
63 TextShadow(); argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
Dspan_object.h40 TextShadow = 4, enumerator