Home
last modified time | relevance | path

Searched defs:hasShadow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_text_style.h73 virtual bool hasShadow() const in hasShadow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp1001 …nderCustomPaint::PaintText(const Offset& offset, double x, double y, bool isStroke, bool hasShadow) in PaintText()
2021 const Offset& offset, const std::string& text, bool isStroke, bool hasShadow) in UpdateParagraph()
2092 const Offset& offset, bool isStroke, txt::TextStyle& txtStyle, bool hasShadow)
H A Drosen_render_offscreen_canvas.cpp2130 …screenCanvas::PaintText(const std::string& text, double x, double y, bool isStroke, bool hasShadow) in PaintText()
2223 const std::string& text, bool isStroke, const PaintState& state, bool hasShadow) in UpdateOffParagraph()
2303 …OffscreenCanvas::UpdateTextStyleForeground(bool isStroke, txt::TextStyle& txtStyle, bool hasShadow) in UpdateTextStyleForeground()