Searched refs:endPy (Results 1 - 2 of 2) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_action.cpp | 189 auto endPy = pointers_.At(finger, pointers_.GetSteps() - 1).point_.py_; in Decompose() local 192 matrix.PushAction(TouchEvent {ActionStage::MOVE, {endPx, endPy}, timeOffsetMs, endStayTime}); in Decompose() 193 matrix.PushAction(TouchEvent {ActionStage::UP, {endPx, endPy}, timeOffsetMs, intervalMs}); in Decompose()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 1041 double endPy = 0.0; in OnDrawLine() local 1042 GET_DOUBLE_PARAM(ARGC_THREE, endPy); in OnDrawLine() 1045 m_canvas->DrawLine(Point(startPx, startPy), Point(endPx, endPy)); in OnDrawLine()
|
Completed in 5 milliseconds