Home
last modified time | relevance | path

Searched refs:GetTextParagraph (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.cpp53 std::unique_ptr<RSParagraph> GetTextParagraph(const std::string& text, const RSTextStyle& textStyle) in GetTextParagraph() function
89 auto paragraph = GetTextParagraph(newText, textStyle); in DrawCalendarText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drosen_render_calendar.cpp41 std::unique_ptr<txt::Paragraph> GetTextParagraph(const std::string& text, const txt::TextStyle& tex… in GetTextParagraph() function
45 std::unique_ptr<Rosen::Typography> GetTextParagraph(const std::string& text, const Rosen::TextStyle… in GetTextParagraph()
94 auto paragraph = GetTextParagraph(newText, textStyle); in GetTextParagraph()