Searched refs:textLayoutAlgorithm (Results 1 – 6 of 6) sorted by relevance
1032 auto textLayoutAlgorithm = AceType::MakeRefPtr<TextLayoutAlgorithm>(); variable1033 EXPECT_FALSE(textLayoutAlgorithm == nullptr);1036 …textLayoutAlgorithm->MeasureContent(parentLayoutConstraint, AccessibilityManager::RawPtr(layoutWra…1038 textLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper));1039 textLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper));1084 auto textLayoutAlgorithm = AceType::MakeRefPtr<TextLayoutAlgorithm>(); variable1085 …textLayoutAlgorithm->MeasureContent(parentLayoutConstraint, AccessibilityManager::RawPtr(layoutWra…1086 textLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper));1087 textLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper));1131 auto textLayoutAlgorithm = AceType::MakeRefPtr<TextLayoutAlgorithm>(); variable[all …]
395 auto textLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable396 ASSERT_NE(textLayoutAlgorithm, nullptr);397 …ayoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(textLayoutAlgorithm));496 auto textLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable497 ASSERT_NE(textLayoutAlgorithm, nullptr);498 …ayoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(textLayoutAlgorithm));582 auto textLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable583 …ayoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(textLayoutAlgorithm));703 auto textLayoutAlgorithm = textFrameNode->GetPattern<TextPattern>()->CreateLayoutAlgorithm(); variable704 ASSERT_NE(textLayoutAlgorithm, nullptr);[all …]
320 …auto textLayoutAlgorithm = DynamicCast<TextLayoutAlgorithm>(textLayoutTextWrapper->GetLayoutAlgori… in GetLimitFontSize() local321 CHECK_NULL_RETURN(textLayoutAlgorithm, false); in GetLimitFontSize()322 auto limitTextStyle = textLayoutAlgorithm->GetTextStyle(); in GetLimitFontSize()
162 …auto textLayoutAlgorithm = DynamicCast<TextLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… in AnalysisLayoutOfContent() local163 CHECK_NULL_VOID(textLayoutAlgorithm); in AnalysisLayoutOfContent()170 GreatNotEqual(textLayoutAlgorithm->GetLineCount(), 1)) { in AnalysisLayoutOfContent()
109 auto textLayoutAlgorithm = textPattern->CreateLayoutAlgorithm(); in CreateChild() local111 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(textLayoutAlgorithm)); in CreateChild()
1925 …auto textLayoutAlgorithm = DynamicCast<TextLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… in OnDirtyLayoutWrapperSwap() local1926 CHECK_NULL_RETURN(textLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()1927 auto&& paragraph = textLayoutAlgorithm->GetParagraph(); in OnDirtyLayoutWrapperSwap()1934 baselineOffset_ = textLayoutAlgorithm->GetBaselineOffset(); in OnDirtyLayoutWrapperSwap()1936 textStyle_ = textLayoutAlgorithm->GetTextStyle(); in OnDirtyLayoutWrapperSwap()