Home
last modified time | relevance | path

Searched refs:path9 (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingPathTest.cpp451 OH_Drawing_Path* path9 = OH_Drawing_PathCreate(); in HWTEST_F() local
453 OH_Drawing_PathAddOvalWithInitialPoint(path9, rect, 10, PATH_DIRECTION_CW); in HWTEST_F()
454 OH_Drawing_PathClose(path9); in HWTEST_F()
455 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path9)->GetBounds().GetWidth(), 500.0)); in HWTEST_F()
456 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path9)->GetBounds().GetHeight(), 300.0)); in HWTEST_F()
457 OH_Drawing_PathDestroy(path9); in HWTEST_F()

Completed in 1 milliseconds