Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
H A Drect_algorithm.cpp30 array<int32_t, INDEX_FOUR> px = {ra.left_, ra.right_, rb.left_, rb.right_}; in ComputeIntersection() local
32 sort(px.begin(), px.end()); in ComputeIntersection()
34 result = {px[INDEX_ONE], px[INDEX_TWO], py[INDEX_ONE], py[INDEX_TWO]}; in ComputeIntersection()
104 static void CollectGridPoint(int32_t px, int32_t py, const Rect& rect, const vector<Rect>& overlays) in CollectGridPoint() argument
106 const auto point = Point(px, py); in CollectGridPoint()
H A Dui_model.h110 Point(int32_t px, int32_t py) : px_(px), py_(py){}; in Point()
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeMatrixTest.cpp592 // -360 degrees, and 45.5 degrees, px and py cover both decimals and integers in HWTEST_F()
680 // 2. OH_Drawing_MatrixRotate, passing in random numbers for degree, px, and py in HWTEST_F()
686 float px = dis(gen); in HWTEST_F() local
688 OH_Drawing_MatrixRotate(matrix, degree, px, py); in HWTEST_F()
795 // 1. Call OH_Drawing_MatrixCreateScale 10 times with random numbers for sx, sy, px, and py, and ensure successful in HWTEST_F()
803 float px = 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()
920 float px = dis(gen); in HWTEST_F() local
922 OH_Drawing_MatrixScale(matrix, sx, sy, px, p in HWTEST_F()
1127 float px = dis(gen); HWTEST_F() local
1245 float px = dis(gen); HWTEST_F() local
1462 float px = dis(gen); HWTEST_F() local
1579 float px = dis(gen); HWTEST_F() local
[all...]
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_c_api.h49 RetCode (*atomicTouch)(int32_t stage, int32_t px, int32_t py);
H A Dextension_executor.cpp174 static RetCode AtomicTouch(int32_t stage, int32_t px, int32_t py) in AtomicTouch() argument
178 auto touch = GenericAtomicAction(static_cast<ActionStage>(stage), Point(px, py)); in AtomicTouch()

Completed in 5 milliseconds