Searched defs:x2 (Results 101 - 125 of 149) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java357 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
361 * @param x2 the second point's <i>x</i> coordinate.
364 public void drawLine(int x1, int y1, int x2, int y2) { argument
365 g.drawLine(x1, y1, x2, y2);
H A DPathGraphics.java151 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
155 * @param x2 the second point's <i>x</i> coordinate.
158 public void drawLine(int x1, int y1, int x2, int y2) { argument
168 deviceDrawLine(x1, y1, x2, y2, (Color) paint);
H A DPeekGraphics.java505 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
509 * @param x2 the second point's <i>x</i> coordinate.
513 public void drawLine(int x1, int y1, int x2, int y2) { argument
514 addStrokeShape(new Line2D.Float(x1, y1, x2, y2));
H A DProxyGraphics2D.java441 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
445 * @param x2 the second point's <i>x</i> coordinate.
449 public void drawLine(int x1, int y1, int x2, int y2) { argument
450 mGraphics.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)
228 jint width = x2 - x1;
225 OGLContext_SetRectClip(OGLContext *oglc, OGLSDOps *dstOps, jint x1, jint y1, jint x2, jint y2) argument
H A DOGLRenderQueue.c103 jint x2 = NEXT_INT(b); local
105 OGLRenderer_DrawLine(oglc, x1, y1, x2, y2);
366 jint x2 = NEXT_INT(b); local
368 OGLContext_SetRectClip(oglc, dstOps, x1, y1, x2, y2);
H A DOGLRenderer.c66 OGLRenderer_DrawLine(OGLContext *oglc, jint x1, jint y1, jint x2, jint y2) argument
77 GLfloat fx2 = (GLfloat)x2;
80 if (x1 > x2) {
86 } else if (x1 == x2) {
102 GLfloat fx2 = (GLfloat)x2;
105 if (x1 < x2) {
288 GLfloat x2 = ((GLfloat)*(scanlines++)) + 1.2f; local
291 j2d_glVertex2f(x2, y);
323 jint x2 = *(spans++); local
325 GLRECT_BODY_XYXY(x1, y1, x2, y
[all...]
H A DOGLTextRenderer.c654 jfloat x1, y1, x2, y2; local
677 x2 = x1 + ginfo->width;
683 x1, y1, x2, y2);
694 ((gx2) <= outerBounds.x2) && ((gy2) <= outerBounds.y2))
701 ((bounds.x2 > (gx1)) && (bounds.y2 > (gy1)) && \
730 dx2 = previousGlyphBounds.x2;
808 cachedDestBounds.x2 = dx2;
816 previousGlyphBounds.x2 = gx2;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java264 public void flip(int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) { } argument
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java448 int x1, int y1, int x2, int y2,
446 flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java509 public void drawLine(int x1, int y1, int x2, int y2) { argument
515 " to " + pointToString(x2, y2));
522 debugGraphics.drawLine(x1, y1, x2, y2);
531 graphics.drawLine(x1, y1, x2, y2);
537 graphics.drawLine(x1, y1, x2, y2);
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DLambdaForm.java515 static Object interpret_L(MethodHandle mh, Object x1, Object x2) throws Throwable { argument
516 Object[] av = {mh, x1, x2};
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSoundbank.java61 int x2; field in class:DLSSoundbank.DLSID
72 DLSID(long i1, int s1, int s2, int x1, int x2, int x3, int x4, argument
78 this.x2 = x2;
93 d.x2 = riff.readUnsignedByte();
113 && x1 == t.x1 && x2 == t.x2 && x3 == t.x3 && x4 == t.x4
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java286 public void flip(int x1, int y1, int x2, int y2, FlipContents flipAction) { argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_p.h118 int x2; member in struct:_DamageRect
H A DmultiVis.c84 short x1, x2, y1, y2; member in struct:__anon1017
450 srcRect_width = MIN( vis_reg->rects[rect].x2, bbox.width + bbox.x)
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c225 jint x1, jint y1, jint x2, jint y2)
236 CLAMP_TO_SHORT(x2), CLAMP_TO_SHORT(y2));
222 Java_sun_java2d_x11_X11Renderer_XDrawLine(JNIEnv *env, jobject xr, jlong pXSData, jlong xgc, jint x1, jint y1, jint x2, jint y2) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp69 GETMIN(dst->x2, src->x2);
75 jint x1, jint y1, jint x2, jint y2)
80 GETMIN(bounds->x2, x2);
95 if (bounds->x2 > w) {
96 bounds->x2 = w;
118 GETMIN(dst->x2, src->x2 + dx);
122 GETMIN(src->x2, ds
74 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2) argument
[all...]
H A DD3DRenderQueue.cpp62 int x1, int y1, int x2, int y2)
70 J2dTraceLn4(J2D_TRACE_VERBOSE, " x1=%d y1=%d x2=%d y2=%d",
71 x1, y1, x2, y2);
122 if (x2 > d3dsdo->width) x2 = d3dsdo->width;
124 if (x2 <= x1 || y2 <= y1) {
130 srcRect.right = x2;
231 jint x2 = NEXT_INT(b); local
235 res = D3DRenderer_DrawLine(d3dc, x1, y1, x2, y2);
504 jint x2 local
61 D3DRQ_SwapBuffers(D3DPipelineManager *pMgr, D3DSDOps *d3dsdo, int x1, int y1, int x2, int y2) argument
703 jint x2 = NEXT_INT(b); local
[all...]
H A DD3DTextRenderer.cpp285 jfloat x1, y1, x2, y2; local
314 x2 = x1 + ginfo->width;
317 return d3dc->pVCacher->DrawTexture(x1, y1, x2, y2,
328 ((gx2) <= outerBounds.x2) && ((gy2) <= outerBounds.y2))
335 ((bounds.x2 > (gx1)) && (bounds.y2 > (gy1)) && \
376 dx2 = previousGlyphBounds.x2;
502 cachedDestBounds.x2 = dx2;
510 previousGlyphBounds.x2 = gx2;
H A DD3DVertexCacher.cpp224 HRESULT D3DVertexCacher::DrawLine(int x1, int y1, int x2, int y2) argument
234 if (x1 > x2) {
235 fx1 = (float)x2+HV_FF3;
237 } else if (x1 < x2) {
239 fx2 = (float)x2+HV_FF2;
245 fx2 = (float)x2+SP_FF4;
248 } else if (x1 == x2) {
261 if (x1 > x2 && y1 > y2) {
264 fx1 = (float)x2;
268 } else if (x1 > x2
377 float x1, x2, y; local
404 float x1, y1, x2, y2; local
431 DrawRect(int x1, int y1, int x2, int y2) argument
457 FillRect(int x1, int y1, int x2, int y2) argument
645 DrawTexture(float x1, float y1, float x2, float y2, float u1, float v1, float u2, float v2) argument
670 DrawTexture(float x1, float y1, float x2, float y2, float u11, float v11, float u12, float v12, float u21, float v21, float u22, float v22) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgamma.c854 cmsFloat64Number a = 0, b = 0, y, x1, y1, x2, y2; local
888 x2 = InCurve ->Table16[j+1];
894 if (x1 == x2) {
902 a = (y2 - y1) / (x2 - x1);
903 b = y2 - a * x2;
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java135 int x2, int y2, int [] pixelInfo,
553 * (x1, y1), (x2, y2) - fixed point coordinates of the endpoints
575 public void processFixedLine(int x1, int y1, int x2, int y2, argument
580 int c = ((x1 ^ x2) | (y1 ^ y2));
593 if (x1 == x2 || y1 == y2) {
595 rx2 = x2 + MDP_HALF_MULT;
600 int dx = x2 - x1;
603 /* Floor of x1, y1, x2, y2 */
606 int fx2 = x2 & MDP_W_MASK;
617 /* Boundary at the direction from (x1,y1) to (x2,y
134 processFixedLine(int x1, int y1, int x2, int y2, int [] pixelInfo, boolean checkBounds, boolean endSubPath) argument
1359 ProcessLine(ProcessHandler hnd, float x1, float y1, float x2, float y2, int[] pixelInfo) argument
2027 processFixedLine(int x1, int y1, int x2, int y2, int[] pixelInfo, boolean checkBounds, boolean endSubPath) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java259 final float x2 = x1 - cv * omy;
267 emitCurveTo(x1, y1, x2, y2, x3, y3, x4, y4, rev);
470 final float x2, final float y2, final boolean rev)
475 out.quadTo(x1, y1, x2, y2);
481 final float x2, final float y2,
485 reverse.pushCubic(x0, y0, x1, y1, x2, y2);
487 out.curveTo(x1, y1, x2, y2, x3, y3);
523 final float x2, final float y2,
529 return (Helpers.within(x1, x2, ERR) && // we want to avoid calling Math.abs
534 float x2, floa
468 emitQuadTo(final float x0, final float y0, final float x1, final float y1, final float x2, final float y2, final boolean rev) argument
479 emitCurveTo(final float x0, final float y0, final float x1, final float y1, final float x2, final float y2, final float x3, final float y3, final boolean rev) argument
522 within(final float x1, final float y1, final float x2, final float y2, final float ERR) argument
533 getLineOffsets(float x1, float y1, float x2, float y2, float[] left, float[] right) argument
939 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
1031 quadTo(float x1, float y1, float x2, float y2) argument
1139 pushCubic(float x0, float y0, float x1, float y1, float x2, float y2) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackendNative.java107 int x1, int y1, int x2, int y2,
123 int x1, int y1, int x2, int y2,
105 XRCreateLinearGradientPaintNative(float[] fractionsArray, short[] pixelsArray, int x1, int y1, int x2, int y2, int numStops, int repeat, int m00, int m01, int m02, int m10, int m11, int m12) argument
122 XRSetClipNative(long dst, int x1, int y1, int x2, int y2, Region clip, boolean isGC) argument

Completed in 116 milliseconds

123456