Searched refs:path14 (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeDrawingPathTest.cpp | 538 OH_Drawing_Path* path14 = OH_Drawing_PathCreate(); in HWTEST_F() local 539 OH_Drawing_PathCubicTo(path14, 30, 40, 60, 0, 50, 20); in HWTEST_F() 540 OH_Drawing_PathRCubicTo(path14, 30, 40, 60, 0, 50, 20); in HWTEST_F() 541 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path14)->GetBounds().GetWidth(), 110.0)); in HWTEST_F() 542 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path14)->GetBounds().GetHeight(), 60.0)); in HWTEST_F() 543 OH_Drawing_PathDestroy(path14); in HWTEST_F()
|
Completed in 2 milliseconds