Home
last modified time | relevance | path

Searched refs:PathRCubicTo (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.h160 class PathRCubicTo : public TestBase {
162 explicit PathRCubicTo(int type) : TestBase(type) in PathRCubicTo() function
166 ~PathRCubicTo() override {}; in ~PathRCubicTo()
H A Dpath_test.cpp411 void PathRCubicTo::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp331 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<PathRCubicTo>(TestBase::DRAW_STYLE_COM… in __anonec8024be6802()