Home
last modified time | relevance | path

Searched refs:PathRMoveTo (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.h112 class PathRMoveTo : public TestBase {
114 explicit PathRMoveTo(int type) : TestBase(type) in PathRMoveTo() function
118 ~PathRMoveTo() override {}; in ~PathRMoveTo()
H A Dpath_test.cpp350 void PathRMoveTo::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp323 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<PathRMoveTo>(TestBase::DRAW_STYLE_COMP… in __anonec8024be6402()