Home
last modified time | relevance | path

Searched refs:GetPointWithRevert (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_context.h38 MOCK_METHOD1(GetPointWithRevert, void(PointF&));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_base.cpp103 renderContext->GetPointWithRevert(localPoint); in RevertLocalPointWithTransform()
H A Dbase_text_select_overlay.cpp577 renderContext->GetPointWithRevert(localPoint); in RevertLocalPointWithTransform()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp1214 EXPECT_CALL(*mockRenderContext, GetPointWithRevert(_)).WillRepeatedly([](PointF& point) { in __anon3e9d21401602()
1247 EXPECT_CALL(*mockRenderContext, GetPointWithRevert(_)).WillRepeatedly([](PointF& point) { in __anon3e9d21401802()
1280 EXPECT_CALL(*mockRenderContext, GetPointWithRevert(_)).WillRepeatedly([](PointF& point) { in __anon3e9d21401a02()
1311 EXPECT_CALL(*mockRenderContext, GetPointWithRevert(_)).WillRepeatedly([](PointF& point) { in __anon3e9d21401c02()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp196 renderContext->GetPointWithRevert(selfPoint); in CreateNodeSearchInfo()
278 renderContext->GetPointWithRevert(selfPoint); in HoverTestRecursive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h363 virtual void GetPointWithRevert(PointF& point) {} in GetPointWithRevert() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h300 void GetPointWithRevert(PointF& point) override;
H A Drosen_render_context.cpp2183 void RosenRenderContext::GetPointWithRevert(PointF& point) in GetPointWithRevert() function in OHOS::Ace::NG::RosenRenderContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp983 renderContext->GetPointWithRevert(temp); in ConvertPointRelativeToNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4853 renderContext->GetPointWithRevert(revertPoint); in CollectTouchInfos()