Lines Matching defs:px
592 // -360 degrees, and 45.5 degrees, px and py cover both decimals and integers
680 // 2. OH_Drawing_MatrixRotate, passing in random numbers for degree, px, and py
686 float px = dis(gen);
688 OH_Drawing_MatrixRotate(matrix, degree, px, py);
795 // 1. Call OH_Drawing_MatrixCreateScale 10 times with random numbers for sx, sy, px, and py, and ensure successful
803 float px = dis(gen);
805 OH_Drawing_Matrix *matrix = OH_Drawing_MatrixCreateScale(sx, sy, px, py);
913 // 2. Call OH_Drawing_MatrixCreateScale 10 times with random numbers for sx, sy, px, and py
920 float px = dis(gen);
922 OH_Drawing_MatrixScale(matrix, sx, sy, px, py);
1033 // degrees, -360 degrees, and 45.5 degrees, px and py cover both decimals and integers
1121 // 2. OH_Drawing_MatrixPreRotate, pass in random numbers for degree, px, and py
1127 float px = dis(gen);
1129 OH_Drawing_MatrixPreRotate(matrix, degree, px, py);
1238 // 2. Call OH_Drawing_MatrixCreateScale 10 times, passing in random numbers for sx, sy, px, and py
1245 float px = dis(gen);
1247 OH_Drawing_MatrixPreScale(matrix, sx, sy, px, py);
1368 // degrees, -360 degrees, and 45.5 degrees, px and py cover decimals and integers
1456 // 2. OH_Drawing_MatrixPostRotate, pass in random numbers for degree, px, and py
1462 float px = dis(gen);
1464 OH_Drawing_MatrixPostRotate(matrix, degree, px, py);
1572 // 2. Call OH_Drawing_MatrixCreateScale 10 times, passing in random numbers for sx, sy, px, and py
1579 float px = dis(gen);
1581 OH_Drawing_MatrixPostScale(matrix, sx, sy, px, py);