Searched defs:x1 (Results 26 - 50 of 168) sorted by relevance

1234567

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DDirtyRegion.java92 public void setDirtyLineRegion(int x1, int y1, int x2, int y2) { argument
93 if (x1 < x2) {
94 this.x = x1;
98 this.x2 = x1;
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/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/langtools/test/tools/javac/literals/
H A DBadUnderscoreLiterals.java29 int x1 = 0x_0; // leading underscore after radix field in class:BadUnderscoreLiterals
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMap.java261 int x1; field in class:Map.RectangleRegionContainment
275 x1 = coords[2];
277 if (x0 < 0 || y0 < 0 || x1 < 0 || y1 < 0) {
307 x1 = (int)(percents[2] * width);
317 return ((x >= x0 && x <= x1) &&
/openjdk7/jdk/src/share/classes/sun/font/
H A DUnderline.java56 * The underline is drawn from (x1, y) to (x2, y).
60 float x1,
75 float x1,
169 float x1,
176 g2d.draw(new Line2D.Float(x1, y + shift, x2, y + shift));
186 float x1,
191 Line2D line = new Line2D.Float(x1, y + shift, x2, y + shift);
212 float x1,
219 Line2D.Float drawLine = new Line2D.Float(x1, y, x2, y);
224 drawLine.x1
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.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)
H A DSoftFilter.java48 // 0x1 = 2nd-order, 12 dB/oct
59 private float x1; field in class:SoftFilter
110 x1 = 0;
184 float x1 = this.x1;
203 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
205 x2 = x1;
206 x1 = x;
220 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
222 x2 = x1;
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DGradientPaintContext.java82 double x1; field in class:GradientPaintContext
156 this.x1 = dp1.getX();
227 double rowrel = (x - x1) * dx + (y - y1) * dy;
/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
63 g.fillRect(x1 + 2, y1 + 1, 1, h);
64 g.fillRect(x1 + 5, y1 + 1, 1, h);
66 final int w = x2 - x1 - 2;
67 g.fillRect(x1 + 1, y1 + 2, w, 1);
68 g.fillRect(x1 + 1, y1 + 5, w, 1);
/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/src/share/native/sun/java2d/loops/
H A DDrawPath.c38 jint x0, jint y0, jint x1, jint y1)
45 x0, y0, x1, y1, 0);
119 ok = (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
126 if (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
154 drawHandler.xMin = rasInfo.bounds.x1;
37 processLine(DrawHandler* hnd, jint x0, jint y0, jint x1, jint y1) argument
H A DFillPath.c37 static void drawScanline(DrawHandler* hnd, jint x0, jint x1, jint y0) { argument
39 DHND(hnd)->pRasInfo, x0, y0, DHND(hnd)->pixel, x1 - x0 + 1, 0,
109 ok = (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
116 if (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
143 drawHandler.xMin = rasInfo.bounds.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/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.java132 public void lineTo(float x1, float y1) { argument
133 out.lineTo(x1 + tx, y1 + ty);
136 public void quadTo(float x1, float y1, argument
139 out.quadTo(x1 + tx, y1 + ty,
143 public void curveTo(float x1, float y1, argument
147 out.curveTo(x1 + tx, y1 + ty,
186 public void lineTo(float x1, float y1) { argument
187 out.lineTo(x1 * sx + tx, y1 * sy + ty);
190 public void quadTo(float x1, float y1, argument
193 out.quadTo(x1 * s
197 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
246 lineTo(float x1, float y1) 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
299 lineTo(float x1, float y1) 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
355 lineTo(float x1, float y1) 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.c69 pRgnInfo->bounds.x1 = pRgnInfo->bounds.y1 = 0x80000000;
73 pRgnInfo->bounds.x1 = (*env)->GetIntField(env, region, loxID);
89 b->x1 = b->y1 = 0x80000000;
92 b->x1 = (*env)->GetIntField(env, region, loxID);
137 if (xy2 > pRgnInfo->bounds.x1) {
156 pSpan->x1 = pRgnInfo->bounds.x1;
198 if (xy1 < pRgnInfo->bounds.x1) {
199 xy1 = pRgnInfo->bounds.x1;
205 pSpan->x1
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
92 MP_CHECKOK(group->meth->field_mul(x1, z2, x1, group->meth));
94 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth));
95 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth));
97 MP_CHECKOK(group->meth->field_mul(z1, &t1, x1, group->meth));
98 MP_CHECKOK(group->meth->field_add(x1, &t2, x1, grou
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.java373 private GradientPaint getGradient(float x1, float y1, argument
376 return new GradientPaint(x1, y1, c1, x2, y2, c2, true);
/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
H A DOrder1.java35 private double x1; field in class:Order1
41 double x1, double y1,
47 this.x1 = x1;
49 if (x0 < x1) {
51 this.xmax = x1;
53 this.xmin = x1;
71 return x1;
87 return (direction == INCREASING) ? x0 : x1;
95 return (direction == DECREASING) ? x0 : x1;
40 Order1(double x0, double y0, double x1, double y1, int direction) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DLine2D.java61 public float x1; field in class:Line2D.Float
93 * @param x1 the X coordinate of the start point
99 public Float(float x1, float y1, float x2, float y2) { argument
100 setLine(x1, y1, x2, y2);
119 return (double) x1;
135 return new Point2D.Float(x1, y1);
166 public void setLine(double x1, double y1, double x2, double y2) { argument
167 this.x1 = (float) x1;
176 * @param x1 th
182 setLine(float x1, float y1, float x2, float y2) argument
228 public double x1; 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.java542 * @param x1 the X coordinate of the start point of the specified
555 public boolean intersectsLine(double x1, double y1, double x2, double y2) { argument
560 while ((out1 = outcode(x1, y1)) != 0) {
569 y1 = y1 + (x - x1) * (y2 - y1) / (x2 - x1);
570 x1 = x;
576 x1 = x1 + (y - y1) * (x2 - x1) / (y2 - y1);
735 double x1
[all...]
H A DRectangularShape.java239 * @param x1 the X coordinate of the start point of the specified diagonal
245 public void setFrameFromDiagonal(double x1, double y1, argument
247 if (x2 < x1) {
248 double t = x1;
249 x1 = x2;
257 setFrame(x1, y1, x2 - x1, y2 - y1);
343 double x1 = Math.floor(x);
347 return new Rectangle((int) x1, (int) y1,
348 (int) (x2 - x1), (in
[all...]
/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...]

Completed in 78 milliseconds

1234567