Searched defs:point (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/awt/
H A DDefaultMouseInfoPeer.java40 public native int fillPointWithCoords(Point point); argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWMouseInfoPeer.java39 public int fillPointWithCoords(Point point) { argument
43 point.x = cursorPos.x;
44 point.y = cursorPos.y;
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6827032.java43 private static volatile Point point; field in class:Test6827032
65 point = previewPanel.getLocationOnScreen();
69 point.translate(5, 5);
71 robot.mouseMove(point.x, point.y);
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DMouseInfoPeer.java44 * This method does two things: it fills the point fields with
59 int fillPointWithCoords(Point point); argument
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DLayoutPath.java45 * Convert a point in user space to a location relative to the
47 * from the point to the path (e.g., the magnitude of the offset
50 * @param point the point to convert. If it is not the same
51 * object as location, point will remain unmodified by this call.
53 * It can be the same object as point.
54 * @return true if the point is associated with the portion of the
58 * @throws NullPointerException if point or location is null
61 public abstract boolean pointToPath(Point2D point, Point2D location); argument
64 * Convert a location relative to the path to a point i
82 pathToPoint(Point2D location, boolean preceding, Point2D point) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/awt/
H A DSecurityWarning.java98 * The {@code point} argument specifies the location of the security
100 * {@code y} coordinates of the point are equal to zero, the warning will
104 * corner of the window), then the {@code point} argument represents the
125 * <li>{@code point = (2, 0)}
131 * @param point the position of the security warning in the specified
135 * @throws NullPointerException if the point argument is null
141 public static void setPosition(Window window, Point2D point, argument
152 if (point == null) {
154 "The point argument must not be null");
166 point, alignment
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMouseInfoPeer.java43 public int fillPointWithCoords(Point point) { argument
64 point.x = Native.getInt(XlibWrapper.larg3);
65 point.y = Native.getInt(XlibWrapper.larg4);
/openjdk7/hotspot/src/share/vm/memory/
H A Dwatermark.hpp45 HeapWord* point() const { return _point; } function in class:VALUE_OBJ_CLASS_SPEC
54 return (x.point() == y.point()) && (x.space() == y.space());
/openjdk7/jdk/src/windows/native/sun/windows/
H A DMouseInfo.cpp81 Java_sun_awt_DefaultMouseInfoPeer_fillPointWithCoords(JNIEnv *env, jclass cls, jobject point) argument
99 env->SetIntField(point, xID, pt.x);
100 env->SetIntField(point, yID, pt.y);
H A Dawt_Cursor.cpp444 jobject point)
450 env->SetIntField(point, AwtCursor::pointXID, (jint)p.x);
451 env->SetIntField(point, AwtCursor::pointYID, (jint)p.y);
586 jobject point = local
588 return point;
442 Java_sun_awt_windows_WGlobalCursorManager_getCursorPos(JNIEnv *env, jobject, jobject point) argument
/openjdk7/jdk/test/java/awt/Focus/SimpleWindowActivationTest/
H A DSimpleWindowActivationTest.java136 static void clickOn(Point point) { argument
138 robot.mouseMove(point.x, point.y);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DAnchorTables.cpp90 LEPoint point; local
92 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) {
96 fontInstance->transformFunits(x, y, point);
100 fontInstance->pixelsToUnits(point, anchor);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DMouseInfo.c48 jobject point)
78 (*env)->SetIntField(env, point, xID, xr);
79 (*env)->SetIntField(env, point, yID, yr);
47 Java_sun_awt_DefaultMouseInfoPeer_fillPointWithCoords(JNIEnv *env, jclass cls, jobject point) argument
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECParameters.java57 * base ECPoint, -- specifies the base point P
59 * order INTEGER, -- the order n of the base point
88 throw new IOException("Only uncompressed point format supported");
102 public static byte[] encodePoint(ECPoint point, EllipticCurve curve) { argument
105 byte[] xb = trimZeroes(point.getAffineX().toByteArray());
106 byte[] yb = trimZeroes(point.getAffineY().toByteArray());
205 // It is left as a starting point for a complete parsing implementation.
222 ECPoint point = parsePoint(in, curve);
239 return new ECParameterSpec(curve, point, order, cofactor);
/openjdk7/jdk/test/javax/swing/JTree/4330357/
H A Dbug4330357.java87 static void clickMouse(Point point) { argument
88 robot.mouseMove(point.x, point.y);
/openjdk7/jdk/test/java/awt/Mouse/EnterExitEvents/
H A DDragWindowOutOfFrameTest.java185 void dragTo(Point point) { argument
186 setLocation(point.x - 250, point.y - 150);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECKeyFactory.java204 private PublicKey generatePublic(ECPoint point, ECParameterSpec params) throws PKCS11Exception { argument
207 ECParameters.encodePoint(point, params.getCurve());
209 // Check whether the X9.63 encoding of an EC point shall be wrapped
218 IllegalArgumentException("Could not DER encode point", e);
273 ECPoint point = decodePoint(attributes[0].getByteArray(), params.getCurve());
274 return new ECPublicKeySpec(point, params);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DDistributionPointFetcher.java61 * Flag indicating whether support for the CRL distribution point
116 DistributionPoint point = t.next();
118 point, reasonsMask, signFlag, prevKey, provider,
134 * Download CRLs from the given distribution point, verify and return them.
138 X509CertImpl certImpl, DistributionPoint point, boolean[] reasonsMask,
144 GeneralNames fullName = point.getFullName();
147 RDN relativeName = point.getRelativeName();
152 GeneralNames crlIssuers = point.getCRLIssuer();
192 if (selector.match(crl) && verifyCRL(certImpl, point, crl,
269 * @param point on
137 getCRLs(X509CRLSelector selector, X509CertImpl certImpl, DistributionPoint point, boolean[] reasonsMask, boolean signFlag, PublicKey prevKey, String provider, List<CertStore> certStores, Set<TrustAnchor> trustAnchors, Date validity) argument
282 verifyCRL(X509CertImpl certImpl, DistributionPoint point, X509CRL crl, boolean[] reasonsMask, boolean signFlag, PublicKey prevKey, String provider, Set<TrustAnchor> trustAnchors, List<CertStore> certStores, Date validity) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFormView.java594 * @param point associated with the mouse click.
597 private String getImageData(Point point) { argument
599 String mouseCoords = point.x + ":" + point.y;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowScene.java166 public boolean isAimingAllowed(Widget widget, Point point, boolean b) { argument
170 public boolean isSelectionAllowed(Widget widget, Point point, boolean b) { argument
174 public void select(Widget widget, Point point, boolean change) { argument
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java282 public JPopupMenu getPopupMenu(Widget widget, Point point) { argument
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DJsseJce.java392 static byte[] encodePoint(ECPoint point, EllipticCurve curve) { argument
393 return ECParameters.encodePoint(point, curve);
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java178 * Move to a new point. If there is no data, this will become the
179 * first point. If there is data, and the previous call was a lineTo, this
180 * point is checked against the previous point, and if different, this
183 * replaces the point used for that previous call.
185 * Calling this is optional, lineTo will suffice and the initial point
193 * Connect to a new point. If there is no data, the previous point
194 * is presumed to be 0, 0. This point is checked against
195 * the previous point, an
333 pathToPoint(Point2D location, boolean preceding, Point2D point) argument
965 pathToPoint(Point2D location, boolean preceding, Point2D point) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java335 * Returns the index of the column that <code>point</code> lies in, or -1 if it
338 * @return the index of the column that <code>point</code> lies in, or -1 if it
341 public int columnAtPoint(Point point) { argument
342 int x = point.x;
800 * @param p The point defining the top-left corner of the Accessible,
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp344 // At this point, either we are at the first matching record,
584 address point = dest->locs_point(); local
587 if (_oop_limit >= point &&
588 _oop_limit <= point + NativeCall::instruction_size) {
596 jint x0 = scaled_offset_null_special(_first_oop, point);
597 jint x1 = scaled_offset_null_special(_oop_limit, point);
605 address point = addr(); local
606 _first_oop = x0==0? NULL: address_from_scaled_offset(x0, point);
607 _oop_limit = x1==0? NULL: address_from_scaled_offset(x1, point);
667 // If not, strengthen the relocation type to point t
724 address point = dest->locs_point(); local
[all...]

Completed in 547 milliseconds

12