Searched refs:wx (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c269 Position wx, wy; local
295 XmNx, &wx,
299 if (x != wx || y != wy) {
576 Position wx=0, wy=0; local
585 XtTranslateCoords(root, 0, 0, &wx, &wy);
586 lastx = wx + width;
589 if(pointerx>=wx && pointerx<=lastx && pointery>=wy && pointery<=lasty &&
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinTask.java536 Throwable wx = (Throwable)(noArgCtor.newInstance());
537 wx.initCause(ex);
538 return wx;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c868 int wx = xsdo->surfInfo.window.lox; local
870 pRasInfo->bounds.x1 = xsdo->surfInfo.visible.lox - wx;
872 pRasInfo->bounds.x2 = xsdo->surfInfo.visible.hix - wx;
940 int wx = xsdo->surfInfo.window.lox; local
942 pRasInfo->bounds.x1 = xsdo->surfInfo.visible.lox - wx;
944 pRasInfo->bounds.x2 = xsdo->surfInfo.visible.hix - wx;
954 int wx = xsdo->surfInfo.window.lox; local
957 (void *)(((uintptr_t) xsdo->surfInfo.basePtr) + (scan*wy + wx) * mult);
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java3972 double wx = x + w * securityWarningAlignmentX + securityWarningPointX;
3976 wx = Window.limit(wx,
3990 wx = Window.limit(wx,
3999 return new Point2D.Double(wx, wy);
/openjdk7/make/scripts/
H A Dwebrev.ksh1105 # Given the pathname of a file, find its location in a "wx" active file
1340 # Sets up webrev to source its information from a wx-formatted file.
1348 # If the wx file pathname is relative then make it absolute
1951 webrev [common-options] -w <wx file>
1962 -w <wxfile>: Use specified wx active file.
1999 [[ -z $WX ]] && WX=`look_for_prog wx`
2029 # We don't warn on the absence of 'wx' until later when we've
2293 # If the -w is given then assume the file list is in Bonwick's "wx"
2301 if [[ -r $CODEMGR_WS/wx/active ]]; then
2302 wxfile=$CODEMGR_WS/wx/activ
[all...]
/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
787 whiteX = wx/100000.0f;
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java551 float wx = adv.x;
560 gp.lineTo(x + wx, y + wy);
561 gp.lineTo(x + wx + hx, y + wy + hy);

Completed in 65 milliseconds