Searched defs:y1 (Results 76 - 100 of 140) sorted by relevance

123456

/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Ddgalock.c398 int x0, y0, x1, y1; local
410 y1 = *ptr++;
411 DEBUG_PRINT(("DGA y range loy=%d hiy=%d\n", y0, y1));
415 if (y1 > hiy) {
416 y1 = hiy;
428 if (x0 < x1 && y0 < y1) {
434 cliphiy = y1;
438 cliploy <= y1 && cliphiy >= y0)
443 cliphiy = max(cliphiy, y1);
444 } else if (cliploy == y0 && cliphiy == y1
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLGraphicsConfig.java337 int x1, int y1, int x2, int y2,
359 x1, y1, x2, y2,
360 x1, y1, x2, y2,
335 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/windows/
H A DGDIRenderer.java51 int x1, int y1, int x2, int y2);
54 int x1, int y1, int x2, int y2)
61 x1+transx, y1+transy, x2+transx, y2+transy);
341 int x1, int y1, int x2, int y2)
344 super.doDrawLine(sData, clip, comp, color, x1, y1, x2, y2);
49 doDrawLine(GDIWindowSurfaceData sData, Region clip, Composite comp, int color, int x1, int y1, int x2, int y2) argument
53 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
339 doDrawLine(GDIWindowSurfaceData sData, Region clip, Composite comp, int color, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_pow.c119 double y1,t1,t2,r,s,t,u,v,w; local
269 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
270 y1 = y;
271 __LO(y1) = 0;
272 p_l = (y-y1)*t1+y*t2;
273 p_h = y1*t1;
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java151 public void drawLine(int x1, int y1, int x2, int y2) { argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java87 int x1, int y1, int x2, int y2)
97 buf.putInt(y1 + transy);
291 public void drawLine(int x1, int y1, int x2, int y2) { argument
296 buf.putInt(y1);
86 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
H A DValidatePipe.java60 int x1, int y1, int x2, int y2) {
62 sg.drawpipe.drawLine(sg, x1, y1, x2, y2);
59 drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java168 public void lineTo(float x1, float y1) { argument
170 float dy = y1 - y0;
187 curCurvepts[1] = y1;
515 final float x1 = curve[i], y1 = curve[i+1];
516 final float len = Helpers.linelen(x0, y0, x1, y1);
520 y0 = y1;
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; curCurvepts[3] = y1;
[all...]
H A DRenderer.java193 float y1 = y0 + dy;
195 addLine(x0, y0, x1, y1);
197 y0 = y1;
226 float x1 = x0, y1 = y0;
252 y1 += dy;
257 y1 = y3;
259 addLine(x0, y0, x1, y1);
261 y0 = y1;
265 private void addLine(float x1, float y1, float x2, float y2) { argument
267 if (y2 < y1) {
388 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
400 quadTo(float x1, float y1, float x2, float y2) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java313 int x1, int y1, int x2, int y2,
335 x1, y1, x2, y2,
336 x1, y1, x2, y2,
311 flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java82 int x1, int y1, int x2, int y2);
84 public void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) { argument
91 x1+transx, y1+transy, x2+transx, y2+transy);
423 int x1, int y1, int x2, int y2)
426 super.XDrawLine(pXSData, xgc, x1, y1, x2, y2);
81 XDrawLine(long pXSData, long xgc, int x1, int y1, int x2, int y2) argument
422 XDrawLine(long pXSData, long xgc, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java360 * @param y1
376 protected final LinearGradientPaint decodeGradient(float x1, float y1, float x2, float y2, float[] midpoints, Color[] colors) { argument
377 if (x1 == x2 && y1 == y2) {
380 return new LinearGradientPaint(x1, y1, x2, y2, midpoints, colors);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java258 public void flip(int x1, int y1, int x2, int y2, argument
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCurve.java47 double x1, double y1)
49 if (y0 < y1) {
51 x1, y1,
53 } else if (y0 > y1) {
54 curves.add(new Order1(x1, y1,
66 double y1 = coords[3];
67 if (y0 > y1) {
69 coords[2], y1,
73 } else if (y0 == y1 && y0 == coords[1]) {
80 coords[2], y1,
45 insertLine(Vector curves, double x0, double y0, double x1, double y1) argument
210 pointCrossingsForLine(double px, double py, double x0, double y0, double x1, double y1) argument
234 pointCrossingsForQuad(double px, double py, double x0, double y0, double xc, double yc, double x1, double y1, int level) argument
285 pointCrossingsForCubic(double px, double py, double x0, double y0, double xc0, double yc0, double xc1, double yc1, double x1, double y1, int level) argument
481 rectCrossingsForLine(int crossings, double rxmin, double rymin, double rxmax, double rymax, double x0, double y0, double x1, double y1) argument
555 rectCrossingsForQuad(int crossings, double rxmin, double rymin, double rxmax, double rymax, double x0, double y0, double xc, double yc, double x1, double y1, int level) argument
631 rectCrossingsForCubic(int crossings, double rxmin, double rymin, double rxmax, double rymax, double x0, double y0, double xc0, double yc0, double xc1, double yc1, double x1, double y1, int level) argument
742 signeddiffbits(double y1, double y2) argument
745 diffbits(double y1, double y2) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPath2D.java381 public final synchronized void quadTo(double x1, double y1, argument
387 floatCoords[numCoords++] = (float) y1;
396 * using the specified point {@code (x1,y1)} as a quadratic
405 * @param y1 the Y coordinate of the quadratic control point
411 public final synchronized void quadTo(float x1, float y1, argument
417 floatCoords[numCoords++] = y1;
426 public final synchronized void curveTo(double x1, double y1, argument
433 floatCoords[numCoords++] = (float) y1;
444 * using the specified points {@code (x1,y1)} and {@code (x2,y2)} as
453 * @param y1 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/src/macosx/classes/sun/java2d/
H A DCRenderer.java46 native void doLine(SurfaceData sData, float x1, float y1, float x2, float y2); argument
48 public void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) { argument
49 drawLine(sg2d, (float) x1, (float) y1, (float) x2, (float) y2);
54 public void drawLine(SunGraphics2D sg2d, float x1, float y1, float x2, float y2) { argument
57 surfaceData.doLine(this, sg2d, x1, y1, x2, y2);
67 lineToShape.setLine(x1, y1, x2, y2);
335 float y1 = (float) line.getY1();
339 drawLine(sg2d, x1, y1, x2, y2);
606 void doLine(SurfaceData sData, float x1, float y1, float x2, float y2) { argument
608 super.doLine(sData, x1, y1, x
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp511 double y1,t1,t2,r,s,t,u,v,w; local
670 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
671 y1 = y;
672 __LO(y1) = 0;
673 p_l = (y-y1)*t1+y*t2;
674 p_h = y1*t1;
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java734 final int x1, final int y1,
748 target.repaint(x1, y1, x2, y2);
762 buf.putInt(y1);
733 swapBuffers(D3DSurfaceData sd, final int x1, final int y1, final int x2, final int y2) argument
/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) {
144 if (y1 > y2) {
145 jint t = y1; y1 = y2; y2 = t;
151 ::PatBlt(hdc, x1, y1, x2-x1+1, y2-y1+1, patrop);
157 ::MoveToEx(hdc, x1, y1, NUL
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/Component/isLightweightCrash/
H A DStubPeerCrash.java121 public void flip(int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction){}; argument
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c285 mlib_s32 y1; local
292 y1 = 0;
295 SAT32(y1);
304 x += slope * (y1 - dY1);
308 for (j = y1; j <= y2; j++) {
325 mlib_s32 y1; local
332 y1 = 0;
335 SAT32(y1);
344 x += slope * (y1 - dY1);
348 for (j = y1;
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskFill.c65 rasInfo.bounds.y1 = y;
73 rasInfo.bounds.y2 > rasInfo.bounds.y1)
79 jint height = rasInfo.bounds.y2 - rasInfo.bounds.y1;
82 rasInfo.bounds.y1, rasInfo.scanStride);
87 maskoff += ((rasInfo.bounds.y1 - y) * maskscan +
113 jdouble x1, jdouble y1, jdouble x2, jdouble y2)
116 jint cy1 = pRasInfo->bounds.y1;
120 jint ry1 = (jint) ceil(y1);
127 y1 = ry1-y1;
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...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java160 int mx, my, x1, y1;
167 my = y1 = yPoints[off] + transy;
173 x1, y1, x2, y2);
175 y1 = y2;
177 if (close && (x1 != mx || y1 != my)) {
179 x1, y1, mx, my);
184 int x1, int y1, int x2, int y2) {
186 (WritableRaster) sData.getRaster(x1, y1, x2-x1, y2-y1);
189 while (y1 < y
183 doSetRect(SurfaceData sData, PixelWriter pw, int x1, int y1, int x2, int y2) argument
685 drawLine(int x0, int y0, int x1, int y1) argument
744 DrawLine(SunGraphics2D sg2d, SurfaceData sData, int x1, int y1, int x2, int y2) argument
889 DrawLine(SunGraphics2D sg2d, SurfaceData sData, int x1, int y1, int x2, int y2) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java357 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
360 * @param y1 the first point's <i>y</i> coordinate.
364 public void drawLine(int x1, int y1, int x2, int y2) { argument
365 g.drawLine(x1, y1, x2, y2);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c226 jint x1, jint y1, jint x2, jint y2)
229 jint height = y2 - y1;
233 x1, y1, width, height);
253 dstOps->yOffset + dstOps->height - (y1 + height),
225 OGLContext_SetRectClip(OGLContext *oglc, OGLSDOps *dstOps, jint x1, jint y1, jint x2, jint y2) argument

Completed in 90 milliseconds

123456