Home
last modified time | relevance | path

Searched refs:px2 (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp253 int32_t px2 = 0; in ParseCommand() local
260 (!StrToInt(argv[optind + 1], px2)) || in ParseCommand()
267 if ((px1 < 0) || (py1 < 0) || (px2 < 0) || (py2 < 0)) { in ParseCommand()
310 std::cout << " end coordinate: (" << px2 << ", " << py2 << ")" << std::endl; in ParseCommand()
336 item.SetDisplayX(NextPos(startTimeMs, currentTimeMs, totalTimeMs, px1, px2)); in ParseCommand()
345 px = px2; in ParseCommand()
586 int32_t px2 = 0; in ParseCommand() local
598 (!StrToInt(argv[optind + 1], px2)) || in ParseCommand()
604 if ((px1 < 0) || (py1 < 0) || (px2 < 0) || (py2 < 0)) { in ParseCommand()
623 std::cout << " end coordinate: (" << px2 << ", " << py in ParseCommand()
973 int32_t px2 = 0; ParseCommand() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp486 double px2 = 0.0; in OnCubicTo() local
487 GET_DOUBLE_PARAM(ARGC_TWO, px2); in OnCubicTo()
495 JS_CALL_DRAWING_FUNC(m_path->CubicTo(Point(px1, py1), Point(px2, py2), Point(px3, py3))); in OnCubicTo()
599 double px2 = 0.0; in OnRCubicTo() local
600 GET_DOUBLE_PARAM(ARGC_TWO, px2); in OnRCubicTo()
608 m_path->RCubicTo(px1, py1, px2, py2, px3, py3); in OnRCubicTo()

Completed in 5 milliseconds