Home
last modified time | relevance | path

Searched refs:PathTransformWithPerspectiveClip (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.h25 class PathTransformWithPerspectiveClip : public TestBase {
27PathTransformWithPerspectiveClip(int type, bool bClip) : TestBase(type), applyPerspectiveClip(bCli… in PathTransformWithPerspectiveClip() function
31 ~PathTransformWithPerspectiveClip() override {}; in ~PathTransformWithPerspectiveClip()
H A Dpath_test.cpp35 void PathTransformWithPerspectiveClip::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp297 … return std::make_shared<PathTransformWithPerspectiveClip>(TestBase::DRAW_STYLE_COMPLEX, false); in __anonec8024be5a02()