Searched refs:py2 (Results 1 - 2 of 2) sorted by relevance
/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | input_manager_command.cpp | 254 int32_t py2 = 0; in ParseCommand() local 261 (!StrToInt(argv[optind + 2], py2))) { 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() 337 item.SetDisplayY(NextPos(startTimeMs, currentTimeMs, totalTimeMs, py1, py2)); in ParseCommand() 346 py = py2; in ParseCommand() 587 int32_t py2 = 0; in ParseCommand() local 599 (!StrToInt(argv[optind + 2], py2))) { in ParseCommand() 604 if ((px1 < 0) || (py1 < 0) || (px2 < 0) || (py2 < 0)) { in ParseCommand() 623 std::cout << " end coordinate: (" << px2 << ", " << py2 << ")" << st in ParseCommand() 974 int32_t py2 = 0; ParseCommand() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/ |
H A D | js_path.cpp | 488 double py2 = 0.0; in OnCubicTo() local 489 GET_DOUBLE_PARAM(ARGC_THREE, py2); in OnCubicTo() 495 JS_CALL_DRAWING_FUNC(m_path->CubicTo(Point(px1, py1), Point(px2, py2), Point(px3, py3))); in OnCubicTo() 601 double py2 = 0.0; in OnRCubicTo() local 602 GET_DOUBLE_PARAM(ARGC_THREE, py2); in OnRCubicTo() 608 m_path->RCubicTo(px1, py1, px2, py2, px3, py3); in OnRCubicTo()
|
Completed in 7 milliseconds