Searched refs:lastX (Results 1 - 9 of 9) 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/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/share/classes/sun/java2d/loops/
H A DProcessPath.java1476 float lastX, lastY;
1545 lastX = tCoords[2] = coords[0] + transXf;
1555 if (lastX < UPPER_BND &&
1556 lastX > LOWER_BND &&
1561 tCoords[0] = closeCoord[0] = lastX;
1568 tCoords[0] = lastX;
1576 lastX = tCoords[4] = coords[2] + transXf;
1587 if (lastX < UPPER_BND &&
1588 lastX > LOWER_BND &&
1593 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;
/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_PrintJob.cpp2312 jfloat lastX = *inGlyphPos++;
2320 jfloat xAdvance = thisX - lastX + errorX;
2334 lastX = thisX;
H A Dawt_Component.cpp2415 static int lastX = 0; local
2423 if (lastComp != this || x != lastX || y != lastY) {
2425 lastX = x;
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java1699 int lastX = wPrinterJob.getPenX();
1701 float c1x = lastX + (segment[0] - lastX) * 2 / 3;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1868 float lastX = getPenX();
1870 float c1x = lastX + (segment[0] - lastX) * 2 / 3;

Completed in 111 milliseconds