Home
last modified time | relevance | path

Searched refs:ApplyIndent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp139 ApplyIndent(layoutWrapper, contentConstraint.maxSize.Width()); in InlineFocusMeasure()
165 ApplyIndent(layoutWrapper, contentConstraint.maxSize.Width()); in InlineMeasureContent()
220 void TextFieldLayoutAlgorithm::ApplyIndent(LayoutWrapper* layoutWrapper, double width) in ApplyIndent() function in OHOS::Ace::NG::TextFieldLayoutAlgorithm
337 ApplyIndent(layoutWrapper, contentConstraint.maxSize.Width()); in TextAreaMeasureContent()
365 ApplyIndent(layoutWrapper, contentConstraint.maxSize.Width()); in TextInputMeasureContent()
1187 ApplyIndent(layoutWrapper, maxSize.Width()); in CreateParagraphAndLayout()
H A Dtext_field_layout_algorithm.h188 void ApplyIndent(LayoutWrapper* layoutWrapper, double width);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.h67 … void ApplyIndent(ParagraphStyle& paragraphStyle, const RefPtr<Paragraph>& paragraph, double width,
H A Dmultiple_paragraph_layout_algorithm.cpp546 ApplyIndent(spanParagraphStyle, paragraph, maxWidth, textStyle); in UpdateParagraphBySpan()
694 void MultipleParagraphLayoutAlgorithm::ApplyIndent( in ApplyIndent() function in OHOS::Ace::NG::MultipleParagraphLayoutAlgorithm
H A Dtext_layout_algorithm.cpp489 ApplyIndent(paraStyle, paragraph, maxWidth, textStyle); in UpdateSingleParagraph()