Searched refs:x1 (Results 301 - 325 of 407) sorted by relevance

<<11121314151617

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c450 jshortArray pixelsArray, jint x1, jint y1, jint x2, jint y2,
474 grad.p1.x = x1;
610 jint x1, jint y1, jint x2, jint y2,
618 x1, y1, x2, y2, complexclip,
448 Java_sun_java2d_xr_XRBackendNative_XRCreateLinearGradientPaintNative(JNIEnv *env, jclass xsd, jfloatArray fractionsArray, jshortArray pixelsArray, jint x1, jint y1, jint x2, jint y2, jint numStops, jint repeat, jint m00, jint m01, jint m02, jint m10, jint m11, jint m12) argument
608 Java_sun_java2d_xr_XRBackendNative_XRSetClipNative(JNIEnv *env, jclass xsd, jlong dst, jint x1, jint y1, jint x2, jint y2, jobject complexclip, jboolean isGC) argument
/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.h126 #define AI_PASSIVE 0x1 /* Socket address will be used in bind() call */
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.h201 HRESULT SetRectClip(int x1, int y1, int x2, int y2);
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c172 int cmap_mid = (cmap_len >> 1) + (cmap_len & 0x1);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKernTable.cpp78 #define COVERAGE_HORIZONTAL 0x1
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteIndexed.h76 SetByteIndexedStoreVarsXPos(PREFIX, pRasInfo, (pRasInfo)->bounds.x1);
H A DUshortIndexed.h83 SetUshortIndexedStoreVarsXPos(PREFIX, pRasInfo, (pRasInfo)->bounds.x1);
/openjdk7/jdk/test/java/util/EnumSet/
H A DBogusEnumSet.java40 0x7e, (byte)0xb0, (byte)0xd0, 0x7e, 0x2, 0x0, 0x1, 0x4a, 0x0, 0x8,
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c101 jint x1 = NEXT_INT(b); local
105 OGLRenderer_DrawLine(oglc, x1, y1, x2, y2);
364 jint x1 = NEXT_INT(b); local
368 OGLContext_SetRectClip(oglc, dstOps, x1, y1, x2, y2);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java457 public static final int GXand = 0x1 ; /* src AND dst */
/openjdk7/langtools/test/tools/javac/limits/
H A DNumArgs2.java294 int x1,
293 g( int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9, int x10, int x11, int x12, int x13, int x14, int x15, int x16, int x17, int x18, int x19, int x20, int x21, int x22, int x23, int x24, int x25, int x26, int x27, int x28, int x29, int x30, int x31, int x32, int x33, int x34, int x35, int x36, int x37, int x38, int x39, int x40, int x41, int x42, int x43, int x44, int x45, int x46, int x47, int x48, int x49, int x50, int x51, int x52, int x53, int x54, int x55, int x56, int x57, int x58, int x59, int x60, int x61, int x62, int x63, int x64, int x65, int x66, int x67, int x68, int x69, int x70, int x71, int x72, int x73, int x74, int x75, int x76, int x77, int x78, int x79, int x80, int x81, int x82, int x83, int x84, int x85, int x86, int x87, int x88, int x89, int x90, int x91, int x92, int x93, int x94, int x95, int x96, int x97, int x98, int x99, int x100, int x101, int x102, int x103, int x104, int x105, int x106, int x107, int x108, int x109, int x110, int x111, int x112, int x113, int x114, int x115, int x116, int x117, int x118, int x119, int x120, int x121, int x122, int x123, int x124, int x125, int x126, int x127, int x128, int x129, int x130, int x131, int x132, int x133, int x134, int x135, int x136, int x137, int x138, int x139, int x140, int x141, int x142, int x143, int x144, int x145, int x146, int x147, int x148, int x149, int x150, int x151, int x152, int x153, int x154, int x155, int x156, int x157, int x158, int x159, int x160, int x161, int x162, int x163, int x164, int x165, int x166, int x167, int x168, int x169, int x170, int x171, int x172, int x173, int x174, int x175, int x176, int x177, int x178, int x179, int x180, int x181, int x182, int x183, int x184, int x185, int x186, int x187, int x188, int x189, int x190, int x191, int x192, int x193, int x194, int x195, int x196, int x197, int x198, int x199, int x200, int x201, int x202, int x203, int x204, int x205, int x206, int x207, int x208, int x209, int x210, int x211, int x212, int x213, int x214, int x215, int x216, int x217, int x218, int x219, int x220, int x221, int x222, int x223, int x224, int x225, int x226, int x227, int x228, int x229, int x230, int x231, int x232, int x233, int x234, int x235, int x236, int x237, int x238, int x239, int x240, int x241, int x242, int x243, int x244, int x245, int x246, int x247, int x248, int x249, int x250, int x251, int x252, int x253, int x254, int x255 ) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java2075 int x1 = vacatedColumnRect.x;
2077 int x2 = x1 + vacatedColumnRect.width - 1;
2080 g.drawLine(x1-1, y1, x1-1, y2);
2096 int x1 = rcr.x;
2098 int x2 = x1 + rcr.width - 1;
2100 g.drawLine(x1, y2, x2, y2);
H A DBasicLabelUI.java239 int x1 = Math.min(iconR.x, textR.x);
243 Dimension rv = new Dimension(x2 - x1, y2 - y1);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSoundbank.java60 int x1; field in class:DLSSoundbank.DLSID
72 DLSID(long i1, int s1, int s2, int x1, int x2, int x3, int x4, argument
77 this.x1 = x1;
92 d.x1 = riff.readUnsignedByte();
113 && x1 == t.x1 && x2 == t.x2 && x3 == t.x3 && x4 == t.x4
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java509 public void drawLine(int x1, int y1, int x2, int y2) { argument
514 " Drawing line: from " + pointToString(x1, y1) +
522 debugGraphics.drawLine(x1, y1, x2, y2);
531 graphics.drawLine(x1, y1, x2, y2);
537 graphics.drawLine(x1, y1, x2, y2);
H A DSwingUtilities.java489 int x1 = (x > dest.x) ? x : dest.x;
494 dest.x = x1;
496 dest.width = x2 - x1;
520 int x1 = (x < dest.x) ? x : dest.x;
525 dest.x = x1;
527 dest.width = (x2 - x1);
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DLambdaForm.java507 static Object interpret_L(MethodHandle mh, Object x1) throws Throwable { argument
508 Object[] av = {mh, x1};
515 static Object interpret_L(MethodHandle mh, Object x1, Object x2) throws Throwable { argument
516 Object[] av = {mh, x1, x2};
574 Object x1 = Wrapper.INT.wrap(w.wrap(x));
575 return x.equals(x1);
1618 static final native Object linkToStatic(Object x1, MemberName mn) throws Throwable;
1619 static final native Object linkToVirtual(Object x1, MemberName mn) throws Throwable;
1620 static final native Object linkToSpecial(Object x1, MemberName mn) throws Throwable;
1621 static final native Object linkToInterface(Object x1, MemberNam
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp778 case T_BOOLEAN : { jint* p = (jint*)l_addr; value_result->z = (jboolean)((*p) & 0x1); break; }
800 case T_BOOLEAN : { jint* p = (jint*)tos_addr; value_result->z = (jboolean)((*p) & 0x1); break; }
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp221 #define HASH1(x1 ) ((intx)(x1))
222 #define HASH2(x1, x2 ) ((HASH1(x1 ) << 7) ^ HASH1(x2))
223 #define HASH3(x1, x2, x3 ) ((HASH2(x1, x2 ) << 7) ^ HASH1(x3))
224 #define HASH4(x1, x2, x3, x4) ((HASH3(x1, x2, x3) << 7) ^ HASH1(x4))
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java52 public synchronized void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) { argument
54 line.setLine(x1, y1, x2, y2);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java505 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
507 * @param x1 the first point's <i>x</i> coordinate.
513 public void drawLine(int x1, int y1, int x2, int y2) { argument
514 addStrokeShape(new Line2D.Float(x1, y1, x2, y2));
H A DProxyGraphics2D.java441 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
443 * @param x1 the first point's <i>x</i> coordinate.
449 public void drawLine(int x1, int y1, int x2, int y2) { argument
450 mGraphics.drawLine(x1, y1, x2, y2);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h460 #define PR_ARG_PIDS 0x1 /* Allow pid and /proc file arguments */
/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp1201 jint x1 = jint_cast(f1); // note: *(int*)&f1, not just (int)f1 local
1215 if ((x1 ^ xr) < 0) {
1245 jlong x1 = jlong_cast(f1); // note: *(long*)&f1, not just (long)f1 local
1259 if ((x1 ^ xr) < 0) {
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c44 #define DTRACE_ALLOC_PROBES 0x1

Completed in 234 milliseconds

<<11121314151617