Searched refs:x1 (Results 101 - 125 of 407) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java77 public static final int SYMBOLIC_LINK_FLAG_DIRECTORY = 0x1;
160 public static final byte ACCESS_DENIED_ACE_TYPE = 0x1;
162 public static final byte OBJECT_INHERIT_ACE = 0x1;
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp127 jint x1, jint y1, jint x2, jint y2)
131 " color=0x%x x1=%-4d y1=%-4d x2=%-4d y2=%-4d",
132 color, x1, y1, x2, y2);
140 if (x1 == x2 || y1 == y2) {
141 if (x1 > x2) {
142 jint t = x1; x1 = x2; x2 = t;
151 ::PatBlt(hdc, x1, y1, x2-x1+1, y2-y1+1, patrop);
157 ::MoveToEx(hdc, x1, y
123 Java_sun_java2d_windows_GDIRenderer_doDrawLine(JNIEnv *env, jobject wr, jobject sData, jobject clip, jobject comp, jint color, jint x1, jint y1, jint x2, jint y2) argument
734 int mx = 0, my = 0, x1 = 0, y1 = 0; local
[all...]
/openjdk7/jdk/test/java/awt/Mouse/MouseModifiersUnitTest/
H A DExtraButtonDrag.java104 public static void dragMouse(int button, int x0, int y0, int x1, int y1){ argument
107 int dx = x0 < x1 ? 1 : -1;
117 while (curX != x1){
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java78 int x1, int y1, int x2, int y2)
80 if (!drawGeneralLine(sg2d, x1, y1, x2, y2)) {
81 super.drawLine(sg2d, x1, y1, x2, y2);
199 double x1, y1, x2, y2;
206 x1 = coords[0];
217 x1 = ux1 + tx;
224 x1 = ux1;
238 int ix1 = (int) Math.floor(x1 - sg2d.transX);
245 x1 = normalize(x1);
77 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
[all...]
H A DPixelDrawPipe.java44 int x1, int y1, int x2, int y2);
43 drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2) argument
H A DShapeSpanIterator.java193 public native void quadTo(float x1, float y1, argument
195 public native void curveTo(float x1, float y1, argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.h195 #define GLRECT_BODY_XYXY(x1, y1, x2, y2) \
197 j2d_glVertex2i(x1, y1); \
200 j2d_glVertex2i(x1, y2); \
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsalibproc.h67 #define PR_ARG_PIDS 0x1 /* Allow pid and /proc file arguments */
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFSectionHeader.java86 public static final int FLAG_WRITE = 0x1;
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DClassType.java126 static final int INVOKE_SINGLE_THREADED = 0x1;
H A DObjectReference.java140 static final int INVOKE_SINGLE_THREADED = 0x1;
/openjdk7/jdk/src/share/back/
H A DClassLoaderReferenceImpl.c74 void *ClassLoaderReference_Cmds[] = { (void *)0x1
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.h57 (jboolean)EXTRACT_VAL(packedval, offset, 0x1)
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DIndexOf.java146 int x1 = 0;
149 x1 = generator.nextInt(len);
151 x2 = x1 + x2;
153 String fragment = testString.substring(x1,x2);
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestN1.java68 X1 x1; field in class:N1.Inner3
70 Inner3(X1 x1, X2 x2, X3 x3, T1 t1, T2 t2) {} argument
72 <T, R, S> Inner3(T t, R r, S s, X1 x1) {} argument
85 <X3> X3[] bar(X1 x1, X3[] x3, T1 t1) { return x3;} argument
/openjdk7/jdk/test/sun/security/provider/MessageDigest/
H A DTestSHAClone.java40 (byte)0x1, (byte)0x2, (byte)0x3
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLUtilities.java216 int x1 = x0;
219 return new Rectangle(x1, y1, componentWidth, componentHeight);
266 int x1 = x0;
269 return new Rectangle(x1, y1, w, h);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DMaskTile.java52 public void addLine(int x1, int y1, int x2, int y2) { argument
59 region.setDirtyLineRegion(x1, y1, x2, y2);
67 addRect(x1, y1, 1, 1);
70 lineToRects(x1, y1, x2, y2);
/openjdk7/langtools/test/tools/javac/generics/inference/6650759/
H A DT6650759g.java53 static <U, V> Iterable<V> m2(Iterable<U> x1, C<? super U, ? extends V> x2) { argument
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawLine.c38 RefineBounds(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2) argument
41 if (x1 < x2) {
42 min = x1;
46 max = x1;
53 if (bounds->x1 < min) bounds->x1 = min;
109 cxmin = pBounds->x1; \
390 jint x1, jint y1, jint x2, jint y2)
413 RefineBounds(&rasInfo.bounds, x1, y1, x2, y2);
419 if (rasInfo.bounds.x2 > rasInfo.bounds.x1
387 Java_sun_java2d_loops_DrawLine_DrawLine(JNIEnv *env, jobject self, jobject sg2d, jobject sData, jint x1, jint y1, jint x2, jint y2) argument
[all...]
H A DFillSpans.c73 rasInfo.bounds.x1 = bbox[0];
84 rasInfo.bounds.x1,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dimg_util_md.h50 #define ImgInitMask(cvdata, x1, y1, x2, y2) \
51 (((AwtImage *) cvdata)->GetMaskBuf(TRUE, x1, y1, x2, y2))
/openjdk7/jdk/test/sun/security/pkcs11/KeyAgreement/
H A DTestShort.java57 private final static BigInteger x1 = new BigInteger field in class:TestShort
97 PrivateKey pr1 = kf.generatePrivate(new DHPrivateKeySpec(x1, p, g));
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DBufferedMaskBlit.c99 srcInfo.bounds.x1 = srcx;
110 if (srcInfo.bounds.x2 > srcInfo.bounds.x1 &&
120 srcInfo.bounds.x1, srcInfo.pixelStride,
133 width = srcInfo.bounds.x2 - srcInfo.bounds.x1;
136 (srcInfo.bounds.x1 - srcx));
144 srcInfo.bounds.x1, srcInfo.bounds.y1, width, height);
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesPathBuf.java181 double x1 = coords[0];
187 x2 = x1 + (x3 - x1) / 3;
189 x1 = currX + 2 * (x1 - currX) / 3;
194 points.setX(pointIndex, DoubleToCairoFixed(x1));

Completed in 91 milliseconds

1234567891011>>