Searched refs:path14 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 613 OH_Drawing_Path* path14 = OH_Drawing_PathCreate(); variable 614 OH_Drawing_PathCubicTo(path14, 30, 40, 60, 0, 50, 20); 617 OH_Drawing_PathRCubicTo(path14, 30, 40, 60, 0, 50, 20); 618 … EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path14)->GetBounds().GetWidth(), 110.0)); 619 … EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path14)->GetBounds().GetHeight(), 60.0)); 620 OH_Drawing_PathDestroy(path14);
|