Searched refs:textLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance
1035 auto textLayoutAlgorithm = AceType::MakeRefPtr<TextLayoutAlgorithm>(); variable1036 EXPECT_FALSE(textLayoutAlgorithm == nullptr);1040 …textLayoutAlgorithm->MeasureContent(parentLayoutConstraint, AccessibilityManager::RawPtr(layoutWra…1042 textLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper));1043 textLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper));1049 auto paragraph = textLayoutAlgorithm->GetParagraph();1093 auto textLayoutAlgorithm = AceType::MakeRefPtr<TextLayoutAlgorithm>(); variable1094 …textLayoutAlgorithm->MeasureContent(parentLayoutConstraint, AccessibilityManager::RawPtr(layoutWra…1095 textLayoutAlgorithm->Measure(AccessibilityManager::RawPtr(layoutWrapper));1096 textLayoutAlgorithm->Layout(AccessibilityManager::RawPtr(layoutWrapper));[all …]
389 auto textLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable390 ASSERT_NE(textLayoutAlgorithm, nullptr);391 …ayoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(textLayoutAlgorithm));490 auto textLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable491 ASSERT_NE(textLayoutAlgorithm, nullptr);492 …ayoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(textLayoutAlgorithm));576 auto textLayoutAlgorithm = textFrameNode->GetPattern<Pattern>()->CreateLayoutAlgorithm(); variable577 …ayoutWrapper->SetLayoutAlgorithm(AceType::MakeRefPtr<LayoutAlgorithmWrapper>(textLayoutAlgorithm));697 auto textLayoutAlgorithm = textFrameNode->GetPattern<TextPattern>()->CreateLayoutAlgorithm(); variable698 ASSERT_NE(textLayoutAlgorithm, nullptr);[all …]
946 …auto textLayoutAlgorithm = DynamicCast<TextLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… in OnDirtyLayoutWrapperSwap() local947 CHECK_NULL_RETURN(textLayoutAlgorithm, false); in OnDirtyLayoutWrapperSwap()948 auto paragraph = textLayoutAlgorithm->GetParagraph(); in OnDirtyLayoutWrapperSwap()954 paragraph_ = textLayoutAlgorithm->GetParagraph(); in OnDirtyLayoutWrapperSwap()955 baselineOffset_ = textLayoutAlgorithm->GetBaselineOffset(); in OnDirtyLayoutWrapperSwap()958 textStyle_ = textLayoutAlgorithm->GetTextStyle(); in OnDirtyLayoutWrapperSwap()
149 …auto textLayoutAlgorithm = DynamicCast<TextLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… in AnalysisLayoutOfContent() local150 CHECK_NULL_VOID(textLayoutAlgorithm); in AnalysisLayoutOfContent()
108 auto textLayoutAlgorithm = textPattern->CreateLayoutAlgorithm(); in CreateChild() local110 AccessibilityManager::MakeRefPtr<LayoutAlgorithmWrapper>(textLayoutAlgorithm)); in CreateChild()