Home
last modified time | relevance | path

Searched defs:px (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/graphic/acts_drawing_native/
DDrawingNativeMatrixTest.cpp677 float px = dis(gen); variable
794 float px = dis(gen); variable
911 float px = dis(gen); variable
1118 float px = dis(gen); variable
1236 float px = dis(gen); variable
1453 float px = dis(gen); variable
1570 float px = dis(gen); variable
/test/testfwk/arkxtest/uitest/core/
Drect_algorithm.cpp30 array<int32_t, INDEX_FOUR> px = {ra.left_, ra.right_, rb.left_, rb.right_}; in ComputeIntersection() local
104 …static void CollectGridPoint(int32_t px, int32_t py, const Rect& rect, const vector<Rect>& overlay… in CollectGridPoint()
/test/testfwk/arkxtest/uitest/addon/
Dextension_executor.cpp174 static RetCode AtomicTouch(int32_t stage, int32_t px, int32_t py) in AtomicTouch()