Searched refs:x1 (Results 276 - 300 of 407) sorted by relevance

<<11121314151617

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp152 ciObject* x0, ciObject* x1) {
154 log_dependency(dept, x0, x1);
161 if (note_dep_seen(dept, x1)) {
166 if (x1 == y1) { // same subject; check the context
175 if (note_dep_seen(dept, x0) && note_dep_seen(dept, x1)) {
181 if (x0 == y0 && x1 == y1) {
190 deps->append(x1);
151 assert_common_2(DepType dept, ciObject* x0, ciObject* x1) argument
H A DrelocInfo.cpp597 jint x1 = scaled_offset_null_special(_oop_limit, point); local
598 p = pack_2_ints_to(p, x0, x1);
604 jint x0, x1; unpack_2_ints(x0, x1); local
607 _oop_limit = x1==0? NULL: address_from_scaled_offset(x1, point);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp984 D3DContext::SetRectClip(int x1, int y1, int x2, int y2) argument
992 " x1=%-4d y1=%-4d x2=%-4d y2=%-4d",
993 x1, y1, x2, y2);
1008 if (x1 <= 0 && y1 <= 0 &&
1018 if (x1 < 0) x1 = 0;
1022 if (x1 > x2) x2 = x1 = 0;
1024 RECT newRect = { x1, y1, x2, y2 };
1030 " x1
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java359 * @param x1
376 protected final LinearGradientPaint decodeGradient(float x1, float y1, float x2, float y2, float[] midpoints, Color[] colors) { argument
377 if (x1 == x2 && y1 == y2) {
380 return new LinearGradientPaint(x1, y1, x2, y2, midpoints, colors);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java734 final int x1, final int y1,
748 target.repaint(x1, y1, x2, y2);
761 buf.putInt(x1);
733 swapBuffers(D3DSurfaceData sd, final int x1, final int y1, final int x2, final int y2) argument
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c161 if (bounds->x1 < xmin) bounds->x1 = xmin;
166 bounds->x2 = bounds->x1;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java506 int x1 = Math.max(rx, dest.x);
510 dest.x = x1;
512 dest.width = x2 - x1;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollbar.java143 int x1 = (up ? ARROW_IND : barLength - ARROW_IND);
145 arrow.addPoint(x1, y + getArrowWidth()/2);
148 arrow.addPoint(x1, y + getArrowWidth()/2);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalUtils.java373 private GradientPaint getGradient(float x1, float y1, argument
376 return new GradientPaint(x1, y1, c1, x2, y2, c2, true);
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java367 int x1, int y1, int x2, int y2,
386 pView.drawImageOnPeer(xBackBuffer, x1, y1, x2, y2);
365 flip(CPlatformView pView, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DDrawBufImgOp.java371 int x1 = 0;
377 for (int x = x1; x < x2; x++) {
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DLoopPipe.java58 int x1, int y1, int x2, int y2)
63 x1 + tX, y1 + tY,
57 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DServicePermission.java108 private final static int INITIATE = 0x1;
/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java460 if ((source.getLayoutFlags() & 0x1) != 0) {
530 //if (!(source.getLayoutFlags() & 0x1) == 0) {
662 boolean ltr = (source.getLayoutFlags() & 0x1) == 0;
879 return (source.getLayoutFlags() & 0x1) == 0 ? index : source.getLength() - 1 - index;
888 return (source.getLayoutFlags() & 0x1) == 0 ? index : source.getLength() - 1 - index;
970 boolean ltr = (source.getLayoutFlags() & 0x1) == 0;
/openjdk7/jdk/src/share/classes/java/text/
H A DMergeCollation.java225 private final byte BITARRAYMASK = (byte)0x1;
/openjdk7/jdk/src/share/classes/java/util/
H A DPropertyPermission.java97 private final static int READ = 0x1;
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp79 Primitive = 0x1, // see below for primitive list
/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.hpp374 const static uintptr_t cms_free_chunk_pattern = 0x1;
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java407 Coding x1 = codeMap.get(x0);
408 if (x1 == null) codeMap.put(x0, x1 = x0);
409 return x1;
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java4073 void flipSubRegion(int x1, int y1, int x2, int y2, argument
4077 peer.flip(x1, y1, x2, y2, flipAction);
4196 void showSubRegion(int x1, int y1, int x2, int y2) { argument
4197 flipSubRegion(x1, y1, x2, y2, caps.getFlipContents());
4369 void showSubRegion(int x1, int y1, int x2, int y2) { argument
4374 x1 -= insets.left;
4389 x1, y1, x2, y2,
4390 x1, y1, x2, y2,
4482 public void show(int x1, int y1, int x2, int y2) { argument
4483 showSubRegion(x1, y
4487 showIfNotLost(int x1, int y1, int x2, int y2) argument
4512 show(int x1, int y1, int x2, int y2) argument
4517 showIfNotLost(int x1, int y1, int x2, int y2) argument
[all...]
H A DGraphics.java388 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
390 * @param x1 the first point's <i>x</i> coordinate.
395 public abstract void drawLine(int x1, int y1, int x2, int y2); argument
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DJIS0213.java107 private final static int MAP_SINGLEBYTE = 0x1; // 0..256 : c
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java286 public void flip(int x1, int y1, int x2, int y2, FlipContents flipAction) { argument
/openjdk7/jdk/src/share/back/
H A DArrayTypeImpl.c243 void *ArrayType_Cmds[] = { (void *)0x1
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_p.h116 int x1; member in struct:_DamageRect

Completed in 90 milliseconds

<<11121314151617