Home
last modified time | relevance | path

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

/test/xts/acts/graphic/acts_drawing_native/
DDrawingNativeMatrixTest.cpp774 float py = dis(gen); variable
915 float py = dis(gen); variable
1046 float py = dis(gen); variable
1289 float py = dis(gen); variable
1421 float py = dis(gen); variable
1676 float py = dis(gen); variable
1807 float py = dis(gen); variable
/test/testfwk/arkxtest/uitest/core/
Drect_algorithm.cpp31 array<int32_t, INDEX_FOUR> py = {ra.top_, ra.bottom_, rb.top_, rb.bottom_}; 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()