Home
last modified time | relevance | path

Searched refs:RSParagraphBuilder (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Doverlay_modifier.h104 …auto builder = RSParagraphBuilder::CreateRosenBuilder(paraStyle, RSFontCollection::GetInstance(fal… in GetParagraph()
111 auto builder = RSParagraphBuilder::Create(paraStyle, RSFontCollection::Create()); in GetParagraph()
H A Dtxt_paragraph.h183 std::unique_ptr<RSParagraphBuilder> builder_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing.h144 using RSParagraphBuilder = rosen::TypographyCreate; variable
176 using RSParagraphBuilder = Rosen::TypographyCreate; variable
H A Ddrawing_mock.h99 using RSParagraphBuilder = Testing::TestingTypographyCreate; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.cpp63 …std::unique_ptr<RSParagraphBuilder> builder = RSParagraphBuilder::CreateRosenBuilder(style, fontCo… in GetTextParagraph()
65 std::unique_ptr<RSParagraphBuilder> builder = RSParagraphBuilder::Create(style, fontCollection); in GetTextParagraph()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp2033 std::unique_ptr<RSParagraphBuilder> builder = RSParagraphBuilder::Create(style, fontCollection); in MeasureTextMetrics()
2085 std::unique_ptr<RSParagraphBuilder> builder = RSParagraphBuilder::Create(style, fontCollection); in UpdateFillParagraph()
2153 std::unique_ptr<RSParagraphBuilder> builder = RSParagraphBuilder::Create(style, fontCollection); in UpdateStrokeParagraph()
2209 …std::unique_ptr<RSParagraphBuilder> shadowBuilder = RSParagraphBuilder::Create(style, fontCollecti… in UpdateStrokeShadowParagraph()