Searched refs:GetParagraphsRects (Results 1 – 3 of 3) sorted by relevance
60 std::vector<std::pair<std::vector<RectF>, TextDirection>> GetParagraphsRects(
342 std::vector<std::pair<std::vector<RectF>, TextDirection>> ParagraphManager::GetParagraphsRects( in GetParagraphsRects() function in OHOS::Ace::NG::ParagraphManager
134 auto rects = pManager->GetParagraphsRects(selection.GetTextStart(), selection.GetTextEnd()); in UpdateOverlayModifier()