Home
last modified time | relevance | path

Searched refs:GetRects (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_paint_method.cpp47 …overlayMod->SetSelectedRects(pManager_->GetRects(selection.GetTextStart(), selection.GetTextEnd())… in UpdateOverlayModifier()
62 selectedRects = pManager_->GetRects(selection.GetTextStart(), selection.GetTextEnd()); in UpdateOverlayModifier()
H A Dparagraph_manager.h58 std::vector<RectF> GetRects(int32_t start, int32_t end,
H A Dparagraph_manager.cpp315 std::vector<RectF> ParagraphManager::GetRects(int32_t start, int32_t end, RectHeightPolicy rectHeig… in GetRects() function in OHOS::Ace::NG::ParagraphManager
H A Drich_editor_pattern.cpp2838 return paragraphs_.GetRects(start, end); in GetSelectedRects()
2947 std::vector<RectF> selectedRects = paragraphs_.GetRects(start, item->position); in HandleUserGestureEvent()
3030 std::vector<RectF> aiRects = paragraphs_.GetRects(aiSpan.start, aiSpan.end); in ClickAISpan()
4980 auto rects = paragraphs_.GetRects(previewTextRecord_.startOffset, previewTextRecord_.endOffset, in GetPreviewTextRects()
7625 …auto selectedRects = paragraphs_.GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()… in OnBackPressed()
7823 auto selectedRects = paragraphs_.GetRects(start, end); in OnBackPressed()
8021 …auto selectedRects = paragraphs_.GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()… in OnBackPressed()
8038 …auto selectedRects = paragraphs_.GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()… in OnBackPressed()
8084 …auto selectedRects = paragraphs_.GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()… in OnBackPressed()
9049 … auto selectRects = paragraphs_.GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()); in OnBackPressed()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp103 drawObscuredRects = pManager->GetRects(0, wideTextLength); in UpdateObscuredRects()
H A Dtext_pattern.cpp971 return pManager_->GetRects(start, end); in GetSelectedRects()
976 auto aiRects = pManager_->GetRects(aiSpan.start, aiSpan.end); in ClickAISpan()
1638 …auto selectedRects = pManager_->GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()); in IsDraggable()
2105 …auto selectedRects = pManager_->GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()); in GetLineHeight()
2112 return pManager_->GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()); in GetTextBoxes()
3687 auto selectedRects = pManager_->GetRects(start, item->position); in GetSelectionSpanItemIndex()