Searched refs:wy (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c269 Position wx, wy; local
296 XmNy, &wy,
299 if (x != wx || y != wy) {
576 Position wx=0, wy=0; local
585 XtTranslateCoords(root, 0, 0, &wx, &wy);
587 lasty = wy + height;
589 if(pointerx>=wx && pointerx<=lastx && pointery>=wy && pointery<=lasty &&
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c869 int wy = xsdo->surfInfo.window.loy; local
871 pRasInfo->bounds.y1 = xsdo->surfInfo.visible.loy - wy;
873 pRasInfo->bounds.y2 = xsdo->surfInfo.visible.hiy - wy;
941 int wy = xsdo->surfInfo.window.loy; local
943 pRasInfo->bounds.y1 = xsdo->surfInfo.visible.loy - wy;
945 pRasInfo->bounds.y2 = xsdo->surfInfo.visible.hiy - wy;
955 int wy = xsdo->surfInfo.window.loy; local
957 (void *)(((uintptr_t) xsdo->surfInfo.basePtr) + (scan*wy + wx) * mult);
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java3973 double wy = y + h * securityWarningAlignmentY + securityWarningPointY;
3979 wy = Window.limit(wy,
3994 wy = Window.limit(wy,
3999 return new Point2D.Double(wx, wy);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java786 Chromaticities(int wx, int wy, int rx, int ry, int gx, int gy, int bx, int by) { argument
788 whiteY = wy/100000.0f;
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java552 float wy = adv.y;
560 gp.lineTo(x + wx, y + wy);
561 gp.lineTo(x + wx + hx, y + wy + hy);

Completed in 78 milliseconds