Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_paragraph.h63 …MOCK_METHOD3(GetTightRectsForRange, void(int32_t start, int32_t end, std::vector<RectF>& selectedR…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp327 info.paragraph->GetTightRectsForRange(relativeStart, end - info.start, rects); in GetRects()
355 info.paragraph->GetTightRectsForRange(relativeStart, end - info.start, rects); in GetParagraphsRects()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.h129 …void GetTightRectsForRange(int32_t start, int32_t end, std::vector<RectF>& selectedRects) override;
H A Dtxt_paragraph.cpp660 void TxtParagraph::GetTightRectsForRange(int32_t start, int32_t end, std::vector<RectF>& selectedRe… in GetTightRectsForRange() function in OHOS::Ace::NG::TxtParagraph
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h251 …virtual void GetTightRectsForRange(int32_t start, int32_t end, std::vector<RectF>& selectedRects) …
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1757 …EXPECT_CALL(*paragraph, GetTightRectsForRange(_, _, _)).WillRepeatedly(SetArgReferee<2>(firstRects…