Searched defs:lastY (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCRobot.java166 private native void mouseEvent(int displayID, int lastX, int lastY, argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TrayIcon.cpp384 static int lastY = 0; local
390 if (lastComp != this || x != lastX || y != lastY) {
393 lastY = y;
H A Dawt_Component.cpp2416 static int lastY = 0; local
2423 if (lastComp != this || x != lastX || y != lastY) {
2426 lastY = y;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1470 jfloat lastX, lastY; local
1564 lastY = tCoords[3] = coords[index++] + transYf;
1575 lastY < UPPER_BND &&
1576 lastY > LOWER_BND)
1580 tCoords[1] = closeCoord[1] = lastY;
1587 tCoords[1] = lastY;
1599 lastY = tCoords[5] = coords[index++] + transYf;
1611 lastY < UPPER_BND &&
1612 lastY > LOWER_BND)
1616 tCoords[1] = closeCoord[1] = lastY;
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java60 static int lastX = 0, lastY = 0; field in class:XWindow
706 lastY = y;
823 Math.abs(lastY - y) < AWT_MULTICLICK_SMUDGE))) {
829 lastY = 0;

Completed in 67 milliseconds