Searched refs:path6 (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeDrawingPathLargeValueTest.cpp | 143 OH_Drawing_Path* path6 = OH_Drawing_PathCreate(); in HWTEST_F() local 144 OH_Drawing_PathCubicTo(path6, 30, 40, 60, 0, 2160, 4096); in HWTEST_F() 145 OH_Drawing_PathCubicTo(path6, -30, 40, 60, -30.6f, 50, -20); in HWTEST_F() 146 OH_Drawing_PathDestroy(path6); in HWTEST_F()
|
H A D | NativeDrawingPathTest.cpp | 143 OH_Drawing_Path* path6 = OH_Drawing_PathCreate(); in HWTEST_F() local 144 OH_Drawing_PathCubicTo(path6, 30, 40, 60, 0, 50, 20); in HWTEST_F() 145 OH_Drawing_PathCubicTo(path6, -30, 40, 60, -30.6f, 50, -20); in HWTEST_F() 146 OH_Drawing_PathDestroy(path6); in HWTEST_F()
|
Completed in 2 milliseconds