Searched refs:x1 (Results 176 - 200 of 407) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java364 private static final long MASK = (long)0x1 << SHIFT;
380 private static final long MASK = (long)0x1 << SHIFT;
396 private static final long MASK = (long)0x1 << SHIFT;
412 private static final long MASK = (long)0x1 << SHIFT;
428 private static final long MASK = (long)0x1 << SHIFT;
444 private static final long MASK = (long)0x1 << SHIFT;
460 private static final long MASK = (long)0x1 << SHIFT;
476 private static final long MASK = (long)0x1 << SHIFT;
492 private static final long MASK = (long)0x1 << SHIFT;
508 private static final long MASK = (long)0x1 << SHIF
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp285 jfloat x1, y1, x2, y2; local
312 x1 = (jfloat)x;
314 x2 = x1 + ginfo->width;
317 return d3dc->pVCacher->DrawTexture(x1, y1, x2, y2,
327 (((gx1) >= outerBounds.x1) && ((gy1) >= outerBounds.y1) && \
336 (bounds.x1 < (gx2)) && (bounds.y1 < (gy2)))
374 dx1 = previousGlyphBounds.x1;
403 // cx1-cachedDestBounds.x1 == +xoffset from left of texture
405 // cx2-cachedDestBounds.x1 == +xoffset from left of texture
407 jint cdx1 = cx1-cachedDestBounds.x1;
[all...]
H A DD3DRenderer.h38 jint x1, jint y1, jint x2, jint y2);
H A DD3DRenderQueue.cpp62 int x1, int y1, int x2, int y2)
70 J2dTraceLn4(J2D_TRACE_VERBOSE, " x1=%d y1=%d x2=%d y2=%d",
71 x1, y1, x2, y2);
120 if (x1 < 0) x1 = 0;
124 if (x2 <= x1 || y2 <= y1) {
128 srcRect.left = x1;
229 jint x1 = NEXT_INT(b); local
235 res = D3DRenderer_DrawLine(d3dc, x1, y1, x2, y2);
502 jint x1 local
61 D3DRQ_SwapBuffers(D3DPipelineManager *pMgr, D3DSDOps *d3dsdo, int x1, int y1, int x2, int y2) argument
701 jint x1 = NEXT_INT(b); local
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DDouble.java76 * {@code 0x1.fffffffffffffP+1023} and also equal to
79 public static final double MAX_VALUE = 0x1.fffffffffffffP+1023; // 1.7976931348623157e+308
84 * hexadecimal floating-point literal {@code 0x1.0p-1022} and also
89 public static final double MIN_NORMAL = 0x1.0p-1022; // 2.2250738585072014E-308
227 * represented by the characters {@code "0x1."}
253 * <tr><td>{@code 1.0}</td> <td>{@code 0x1.0p0}</td>
254 * <tr><td>{@code -1.0}</td> <td>{@code -0x1.0p0}</td>
255 * <tr><td>{@code 2.0}</td> <td>{@code 0x1.0p1}</td>
256 * <tr><td>{@code 3.0}</td> <td>{@code 0x1.8p1}</td>
257 * <tr><td>{@code 0.5}</td> <td>{@code 0x1
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileTreeWalker.java106 } catch (IOException x1) {
116 exc = x1;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DBASE64EncodingAlgorithm.java162 int x1 = decodeBase64[encodedValue.charAt(encodedIdx++) - '+'];
167 value[idx++] = (byte) ((x1 << 2) | (x2 >> 4));
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java395 0x1);
413 0x1);
432 0x1);
465 0x1);
482 0x1);
494 0x1);
501 0x1);
509 0x1);
/openjdk7/jdk/test/java/util/Map/
H A DLockStep.java67 Object x1 = fit.next();
74 if (x == x1 || x == x2)
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToShapeConverter.java51 int x1, int y1, int x2, int y2) {
52 outpipe.draw(sg, new Line2D.Float(x1, y1, x2, y2));
50 drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DExtendedContentHandler.java226 public static final int NO_BAD_CHARS = 0x1;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphPainter2.java85 float x1 = locs[0];
86 return (x1 > x0) ? x1 - x0 : x0 - x1;
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java487 * @param x1 the area to be flipped, upper left X coordinate
495 void flip(int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction); argument
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsConfig.java161 int x1, int y1, int x2, int y2,
159 flip(CPlatformView delegate, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/test/java/lang/ClassLoader/findSystemClass/
H A DLoader.java105 private static final int FIND = 0x1;
/openjdk7/jdk/test/java/nio/file/Files/walkFileTree/
H A DNulls.java82 } catch (NullPointerException x1) {
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DDataBufferNative.c43 lockInfo->bounds.x1 = x;
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DClassFileConstants.java33 public static final byte opc_aconst_null = (byte) 0x1;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderer.h40 jint x1, jint y1, jint x2, jint y2);
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp130 return ((words()[word_index] & (uint32)(0x1 << bit_index)) != 0);
137 uint32 bit = (0x1 << bit_index);
147 uint32 bit = (0x1 << bit_index);
/openjdk7/jdk/src/share/classes/java/awt/
H A DGradientPaintContext.java82 double x1; field in class:GradientPaintContext
156 this.x1 = dp1.getX();
227 double rowrel = (x - x1) * dx + (y - y1) * dy;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformView.java113 public void drawImageOnPeer(VolatileImage xBackBuffer, int x1, int y1, int x2, int y2) { argument
116 g.drawImage(xBackBuffer, x1, y1, x2, y2, x1, y1, x2, y2, null);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c243 xgcv.ts_x_origin = bounds->x1;
254 cx1 = bounds->x1;
280 if (cy1 != bounds->y1 || cx1 != bounds->x1) {
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsConfig.java307 int x1, int y1, int x2, int y2,
315 x1, y1, x2, y2,
316 x1, y1, x2, y2,
305 flip(WComponentPeer peer, Component target, VolatileImage backBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */
148 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */
196 dx1 = pBounds->x1;
209 dx1 = pBounds->x1;
358 srcInfo.bounds.x1 = sx1;
362 dstInfo.bounds.x1 = dx1;
469 if (dx1 < span.x1) dx1 = span.x1;
[all...]

Completed in 1890 milliseconds

1234567891011>>