Searched refs:textFieldLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance
1345 auto textFieldLayoutAlgorithm = AceType::DynamicCast<TextFieldLayoutAlgorithm>(layoutAlgorithm); variable1349 auto width = textFieldLayoutAlgorithm->GetMaxIndent(&layoutWrapper, 100.0f);1355 …width = textFieldLayoutAlgorithm->GetMaxIndent(&layoutWrapper, std::numeric_limits<double>::infini…
592 …auto textFieldLayoutAlgorithm = DynamicCast<TextFieldLayoutAlgorithm>(layoutAlgorithmWrapper->GetL… in OnDirtyLayoutWrapperSwap() local593 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()