Home
last modified time | relevance | path

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