Home
last modified time | relevance | path

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

/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingPathTest.cpp555 OH_Drawing_Path* path15 = OH_Drawing_PathCreate(); in HWTEST_F() local
556 OH_Drawing_PathAddRect(path15, 100, 500, 500, 100, PATH_DIRECTION_CW); in HWTEST_F()
558 OH_Drawing_PathTransformWithPerspectiveClip(path15, matrix, path15, true); in HWTEST_F()
559 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path15)->GetBounds().GetWidth(), 400.0)); in HWTEST_F()
560 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path15)->GetBounds().GetHeight(), 400.0)); in HWTEST_F()
561 OH_Drawing_PathDestroy(path15); in HWTEST_F()

Completed in 2 milliseconds