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 D | text_field_layout_algorithm.cpp | 139 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 D | text_field_layout_algorithm.h | 188 void ApplyIndent(LayoutWrapper* layoutWrapper, double width);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | multiple_paragraph_layout_algorithm.h | 67 … void ApplyIndent(ParagraphStyle& paragraphStyle, const RefPtr<Paragraph>& paragraph, double width,
|
H A D | multiple_paragraph_layout_algorithm.cpp | 546 ApplyIndent(spanParagraphStyle, paragraph, maxWidth, textStyle); in UpdateParagraphBySpan() 694 void MultipleParagraphLayoutAlgorithm::ApplyIndent( in ApplyIndent() function in OHOS::Ace::NG::MultipleParagraphLayoutAlgorithm
|
H A D | text_layout_algorithm.cpp | 489 ApplyIndent(paraStyle, paragraph, maxWidth, textStyle); in UpdateSingleParagraph()
|