Searched refs:PathTransformWithPerspectiveClip (Results 1 – 3 of 3) sorted by relevance
25 class PathTransformWithPerspectiveClip : public TestBase {27 …PathTransformWithPerspectiveClip(int type, bool bClip) : TestBase(type), applyPerspectiveClip(bCli… in PathTransformWithPerspectiveClip() function31 ~PathTransformWithPerspectiveClip() override {}; in ~PathTransformWithPerspectiveClip()
35 void PathTransformWithPerspectiveClip::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
297 … return std::make_shared<PathTransformWithPerspectiveClip>(TestBase::DRAW_STYLE_COMPLEX, false); in __anonec8024be5a02()