Home
last modified time | relevance | path

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

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeMatrixTest.cpp680 // 2. OH_Drawing_MatrixRotate, passing in random numbers for degree, px, and py in HWTEST_F()
685 float degree = dis(gen); in HWTEST_F() local
688 OH_Drawing_MatrixRotate(matrix, degree, px, py); in HWTEST_F()
1121 // 2. OH_Drawing_MatrixPreRotate, pass in random numbers for degree, px, and py in HWTEST_F()
1126 float degree = dis(gen); in HWTEST_F() local
1129 OH_Drawing_MatrixPreRotate(matrix, degree, px, py); in HWTEST_F()
1456 // 2. OH_Drawing_MatrixPostRotate, pass in random numbers for degree, px, and py in HWTEST_F()
1461 float degree = dis(gen); in HWTEST_F() local
1464 OH_Drawing_MatrixPostRotate(matrix, degree, px, py); in HWTEST_F()

Completed in 2 milliseconds