Home
last modified time | relevance | path

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