Searched defs:lastX (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.cpp383 static int lastX = 0; local
390 if (lastComp != this || x != lastX || y != lastY) {
392 lastX = x;
H A Dawt_Component.cpp2415 static int lastX = 0; local
2423 if (lastComp != this || x != lastX || y != lastY) {
2425 lastX = x;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1470 jfloat lastX, lastY; local
1563 lastX = tCoords[2] = coords[index++] + transXf;
1573 if (lastX < UPPER_BND &&
1574 lastX > LOWER_BND &&
1579 tCoords[0] = closeCoord[0] = lastX;
1586 tCoords[0] = lastX;
1598 lastX = tCoords[4] = coords[index++] + transXf;
1609 if (lastX < UPPER_BND &&
1610 lastX > LOWER_BND &&
1615 tCoords[0] = closeCoord[0] = lastX;
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java60 static int lastX = 0, lastY = 0; field in class:XWindow
705 lastX = x;
822 (Math.abs(lastX - x) < AWT_MULTICLICK_SMUDGE &&
828 lastX = 0;

Completed in 66 milliseconds