Searched refs:pointThree (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeCanvasTestPart2.cpp | 517 OH_Drawing_Point2D pointThree = {500, 700}; in HWTEST_F() local 518 OH_Drawing_Point2D points2[3] = {pointOne, pointTwo, pointThree}; in HWTEST_F() 546 OH_Drawing_Point2D pointThree = {500, 700}; in HWTEST_F() local 547 OH_Drawing_Point2D points[3] = {pointOne, pointTwo, pointThree}; in HWTEST_F() 580 OH_Drawing_Point2D pointThree = {500, 700}; in HWTEST_F() local 581 OH_Drawing_Point2D points[3] = {pointOne, pointTwo, pointThree}; in HWTEST_F() 663 OH_Drawing_Point2D pointThree = {500, 700}; in HWTEST_F() local 664 OH_Drawing_Point2D points[3] = {pointOne, pointTwo, pointThree}; in HWTEST_F()
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | NativeDrawingCanvasTest.cpp | 205 OH_Drawing_Point2D pointThree={500, 700}; in HWTEST_F() local 206 OH_Drawing_Point2D points[POINT_PARAMETER] = {pointOne, pointTwo, pointThree}; in HWTEST_F()
|
Completed in 5 milliseconds