Searched refs:y2 (Results 176 - 198 of 198) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingUtilities.java492 int y2 = ((y + height) < (dest.y + dest.height) ? (y+height) : (dest.y + dest.height));
497 dest.height = y2 - y1;
523 int y2 = ((y+height) > (dest.y + dest.height)) ? (y+height) : (dest.y + dest.height);
528 dest.height= (y2 - y1);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c84 short x1, x2, y1, y2; member in struct:__anon1017
453 srcRect_height = MIN( vis_reg->rects[rect].y2, bbox.height + bbox.y)
H A Dgtk2_interface.c221 const gchar* detail, gint y1, gint y2, gint 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/classes/sun/awt/windows/
H A DWComponentPeer.java963 public void flip(int x1, int y1, int x2, int y2, argument
972 gc.flip(this, (Component)target, backBuffer, x1, y1, x2, y2, flipAction);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java151 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
156 * @param y2 the second point's <i>y</i> coordinate.
158 public void drawLine(int x1, int y1, int x2, int y2) { argument
168 deviceDrawLine(x1, y1, x2, y2, (Color) paint);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java886 int y2 = aee.evaluate(getStringAttr(attrs, "y2"));
893 g2d.drawLine(x1, y1, x2, y2);
896 g.drawLine(x1, y1, x2, y2);
1206 int y2 = aee.evaluate(getStringAttr(attrs, "y2"));
1220 "metacity-vline", x, y1, 1, y2 - y1, null, null);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLFuncs.h107 typedef void (GLAPIENTRY *glRectiType)(GLint x1, GLint y1, GLint x2, GLint y2);
/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java1244 MutableBigInteger y2 = oddMod.modInverseMP2(powersOf2);
1254 temp1.multiply(y2, temp2);
H A DBigInteger.java1626 BigInteger y2 = m1.modInverse(m2);
1629 (a2.multiply(m1).multiply(y2)).mod(m);
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp218 ciObject* y2 = deps->at(i+2); local
219 if (x == y && x2 == y2) { // same subjects; check the context
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java218 // value(2)) + parameters ((x1, y1, x2, y2) OR (x, y, w, h))
905 public void doLine(CRenderer renderer, SunGraphics2D sg2d, float x1, float y1, float x2, float y2) { argument
906 // System.err.println("-- doLine x1="+x1+" y1="+y1+" x2="+x2+" y2="+y2+" paint="+sg2d.paint);
908 renderer.doLine(this, x1, y1, x2, y2);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java1205 public void flip(int x1, int y1, int x2, int y2, argument
1215 x1, y1, x2, y2, flipAction);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp136 jint x1, x2, y1, y2; member in struct:SetRectangularShapeStruct
6126 jint y2 = data->y2; local
6140 if (region || x1 || x2 || y1 || y2) {
6144 const int numrects = RegionToYXBandedRectangles(env, x1, y1, x2, y2,
6166 pRgnHdr->rcBound.bottom = LONG(y2 - y1);
6905 jint x1, jint y1, jint x2, jint y2, jobject region)
6914 data->y2 = y2;
6904 Java_sun_awt_windows_WComponentPeer_setRectangularShape(JNIEnv* env, jobject self, jint x1, jint y1, jint x2, jint y2, jobject region) argument
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c2157 jint x1, jint y1, jint x2, jint y2,
2164 if (region || x1 || x2 || y1 || y2) {
2168 int numrects = RegionToYXBandedRectangles(env, x1, y1, x2, y2, region,
2155 Java_sun_awt_X11_XlibWrapper_SetRectangularShape(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x1, jint y1, jint x2, jint y2, jobject region) argument
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME165 final processing on the buffer, the x1,y1,x2,y2 coordinates specify
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java496 public void flip(int x1, int y1, int x2, int y2, argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java430 public void flip(int x1, int y1, int x2, int y2, FlipContents flipAction) { argument
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_Mask.c358 pRasInfo->bounds.x2, pRasInfo->bounds.y2,
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h1140 GLAPI void GLAPIENTRY glRectd( GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2 );
1141 GLAPI void GLAPIENTRY glRectf( GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2 );
1142 GLAPI void GLAPIENTRY glRecti( GLint x1, GLint y1, GLint x2, GLint y2 );
1143 GLAPI void GLAPIENTRY glRects( GLshort x1, GLshort y1, GLshort x2, GLshort y2 );
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DLoopMacros.h2042 ch = pSrcInfo->bounds.y2-cy; \
2094 ch = pSrcInfo->bounds.y2-cy; \
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1635 // assumes y1 <= y2
1636 protected void drawDashedVerticalLine(Graphics g, int x, int y1, int y2) { argument
1642 for (int y = y1; y <= y2; y+=2) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1815 bisdo->rasbounds.y2 = height;

Completed in 222 milliseconds

12345678