Home
last modified time | relevance | path

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

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