Home
last modified time | relevance | path

Searched refs:TestDrawStar (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dpath_test.h38 static void TestDrawStar(Canvas& canvas, uint32_t width, uint32_t height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_test.cpp23 void PathTest::TestDrawStar(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawStar() function in OHOS::Rosen::Drawing::PathTest
73 testFuncVec.push_back(TestDrawStar); in PathTestCase()