Searched refs:GetTightRectsForRange (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_paragraph.h | 63 …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 D | paragraph_manager.cpp | 327 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 D | txt_paragraph.h | 129 …void GetTightRectsForRange(int32_t start, int32_t end, std::vector<RectF>& selectedRects) override;
|
H A D | txt_paragraph.cpp | 660 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 D | paragraph.h | 251 …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 D | rich_editor_pattern_test_ng.cpp | 1757 …EXPECT_CALL(*paragraph, GetTightRectsForRange(_, _, _)).WillRepeatedly(SetArgReferee<2>(firstRects…
|