Searched refs:x1 (Results 126 - 150 of 407) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/generics/odersky/
H A DList.java50 public static <A> List<A> make(A x1) { argument
51 return new List<A>(x1, new List<A>());
56 public static <A> List<A> make(A x1, A x2) { argument
57 return new List<A>(x1, new List<A>(x2, new List<A>()));
62 public static <A> List<A> make(A x1, A x2, A x3) { argument
63 return new List<A>(x1, new List<A>(x2, new List<A>(x3, new List<A>())));
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskFill.c64 rasInfo.bounds.x1 = x;
72 if (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
78 jint width = rasInfo.bounds.x2 - rasInfo.bounds.x1;
81 rasInfo.bounds.x1, rasInfo.pixelStride,
88 (rasInfo.bounds.x1 - x));
113 jdouble x1, jdouble y1, jdouble x2, jdouble y2)
115 jint cx1 = pRasInfo->bounds.x1;
119 jint rx1 = (jint) ceil(x1);
126 x1 = rx1-x1;
110 fillAARect(NativePrimitive *pPrim, SurfaceDataRasInfo *pRasInfo, CompositeInfo *pCompInfo, jint color, unsigned char *pMask, void *pDst, jdouble x1, jdouble y1, jdouble x2, jdouble y2) argument
541 fillAAPgram(NativePrimitive *pPrim, SurfaceDataRasInfo *pRasInfo, CompositeInfo *pCompInfo, jint color, unsigned char *pMask, void *pDst, jdouble x1, jdouble y1, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
[all...]
H A DProcessPath.c451 * (x1, y1), (x2, y2) - fixed point coordinates of the endpoints
473 void ProcessFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, argument
478 jint c = ((x1 ^ x2) | (y1 ^ y2));
485 PROCESS_POINT(hnd, x1 + MDP_HALF_MULT, y1 + MDP_HALF_MULT,
491 if (x1 == x2 || y1 == y2) {
492 rx1 = x1 + MDP_HALF_MULT;
498 jint dx = x2 - x1;
501 /* Floor of x1, y1, x2, y2 */
502 jint fx1 = x1 & MDP_W_MASK;
508 if (fx1 == x1 || fy
600 jint x1, y1; local
1045 jint x1, y1; local
1372 jfloat x1 = coord1[0]; local
2094 StoreFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, jint* pixelInfo,jboolean checkBounds, jboolean endSubPath) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c471 srcInfo.bounds.x1 = sx1;
479 if (srcInfo.bounds.x2 > srcInfo.bounds.x1 &&
482 if (srcInfo.bounds.x1 != sx1) {
483 dx1 += (srcInfo.bounds.x1 - sx1) * (dw / sw);
484 sx1 = srcInfo.bounds.x1;
594 srcInfo.bounds.x1 = sx1;
605 if (srcInfo.bounds.x2 > srcInfo.bounds.x1 &&
610 if (srcInfo.bounds.x1 != sx1) {
611 dx1 += (srcInfo.bounds.x1 - sx1) * (dw / sw);
612 sx1 = srcInfo.bounds.x1;
[all...]
/openjdk7/langtools/test/tools/javac/
H A DHexThree.java1165 +0x1.80P+1,
1166 +0x1.80P+1D,
1167 +0x1.80P+1F,
1168 +0x1.80P+1d,
1169 +0x1.80P+1f,
1170 +0x1.80P1,
1171 +0x1.80P1D,
1172 +0x1.80P1F,
1173 +0x1.80P1d,
1174 +0x1
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java264 float x1 = x;
265 float x2 = x1 + (float)label.getLogicalBounds().getWidth();
274 g2d.draw(new Line2D.Float(x1, strikeY, x2, strikeY));
282 stdUnderline.drawUnderline(g2d, ulThickness, x1, x2, y + ulOffset);
286 imUnderline.drawUnderline(g2d, ulThickness, x1, x2, y + ulOffset);
385 float x1 = x;
386 float x2 = x1 + (float)lb.getWidth();
392 x1, x2, y+ulOffset);
401 Line2D line = new Line2D.Float(x1, shiftY, x2, shiftY);
412 x1, x
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c863 pRasInfo->bounds.x1,
870 pRasInfo->bounds.x1 = xsdo->surfInfo.visible.lox - wx;
892 if (pRasInfo->bounds.x1 < 0) {
893 pRasInfo->bounds.x1 = 0;
935 pRasInfo->bounds.x1,
942 pRasInfo->bounds.x1 = xsdo->surfInfo.visible.lox - wx;
969 xpriv->x = pRasInfo->bounds.x1;
978 x = pRasInfo->bounds.x1;
1097 Position x1=0, y1=0, x2=0, y2=0; local
1104 x1
1171 int x1, y1, x2, y2, px1, py1, px2, py2, child_x, child_y; local
1703 Java_sun_java2d_x11_XSurfaceData_XSetClip(JNIEnv *env, jclass xsd, jlong xgc, jint x1, jint y1, jint x2, jint y2, jobject complexclip) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Ddgalock.c398 int x0, y0, x1, y1; local
420 x1 = *ptr++;
421 DEBUG_PRINT((" DGA x range lox=%d hix=%d\n", x0, x1));
425 if (x1 > hix) {
426 x1 = hix;
428 if (x0 < x1 && y0 < y1) {
433 cliphix = x1;
437 if (cliplox == x0 && cliphix == x1 &&
445 cliplox <= x1 && cliphix >= x0)
450 cliphix = max(cliphix, x1);
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java168 public void lineTo(float x1, float y1) { argument
169 float dx = x1 - x0;
186 curCurvepts[0] = x1;
515 final float x1 = curve[i], y1 = curve[i+1];
516 final float len = Helpers.linelen(x0, y0, x1, y1);
519 x0 = x1;
532 public void curveTo(float x1, float y1, argument
537 curCurvepts[2] = x1; curCurvepts[3] = y1;
544 public void quadTo(float x1, float y1, float x2, float y2) { argument
546 curCurvepts[2] = x1; curCurvept
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c84 short x1, x2, y1, y2; member in struct:__anon1017
451 - MAX( vis_reg->rects[rect].x1, bbox.x);
456 diff = bbox.x - vis_reg->rects[rect].x1;
457 srcRect_x = MAX( 0, diff) + (vis_reg->rects[rect].x1 - reg->x_rootrel - reg->border);
502 int32_t x1, y1; local
567 for (x1 = 0; x1 < srcRect_width; x1++)
576 pixel = (int32_t) XGetPixel(ximage_ipm,dst_x+x1,dst_y+y1) ;
577 XPutPixel(ximage,dst_x+x1, dst_
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArc2D.java959 * @param x1 The X coordinate of the arc's starting point.
965 public void setAngles(double x1, double y1, double x2, double y2) { argument
973 double ang1 = Math.atan2(w * (y - y1), h * (x1 - x));
1054 double x1, y1, x2, y2;
1056 x1 = y1 = x2 = y2 = 0.0;
1058 x1 = y1 = 1.0;
1079 x1 = Math.min(x1, xe);
1086 x2 = (x2 - x1) * 0.5 * w;
1088 x1
[all...]
H A DPath2D.java381 public final synchronized void quadTo(double x1, double y1, argument
386 floatCoords[numCoords++] = (float) x1;
396 * using the specified point {@code (x1,y1)} as a quadratic
404 * @param x1 the X coordinate of the quadratic control point
411 public final synchronized void quadTo(float x1, float y1, argument
416 floatCoords[numCoords++] = x1;
426 public final synchronized void curveTo(double x1, double y1, argument
432 floatCoords[numCoords++] = (float) x1;
444 * using the specified points {@code (x1,y1)} and {@code (x2,y2)} as
452 * @param x1 th
461 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
1170 quadTo(double x1, double y1, double x2, double y2) argument
1185 curveTo(double x1, double y1, double x2, double y2, double x3, double y3) argument
1737 quadTo(double x1, double y1, double x2, double y2) argument
1756 curveTo(double x1, double y1, double x2, double y2, double x3, double y3) argument
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DPainterGenerator.java226 float x1 = encode((float)rshape.getX1(), a, b, width);
236 writeDecodeX(x1) + ", //x\n" +
238 " " + writeDecodeX(x2) + " - " + writeDecodeX(x1) + ", //width\n" +
245 writeDecodeX(x1) + ", //x\n" +
247 " " + writeDecodeX(x2) + " - " + writeDecodeX(x1) + ", //width\n" +
253 float x1 = encode((float)eshape.getX1(), a, b, width);
259 writeDecodeX(x1) + ", //x\n" +
261 " " + writeDecodeX(x2) + " - " + writeDecodeX(x1) + ", //width\n" +
279 float x1 = encode((float)last.getX(), a, b, width);
284 " path.curveTo(" + writeDecodeBezierX(x1, las
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DWaveExtensibleFileReader.java58 int x1; field in class:WaveExtensibleFileReader.GUID
77 GUID(long i1, int s1, int s2, int x1, int x2, int x3, int x4, argument
82 this.x1 = x1;
97 d.x1 = riff.readUnsignedByte();
122 if (x1 != t.x1)
/openjdk7/jdk/src/share/demo/applets/DrawTest/
H A DDrawTest.java112 int x1, y1; field in class:DrawPanel
144 lines.add(new Rectangle(x1, y1, e.getX(), e.getY()));
145 x1 = e.getX();
161 x1 = e.getX();
169 x1 = e.getX();
182 lines.add(new Rectangle(x1, y1, e.getX(), e.getY()));
222 g.drawLine(x1, y1, x2, y2);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java71 public void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) { argument
81 tileManager.addLine(x1 + transx, y1 + transy,
193 public void drawLine(int x1, int y1, int x2, int y2) { argument
194 tileManager.addLine(x1, y1, x2, y2);
201 public void drawScanline(int x1, int x2, int y) { argument
202 tileManager.addRect(x1, y, x2 - x1 + 1, 1);
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanAttributeInfoSupport.java992 static boolean equal(OpenMBeanParameterInfo x1, OpenMBeanParameterInfo x2) { argument
993 if (x1 instanceof DescriptorRead) {
996 Descriptor d1 = ((DescriptorRead) x1).getDescriptor();
1004 x1.getName().equals(x2.getName()) &&
1005 x1.getOpenType().equals(x2.getOpenType()) &&
1006 (x1.hasDefaultValue() ?
1007 x1.getDefaultValue().equals(x2.getDefaultValue()) :
1009 (x1.hasMinValue() ?
1010 x1.getMinValue().equals(x2.getMinValue()) :
1012 (x1
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A DDualStackPlainDatagramSocketImpl.c81 DWORD x1, x2; /* ignored result codes */ local
105 WSAIoctl(fd ,SIO_UDP_CONNRESET ,&t ,sizeof(t) ,&x1 ,sizeof(x1) ,&x2 ,0 ,0);
145 DWORD x1, x2; /* ignored result codes */ local
160 WSAIoctl(fd, SIO_UDP_CONNRESET, &t, sizeof(t), &x1, sizeof(x1), &x2, 0, 0);
172 DWORD x1, x2; /* ignored result codes */ local
179 WSAIoctl(fd, SIO_UDP_CONNRESET, &t, sizeof(t), &x1, sizeof(x1), &x2, 0, 0);
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphOutlines.m101 CGFloat x1 = p1.x;
109 CGFloat pathX1 = x1+tx;
117 fprintf(stderr, " x1=%f, y1=%f\n", x1, y1);
136 CGFloat x1 = p1.x;
146 CGFloat pathX1 = x1+tx;
156 fprintf(stderr, " x1=%f, y1=%f\n", x1, y1);
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DDrawImageBilinear.java139 int x1 = affectedRegion.x;
141 int x2 = x1 + affectedRegion.width;
145 for (int x = x1; x < x2; x++) {
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCrossings.java191 double x1, double y1)
194 return accumulateLine(x0, y0, x1, y1, 1);
196 return accumulateLine(x1, y1, x0, y0, -1);
201 double x1, double y1,
207 if (x0 >= xhi && x1 >= xhi) {
211 return (x0 >= xlo || x1 >= xlo);
214 double dx = (x1 - x0);
227 xend = x1;
190 accumulateLine(double x0, double y0, double x1, double y1) argument
200 accumulateLine(double x0, double y0, double x1, double y1, int direction) argument
/openjdk7/jdk/src/share/classes/java/lang/
H A DFloat.java76 * {@code 0x1.fffffeP+127f} and also equal to
79 public static final float MAX_VALUE = 0x1.fffffeP+127f; // 3.4028235e+38f
84 * hexadecimal floating-point literal {@code 0x1.0p-126f} and also
89 public static final float MIN_NORMAL = 0x1.0p-126f; // 1.17549435E-38f
95 * and also equal to {@code Float.intBitsToFloat(0x1)}.
230 * represented by the characters {@code "0x1."}
256 * <tr><td>{@code 1.0}</td> <td>{@code 0x1.0p0}</td>
257 * <tr><td>{@code -1.0}</td> <td>{@code -0x1.0p0}</td>
258 * <tr><td>{@code 2.0}</td> <td>{@code 0x1.0p1}</td>
259 * <tr><td>{@code 3.0}</td> <td>{@code 0x1
[all...]
/openjdk7/jdk/test/sun/security/util/BitArray/
H A DNamedBitList.java51 KeyUsageExtension x1 = new KeyUsageExtension(bb);
52 check(new DerValue(x1.getExtensionValue()).getUnalignedBitString().length(), 3);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DList.java88 public static <A> List<A> of(A x1) { argument
89 return new List<A>(x1, List.<A>nil());
94 public static <A> List<A> of(A x1, A x2) { argument
95 return new List<A>(x1, of(x2));
100 public static <A> List<A> of(A x1, A x2, A x3) { argument
101 return new List<A>(x1, of(x2, x3));
107 public static <A> List<A> of(A x1, A x2, A x3, A... rest) { argument
108 return new List<A>(x1, new List<A>(x2, new List<A>(x3, from(rest))));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java70 * @param x1 x origin
76 Graphics g, int x1, int y1, int x2, int y2) {
77 g.drawLine(x1, y1, x2, y2);
92 * @param x1 x origin
100 Graphics g, int x1, int y1, int x2, int y2,
104 if (x1 == x2) {
108 g.drawLine(x1, y, x2, y);
112 x1 += (x1 % 2);
114 for (int x = x1;
75 drawLine(SynthContext context, Object paintKey, Graphics g, int x1, int y1, int x2, int y2) argument
99 drawLine(SynthContext context, Object paintKey, Graphics g, int x1, int y1, int x2, int y2, Object styleKey) argument
[all...]

Completed in 73 milliseconds

1234567891011>>