Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
Dtext_field_pattern_testnine.cpp1345 auto textFieldLayoutAlgorithm = AceType::DynamicCast<TextFieldLayoutAlgorithm>(layoutAlgorithm); variable
1349 auto width = textFieldLayoutAlgorithm->GetMaxIndent(&layoutWrapper, 100.0f);
1355 …width = textFieldLayoutAlgorithm->GetMaxIndent(&layoutWrapper, std::numeric_limits<double>::infini…
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_pattern.cpp592 …auto textFieldLayoutAlgorithm = DynamicCast<TextFieldLayoutAlgorithm>(layoutAlgorithmWrapper->GetL… in OnDirtyLayoutWrapperSwap() local
593 CHECK_NULL_RETURN(textFieldLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()
594 auto paragraph = textFieldLayoutAlgorithm->GetParagraph(); in OnDirtyLayoutWrapperSwap()
603 auto textRect = textFieldLayoutAlgorithm->GetTextRect(); in OnDirtyLayoutWrapperSwap()
621 inlineMeasureItem_ = textFieldLayoutAlgorithm->GetInlineMeasureItem(); in OnDirtyLayoutWrapperSwap()
661 textParagraphIndent_ = textFieldLayoutAlgorithm->GetTextIndent(); in OnDirtyLayoutWrapperSwap()