Searched refs:targetY (Results 1 - 5 of 5) sorted by relevance
| /base/msdp/device_status/tools/vdev/src/ |
| H A D | virtual_mouse.cpp | 264 int32_t targetY = currentY + dy; in MoveProcess() local 265 FI_HILOGD("Expected coordinates, (targetX, targetY):(%{private}d, %{private}d)", targetX, targetY); in MoveProcess() 267 if ((targetX <= g_screenWidth && targetX >= 0) && (targetY <= g_screenHeight && targetY >= 0) && in MoveProcess() 273 if (targetX == currentX && targetY == currentY) { in MoveProcess() 276 Move(targetX - currentX, targetY - currentY); in MoveProcess()
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
| H A D | js_drawing_utils.h | 393 double targetY = 0; in GetDrawingPointYFromJsNumber() local 395 napi_get_value_double(env, objValue, &targetY) != napi_ok) { in GetDrawingPointYFromJsNumber() 398 point.SetY(targetY); in GetDrawingPointYFromJsNumber()
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
| H A D | napi_common.h | 325 double targetY = 0;
in GetPointYFromJsNumber() local 327 napi_get_value_double(env, objValue, &targetY) != napi_ok) {
in GetPointYFromJsNumber() 331 point.SetY(targetY);
in GetPointYFromJsNumber()
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | drag_controller.cpp | 434 int32_t targetY = moveDragProperty_->startPointRect_.posY_ + (posY - startPointPosY); in HandleMoveEvent() local 437 Rect newRect = { targetX, targetY, oriRect.width_, oriRect.height_ }; in HandleMoveEvent()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | [all...] |
Completed in 31 milliseconds