Searched defs:y1 (Results 26 - 50 of 140) sorted by relevance

123456

/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 * sx + tx, y1 * 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;
74 pRgnInfo->bounds.y1 = (*env)->GetIntField(env, region, loyID);
89 b->x1 = b->y1 = 0x80000000;
93 b->y1 = (*env)->GetIntField(env, region, loyID);
129 if (xy2 > pRgnInfo->bounds.y1) {
158 pSpan->y1 = pRgnInfo->bounds.y1;
174 if (xy1 < pRgnInfo->bounds.y1) {
175 xy1 = pRgnInfo->bounds.y1;
187 pSpan->y1
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/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)
193 if (y0 <= y1) {
194 return accumulateLine(x0, y0, x1, y1, 1);
196 return accumulateLine(x1, y1, x0, y0, -1);
201 double x1, double y1,
204 if (yhi <= y0 || ylo >= y1) {
210 if (y0 == y1) {
215 double dy = (y1 - y0);
223 if (yhi < y1) {
228 yend = y1;
190 accumulateLine(double x0, double y0, double x1, double y1) argument
200 accumulateLine(double x0, double y0, double x1, double y1, int direction) argument
[all...]
H A DOrder1.java36 private double y1; field in class:Order1
41 double x1, double y1,
48 this.y1 = y1;
75 return y1;
91 return (direction == INCREASING) ? y0 : y1;
99 return (direction == DECREASING) ? y0 : y1;
106 if (y >= y1) {
109 // assert(y0 != y1); /* No horizontal lines... */
110 return (x0 + (y - y0) * (x1 - x0) / (y1
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.java68 public float y1; field in class:Line2D.Float
94 * @param y1 the Y coordinate of the start point
99 public Float(float x1, float y1, float x2, float y2) { argument
100 setLine(x1, y1, x2, y2);
127 return (double) y1;
135 return new Point2D.Float(x1, y1);
166 public void setLine(double x1, double y1, double x2, double y2) { argument
168 this.y1 = (float) y1;
177 * @param y1 th
182 setLine(float x1, float y1, float x2, float y2) argument
235 public double y1; 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.java544 * @param y1 the Y 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);
576 x1 = x1 + (y - y1) * (x2 - x1) / (y2 - y1);
577 y1 = y;
736 double y1
[all...]
H A DRectangularShape.java240 * @param y1 the Y coordinate of the start point of the specified diagonal
245 public void setFrameFromDiagonal(double x1, double y1, argument
252 if (y2 < y1) {
253 double t = y1;
254 y1 = y2;
257 setFrame(x1, y1, x2 - x1, y2 - y1);
344 double y1 = Math.floor(y);
347 return new Rectangle((int) x1, (int) y1,
348 (int) (x2 - x1), (int) (y2 - y1));
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.cpp258 jint y1 = decode.read_int(); local
259 CHECKXY(x, y1, "%du");
267 jlong y1 = decode.read_long(); local
268 CHECKXY(x, y1, INT64_FORMAT "l");
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftFilter.java61 private float y1; field in class:SoftFilter
112 y1 = 0;
186 float y1 = this.y1;
203 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
207 y2 = y1;
208 y1 = y;
220 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
224 y2 = y1;
225 y1
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java41 public double getPaintY1() { return paintPoints.y1; }
54 @XmlAttribute double y1; field in class:Shape.PaintPoints
102 @XmlAttribute private double y1; field in class:Rectangle
103 public double getY1() { return y1; }
135 @XmlAttribute private double y1; field in class:Ellipse
136 public double getY1() { return y1; }
/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.c232 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
254 x1 = x0 + dX; y1 = y0 + dY;
255 x2 = x1 + dX; y2 = y1 + dY;
259 deltay = DOUBLE_4U16(y0, y1, y2, y3);
358 mlib_s32 x0, x1, y0, y1; variable
380 x1 = X; y1 = Y;
383 x1 = X + dX; y1 = Y + dY;
387 deltay = DOUBLE_4U16(y0, y0, y1, y1);
482 mlib_s32 x0, x1, y0, y1; variable
[all...]
H A Dmlib_v_ImageAffine_BL_U16.c225 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
247 x1 = x0 + dX; y1 = y0 + dY;
248 x2 = x1 + dX; y2 = y1 + dY;
252 deltay = DOUBLE_4U16(y0, y1, y2, y3);
351 mlib_s32 x0, x1, y0, y1; variable
373 x1 = X; y1 = Y;
376 x1 = X + dX; y1 = Y + dY;
380 deltay = DOUBLE_4U16(y0, y0, y1, y1);
475 mlib_s32 x0, x1, y0, y1; variable
[all...]
/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/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
/openjdk7/jdk/test/java/awt/MouseAdapter/MouseAdapterUnitTest/
H A DMouseAdapterUnitTest.java164 public static void moveMouse(int x0, int y0, int x1, int y1){ argument
168 int dy = y0 < y1 ? 1 : -1;
174 while (curY != y1 ){
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java197 public void plotMemoryUsage(int x1, int y1, int x2, int y2, int npool) { argument
213 big.drawString(String.valueOf((int)totalMemory/1024) + "K Max ", x1+4.0f, (float) y1 + ascent+0.5f);
217 big.drawString(mp.getName(), x1+x2/2, (float) y1 + ascent+0.5f);
223 big.drawString(usedStr, x1+4, y1+y2-descent);
237 mfRect.setRect(x1+5,(float) y1+ssH+i*blockHeight,
245 muRect.setRect(x1+5,(float) y1 + ssH+i*blockHeight,
255 int graphY = y1 + (int) ssH;
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.c176 GETMAX(dst->y1, src->y1);
183 jint x1, jint y1, jint x2, jint y2)
187 GETMAX(bounds->y1, y1);
210 if (bounds->y1 < y) {
211 bounds->y1 = y;
225 GETMAX(dst->y1, src->y1 + dy);
229 GETMAX(src->y1, ds
182 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2) argument
[all...]
H A DSurfaceData.h44 * All coordinates (x1 <= x < x2, y1 <= y < y2) are considered to
49 jint y1; member in struct:__anon811
66 * (bounds.y1 <= y < bounds.y2).
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawLine.c38 RefineBounds(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2) argument
55 if (y1 < y2) {
56 min = y1;
60 max = y1;
67 if (bounds->y1 < min) bounds->y1 = min;
110 cymin = pBounds->y1; \
390 jint x1, jint y1, jint x2, jint y2)
413 RefineBounds(&rasInfo.bounds, x1, y1, x2, y2);
420 rasInfo.bounds.y2 > rasInfo.bounds.y1)
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 DDrawParallelogram.c49 jdouble y1; member in struct:__anon912
60 (pEDGE)->y1 = (Y1); \
147 if (rasInfo.bounds.y2 <= rasInfo.bounds.y1 ||
158 iy1 = rasInfo.bounds.y1;
H A DDrawPolygons.c52 if (bounds->y1 < ymin) bounds->y1 = ymin;
57 bounds->y2 = bounds->y1;
75 jint x0, y0, x1, y1; local
78 y0 = y1 = transY + *yPointsPtr++;
82 empty = (empty && x1 == x2 && y1 == y2);
85 x1, y1, x2, y2,
88 y1 = y2;
90 if (close && (empty || x1 != x0 || y1 != y0)) {
93 x1, y1, x
[all...]

Completed in 67 milliseconds

123456