Searched refs:GetPointWithTransform (Results 1 – 7 of 7) sorted by relevance
32 MOCK_METHOD1(GetPointWithTransform, void(PointF&));
230 …EXPECT_CALL(*mockRenderContext, GetPointWithTransform(_)).WillRepeatedly(DoAll(SetArgReferee<0>(lo…240 EXPECT_CALL(*mockRenderContextforChild, GetPointWithTransform(_))261 EXPECT_CALL(*mockRenderContextforChild, GetPointWithTransform(_))
105 EXPECT_CALL(*mockRenderContextforChild, GetPointWithTransform(_))1048 EXPECT_CALL(*mockRenderContextforChild, GetPointWithTransform(_))
365 virtual void GetPointWithTransform(PointF& point) {} in GetPointWithTransform() function
306 void GetPointWithTransform(PointF& point) override;
2211 void RosenRenderContext::GetPointWithTransform(PointF& point) in GetPointWithTransform() function in OHOS::Ace::NG::RosenRenderContext
2723 renderContext_->GetPointWithTransform(tmp); in TouchTest()3072 renderContext_->GetPointWithTransform(localPoint); in AxisTest()