Searched refs:xe (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFramePeer.java141 XConfigureEvent xe = xev.get_xconfigure();
143 xembedLog.fine(xe.toString());
149 checkIfOnNewScreen(toGlobal(new Rectangle(xe.get_x(),
150 xe.get_y(),
151 xe.get_width(),
152 xe.get_height())));
157 x = xe.get_x();
158 y = xe.get_y();
159 width = xe.get_width();
160 height = xe
[all...]
H A DXWarningWindow.java257 XExposeEvent xe = xev.get_xexpose();
258 final int x = xe.get_x();
259 final int y = xe.get_y();
260 final int width = xe.get_width();
261 final int height = xe.get_height();
H A DXDecoratedPeer.java299 XReparentEvent xe = xev.get_xreparent();
300 if (insLog.isLoggable(PlatformLogger.FINE)) insLog.fine(xe.toString());
301 reparent_serial = xe.get_serial();
316 } else if (xe.get_parent() == root) {
350 correctWM = XWM.getWM().getInsets(this, xe.get_window(), xe.get_parent());
647 XConfigureEvent xe = xev.get_xconfigure();
648 insLog.fine("Configure notify {0}", xe);
656 && (xe.get_serial() == reparent_serial || xe
[all...]
H A DMotifDnDDragSourceProtocol.java79 } catch (XException xe) {
81 throw xe;
H A DXBaseWindow.java1019 XConfigureEvent xe = xev.get_xconfigure();
1020 insLog.finer("Configure, {0}", xe);
1021 x = xe.get_x();
1022 y = xe.get_y();
1023 width = xe.get_width();
1024 height = xe.get_height();
H A DXDragSourceContextPeer.java170 } catch (XException xe) {
172 new InvalidDnDOperationException().initCause(xe);
321 } catch (XException xe) {
H A DXConstants.java470 public static final int GXnand = 0xe ; /* NOT src OR NOT dst */
H A DXWindow.java542 XExposeEvent xe = xev.get_xexpose();
546 int x = xe.get_x();
547 int y = xe.get_y();
548 int w = xe.get_width();
549 int h = xe.get_height();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DMapPropertyInfoImpl.java58 XmlElementWrapper xe = seed.readAnnotation(XmlElementWrapper.class);
59 xmlName = calcXmlName(xe);
60 nil = xe!=null && xe.nillable();
H A DElementPropertyInfoImpl.java96 XmlElement xe = seed.readAnnotation(XmlElement.class);
99 if(xe!=null && xes!=null) {
103 xe.annotationType().getName(), xes.annotationType().getName()),
104 xe, xes ));
109 if(xe!=null)
110 ann = new XmlElement[]{xe};
H A DEnumLeafInfoImpl.java104 XmlEnum xe = builder.reader.getClassAnnotation(XmlEnum.class, clazz, this);
105 if(xe!=null) {
106 T base = builder.reader.getClassValue(xe, "value");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTXW.java48 XmlElement xe = c.getAnnotation(XmlElement.class);
49 if(xe!=null) {
50 localName = xe.value();
51 nsUri = xe.ns();
H A DContainerElement.java127 XmlElement xe = method.getAnnotation(XmlElement.class);
131 if(xv!=null || xe!=null)
138 if(xe!=null)
145 return addElement(xe,method,args);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DCubicCurve2D.java1205 double xe = getRootUpperBound(eqn);
1206 double x0 = -xe;
1214 res[2] = refineRootWithHint(eqn, intervals[1], xe, res[2]);
1219 // fx0 = solveEqn(eqn, 3, x0); fxe = solveEqn(eqn, 3, xe)
1239 res[0] = bisectRootWithHint(eqn, x1, xe, res[2]);
1245 res[0] = bisectRootWithHint(eqn, x0, xe, res[1]);
1306 private static double bisectRootWithHint(double[] eqn, double x0, double xe, double hint) { argument
1308 double delta2 = Math.min(abs(hint - xe) / 64, 0.0625);
1318 xe = xe2;
1333 return bisectRoot(eqn, x0, xe);
1336 bisectRoot(double[] eqn, double x0, double xe) argument
[all...]
H A DArc2D.java1077 double xe = Math.cos(rads);
1079 x1 = Math.min(x1, xe);
1081 x2 = Math.max(x2, xe);
1397 double xe = xc + halfW * Math.cos(angle);
1399 if (origrect.intersectsLine(xc, yc, xe, ye)) {
1403 xe = xc + halfW * Math.cos(angle);
1405 return !origrect.intersectsLine(xc, yc, xe, ye);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java392 final float xe = tosubpixx(x3);
394 c.set(x0, y0, tosubpixx(x1), tosubpixy(y1), tosubpixx(x2), tosubpixy(y2), xe, ye);
395 curveBreakIntoLinesAndAdd(x0, y0, c, xe, ye);
396 x0 = xe;
401 final float xe = tosubpixx(x2);
403 c.set(x0, y0, tosubpixx(x1), tosubpixy(y1), xe, ye);
404 quadBreakIntoLinesAndAdd(x0, y0, c, xe, ye);
405 x0 = xe;
/openjdk7/jdk/test/sun/nio/cs/
H A DTestCp834_SBCS.java61 if (i != 0xe && i != 0xf) { // no SI/SO
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DXmlSupport.java349 Element xe = (Element)
351 xe.setAttribute("key", (String) e.getKey());
352 xe.setAttribute("value", (String) e.getValue());
/openjdk7/jdk/test/java/util/EnumSet/
H A DBogusEnumSet.java43 0x6c, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x53, 0x65, 0x74, 0xe,
54 0x0, 0x0, 0x0, 0x12, 0x0, 0x0, 0x78, 0x72, 0x0, 0xe, 0x6a, 0x61,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DStAXSource.java197 } catch(XMLStreamException xe) {
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c573 jint xe = (jint)(coords[4]*MDP_MULT); local
609 jint dx = xe - x0;
648 /* Bounding x2 by xe */
649 if (((xe-x2)^dx) < 0) {
650 x2 = xe;
662 /* We are performing one step less than necessary and use actual (xe,ye)
667 hnd->pProcessFixedLine(hnd, x2, y2, xe, ye, pixelInfo, checkBounds,
1001 jint xe = (jint)(coords[6]*MDP_MULT); local
1054 jint dx = xe - x0;
1110 * (xe,y
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java676 int xe = (int)(coords[4]*MDP_MULT);
710 int dx = xe - x0;
751 /* Bounding x2 by xe */
752 if (((xe-x2)^dx) < 0) {
753 x2 = xe;
765 * (xe,ye) endpoint of the curve instead of calculated. This prevent us
770 hnd.processFixedLine(x2, y2, xe, ye, pixelInfo, checkBounds, false);
995 int xe = (int)(coords[6]*MDP_MULT);
1046 int dx = xe - x0;
1086 /* Performing one step less than necessary and use actual (xe,y
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java310 private SAXException toSAXException( XNIException xe ) {
311 Exception e = xe.getException();
312 if( e==null ) e = xe;
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DTestIBMDB.java535 {1, 0x0e, 0x41, 0x41, 0xe}, // in DBSC, no SO
536 {2, 0x0e, 0x40, 0x41, 0xe}, // illegal DB
/openjdk7/jdk/test/java/awt/event/KeyEvent/KeyTyped/
H A DCtrlASCII.java126 keycharHash.put( (char)0xe , KeyEvent.VK_N ); /*78,x4e*/
160 //keycharHash.put( (char)0xe , KeyEvent.VK_n );/*110,x6e*/

Completed in 88 milliseconds

12