Home
last modified time | relevance | path

Searched defs:paragraphTxt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp284 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(GetParagraph()); in GetLineCount() local
821 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(GetParagraph()); in SetIndents() local
834 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(paragrah); in GetWordBoundary() local
836 auto* paragraphTxt = static_cast<OHOS::Rosen::Typography*>(paragrah); in GetWordBoundary() local
928 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(GetParagraph()); in GetLineMetricsByRectF() local
958 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(GetParagraph()); in GetLineMetrics() local
998 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(GetParagraph()); in GetPaintRegion() local
1055 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(GetParagraph()); in GetLineMetricsByCoordinate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp379 auto paragraphTxt = static_cast<txt::ParagraphTxt*>(paragraph_.get()); in GetTextLines() local
585 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(paragraph_.get()); in GetTextWidth() local
601 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(paragraph_.get()); in DidExceedMaxLines() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp850 auto* paragraphTxt = static_cast<txt::ParagraphTxt*>(paragraph.get()); in MeasureTextSizeInner() local
852 auto* paragraphTxt = static_cast<Rosen::Typography*>(paragraph.get()); in MeasureTextSizeInner() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp743 auto paragraphTxt = static_cast<txt::ParagraphTxt*>(paragraph_.get()); local