Searched refs:GetPointTransform (Results 1 – 8 of 8) sorted by relevance
201 renderContext->GetPointTransform(tmp); in CaculatePoint()208 renderContext->GetPointTransform(tmpPos); in CaculatePoint()
37 MOCK_METHOD1(GetPointTransform, void(PointF&));
458 renderContext->GetPointTransform(pointElement); in GetGlobalPointsWithTransform()800 renderContext->GetPointTransform(point); in CheckHandleCanPaintInHost()804 renderContext->GetPointTransform(point); in CheckHandleCanPaintInHost()
1151 EXPECT_CALL(*mockRenderContext, GetPointTransform(_)).WillRepeatedly([](PointF& point) { in __anon3e9d21401202()1183 EXPECT_CALL(*mockRenderContext, GetPointTransform(_)).WillRepeatedly([](PointF& point) { in __anon3e9d21401402()
367 virtual void GetPointTransform(PointF& point) {} in GetPointTransform() function
302 void GetPointTransform(PointF& point) override;
2192 void RosenRenderContext::GetPointTransform(PointF& point) in GetPointTransform() function in OHOS::Ace::NG::RosenRenderContext
10052 renderContext->GetPointTransform(convertPoint); in OnBackPressed()