Searched refs:sx (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeMatrixTest.cpp | 795 // 1. Call OH_Drawing_MatrixCreateScale 10 times with random numbers for sx, sy, px, and py, and ensure successful in HWTEST_F() 801 float sx = dis(gen); in HWTEST_F() local 805 OH_Drawing_Matrix *matrix = OH_Drawing_MatrixCreateScale(sx, sy, px, py); in HWTEST_F() 913 // 2. Call OH_Drawing_MatrixCreateScale 10 times with random numbers for sx, sy, px, and py in HWTEST_F() 918 float sx = dis(gen); in HWTEST_F() local 922 OH_Drawing_MatrixScale(matrix, sx, sy, px, py); in HWTEST_F() 1238 // 2. Call OH_Drawing_MatrixCreateScale 10 times, passing in random numbers for sx, sy, px, and py in HWTEST_F() 1243 float sx = dis(gen); in HWTEST_F() local 1247 OH_Drawing_MatrixPreScale(matrix, sx, sy, px, py); in HWTEST_F() 1572 // 2. Call OH_Drawing_MatrixCreateScale 10 times, passing in random numbers for sx, s in HWTEST_F() 1577 float sx = dis(gen); HWTEST_F() local [all...] |
Completed in 3 milliseconds