Home
last modified time | relevance | path

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

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