Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp45 bool TxtParagraph::IsValid() in IsValid()
50 void TxtParagraph::CreateBuilder() in CreateBuilder()
111 void TxtParagraph::PopStyle() in PopStyle()
171 void TxtParagraph::Build() in Build()
185 TxtParagraph::~TxtParagraph() in ~TxtParagraph()
195 void TxtParagraph::Reset() in Reset()
210 float TxtParagraph::GetHeight() in GetHeight()
217 float TxtParagraph::GetTextWidth() in GetTextWidth()
249 float TxtParagraph::GetLongestLine() in GetLongestLine()
267 float TxtParagraph::GetMaxWidth() in GetMaxWidth()
[all …]
H A Dtxt_paragraph.h35 class TxtParagraph : public Paragraph {
36 DECLARE_ACE_TYPE(NG::TxtParagraph, NG::Paragraph) in DECLARE_ACE_TYPE() argument
40TxtParagraph(const ParagraphStyle& paraStyle, std::shared_ptr<txt::FontCollection> fontCollection) in DECLARE_ACE_TYPE()
44 TxtParagraph(void* paragraph) : hasExternalParagraph_(true) in TxtParagraph() function
50 TxtParagraph(const ParagraphStyle& paraStyle, std::shared_ptr<RSFontCollection> fontCollection)
54 TxtParagraph(void* paragraph)
90 ~TxtParagraph() override;
193 ACE_DISALLOW_COPY_AND_MOVE(TxtParagraph);