Searched defs:x2 (Results 26 - 50 of 149) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/sun/font/
H A DUnderline.java56 * The underline is drawn from (x1, y) to (x2, y).
61 float x2,
76 float x2,
170 float x2,
176 g2d.draw(new Line2D.Float(x1, y + shift, x2, y + shift));
187 float x2,
191 Line2D line = new Line2D.Float(x1, y + shift, x2, y + shift);
213 float x2,
219 Line2D.Float drawLine = new Line2D.Float(x1, y, x2, y);
238 float x2,
58 drawUnderline(Graphics2D g2d, float thickness, float x1, float x2, float y) argument
74 getUnderlineShape(float thickness, float x1, float x2, float y) argument
167 drawUnderline(Graphics2D g2d, float thickness, float x1, float x2, float y) argument
185 getUnderlineShape(float thickness, float x1, float x2, float y) argument
210 drawUnderline(Graphics2D g2d, float thickness, float x1, float x2, float y) argument
236 getUnderlineShape(float thickness, float x1, float x2, float y) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DWaveExtensibleFileReader.java60 int x2; field in class:WaveExtensibleFileReader.GUID
77 GUID(long i1, int s1, int s2, int x1, int x2, int x3, int x4, argument
83 this.x2 = x2;
98 d.x2 = riff.readUnsignedByte();
124 if (x2 != t.x2)
H A DSoftFilter.java49 // 0x2 = 3rd-order, 18 dB/oct
60 private float x2; field in class:SoftFilter
111 x2 = 0;
185 float x2 = this.x2;
203 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
205 x2 = x1;
220 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
222 x2 = x1;
242 float y = (a0*x + a1*x1 + a2*x2
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaToolBarUI.java59 protected void fillHandle(final Graphics g, final int x1, final int y1, final int x2, final int y2, final boolean horizontal) { argument
66 final int w = x2 - x1 - 2;
/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/reflect/Generics/
H A DTestC2.java56 X1 foo(X2 x2); argument
/openjdk7/jdk/src/share/demo/applets/DrawTest/
H A DDrawTest.java113 int x2, y2; field in class:DrawPanel
138 x2 = e.getX();
163 x2 = -1;
183 x2 = -1;
221 if (x2 != -1) {
222 g.drawLine(x1, y1, x2, y2);
/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/jdk/src/share/classes/sun/java2d/pisces/
H A DTransformingPathConsumer2D.java137 float x2, float y2)
140 x2 + tx, y2 + ty);
144 float x2, float y2,
148 x2 + tx, y2 + ty,
191 float x2, float y2)
194 x2 * sx + tx, y2 * sy + ty);
198 float x2, float y2,
202 x2 * sx + tx, y2 * sy + ty,
252 float x2, float y2)
256 x2 * Mx
136 quadTo(float x1, float y1, float x2, float y2) argument
143 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
190 quadTo(float x1, float y1, float x2, float y2) argument
197 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
251 quadTo(float x1, float y1, float x2, float y2) argument
260 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
303 quadTo(float x1, float y1, float x2, float y2) argument
310 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
360 quadTo(float x1, float y1, float x2, float y2) argument
369 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DRegion.c70 pRgnInfo->bounds.x2 = pRgnInfo->bounds.y2 = 0x7fffffff;
75 pRgnInfo->bounds.x2 = (*env)->GetIntField(env, region, hixID);
90 b->x2 = b->y2 = 0x7fffffff;
94 b->x2 = (*env)->GetIntField(env, region, hixID);
134 if (xy1 >= pRgnInfo->bounds.x2) {
157 pSpan->x2 = pRgnInfo->bounds.x2;
193 if (xy1 >= pRgnInfo->bounds.x2) {
201 if (xy2 > pRgnInfo->bounds.x2) {
202 xy2 = pRgnInfo->bounds.x2;
242 RegionToYXBandedRectangles(JNIEnv *env, jint x1, jint y1, jint x2, jint y2, jobject region, RECT_T ** pRect, unsigned int initialBufferSize) argument
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec2_mont.c75 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in
80 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, argument
93 MP_CHECKOK(group->meth->field_mul(z1, x2, z1, group->meth));
106 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
113 mp_int *x2, mp_int *z2, const ECGroup *group)
122 MP_CHECKOK(mp_init(&t3, FLAG(x2)));
123 MP_CHECKOK(mp_init(&t4, FLAG(x2)));
124 MP_CHECKOK(mp_init(&t5, FLAG(x2)));
127 mp_zero(x2);
112 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, const ECGroup *group) argument
190 mp_int x1, x2, z1, z2; local
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalUtils.java374 Color c1, float x2, float y2,
376 return new GradientPaint(x1, y1, c1, x2, y2, c2, true);
373 getGradient(float x1, float y1, Color c1, float x2, float y2, Color c2) argument
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DLine2D.java75 public float x2; field in class:Line2D.Float
95 * @param x2 the X coordinate of the end point
99 public Float(float x1, float y1, float x2, float y2) { argument
100 setLine(x1, y1, x2, y2);
143 return (double) x2;
159 return new Point2D.Float(x2, y2);
166 public void setLine(double x1, double y1, double x2, double y2) { argument
169 this.x2 = (float) x2;
178 * @param x2 th
182 setLine(float x1, float y1, float x2, float y2) argument
242 public double x2; field in class:Line2D.Double
267 Double(double x1, double y1, double x2, double y2) argument
334 setLine(double x1, double y1, double x2, double y2) argument
439 setLine(double x1, double y1, double x2, double y2) argument
504 relativeCCW(double x1, double y1, double x2, double y2, double px, double py) argument
603 linesIntersect(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) argument
630 intersectsLine(double x1, double y1, double x2, double y2) argument
672 ptSegDistSq(double x1, double y1, double x2, double y2, double px, double py) argument
747 ptSegDist(double x1, double y1, double x2, double y2, double px, double py) argument
854 ptLineDistSq(double x1, double y1, double x2, double y2, double px, double py) argument
899 ptLineDist(double x1, double y1, double x2, double y2, double px, double py) argument
[all...]
H A DRectangle2D.java546 * @param x2 the X coordinate of the end point of the specified
555 public boolean intersectsLine(double x1, double y1, double x2, double y2) { argument
557 if ((out2 = outcode(x2, y2)) == 0) {
569 y1 = y1 + (x - x1) * (y2 - y1) / (x2 - x1);
576 x1 = x1 + (y - y1) * (x2 - x1) / (y2 - y1);
737 double x2 = Math.min(src1.getMaxX(), src2.getMaxX());
739 dest.setFrame(x1, y1, x2-x1, y2-y1);
776 double x2 = Math.max(src1.getMaxX(), src2.getMaxX());
778 dest.setFrameFromDiagonal(x1, y1, x2, y2);
802 double x2
[all...]
H A DRectangularShape.java241 * @param x2 the X coordinate of the end point of the specified diagonal
246 double x2, double y2) {
247 if (x2 < x1) {
249 x1 = x2;
250 x2 = t;
257 setFrame(x1, y1, x2 - x1, y2 - y1);
345 double x2 = Math.ceil(x + width);
348 (int) (x2 - x1), (int) (y2 - y1));
245 setFrameFromDiagonal(double x1, double y1, double x2, double y2) argument
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanAttributeInfoSupport.java992 static boolean equal(OpenMBeanParameterInfo x1, OpenMBeanParameterInfo x2) { argument
994 if (!(x2 instanceof DescriptorRead))
997 Descriptor d2 = ((DescriptorRead) x2).getDescriptor();
1000 } else if (x2 instanceof DescriptorRead)
1004 x1.getName().equals(x2.getName()) &&
1005 x1.getOpenType().equals(x2.getOpenType()) &&
1007 x1.getDefaultValue().equals(x2.getDefaultValue()) :
1008 !x2.hasDefaultValue()) &&
1010 x1.getMinValue().equals(x2.getMinValue()) :
1011 !x2
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java40 public double getPaintX2() { return paintPoints.x2; }
55 @XmlAttribute double x2; field in class:Shape.PaintPoints
99 @XmlAttribute private double x2; field in class:Rectangle
100 public double getX2() { return x2; }
132 @XmlAttribute private double x2; field in class:Ellipse
133 public double getX2() { return x2; }
/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/awt/medialib/
H A Dmlib_v_ImageAffine_BL_S16.c96 #define DOUBLE_4U16(x0, x1, x2, x3) \
98 ((((x2) & 0xFFFE) << 15) | (((x3) & 0xFFFE) >> 1)))
232 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
255 x2 = x1 + dX; y2 = y1 + dY;
256 x3 = x2 + dX; y3 = y2 + dY;
258 deltax = DOUBLE_4U16(x0, x1, x2, x3);
H A Dmlib_v_ImageAffine_BL_U16.c89 #define DOUBLE_4U16(x0, x1, x2, x3) \
91 ((((x2) & 0xFFFE) << 15) | (((x3) & 0xFFFE) >> 1)))
225 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
248 x2 = x1 + dX; y2 = y1 + dY;
249 x3 = x2 + dX; y3 = y2 + dY;
251 deltax = DOUBLE_4U16(x0, x1, x2, x3);
/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/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsConfig.java181 int x1, int y1, int x2, int y2,
191 D3DSurfaceData.swapBuffers(d3dsd, x1, y1, x2, y2);
197 x1, y1, x2, y2,
198 x1, y1, x2, y2,
179 flip(WComponentPeer peer, Component target, VolatileImage backBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
H A DD3DRenderer.java153 int x1, int y1, int x2, int y2)
156 d3dr.drawLine(sg2d, x1, y1, x2, y2);
152 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
/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/windows/native/sun/java2d/d3d/
H A DD3DRenderer.cpp36 jint x1, jint y1, jint x2, jint y2)
39 "D3DRenderer_doDrawLineD3D x1=%-4d y1=%-4d x2=%-4d y2=%-4d",
40 x1, y1, x2, y2);
42 return d3dc->pVCacher->DrawLine(x1, y1, x2, y2);
35 D3DRenderer_DrawLine(D3DContext *d3dc, jint x1, jint y1, jint x2, jint y2) argument

Completed in 66 milliseconds

123456