Searched refs:y1 (Results 201 - 225 of 230) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java505 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
508 * @param y1 the first point's <i>y</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>
444 * @param y1 the first point's <i>y</i> coordinate.
449 public void drawLine(int x1, int y1, int x2, int y2) { argument
450 mGraphics.drawLine(x1, y1, x2, y2);
H A DPathGraphics.java151 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
154 * @param y1 the first 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/hotspot/src/share/vm/code/
H A Ddependencies.cpp165 ciObject* y1 = deps->at(i+1); local
166 if (x1 == y1) { // same subject; check the context
180 ciObject* y1 = deps->at(i+1); local
181 if (x0 == y0 && x1 == y1) {
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c138 bisdo->rasbounds.y1 = 0;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAnyByteBinary.h340 jint x1, jint y1, jint pixel, \
350 y1, scan); \
446 jint x1, jint y1, jint pixel, \
458 y1, scan); \
H A DLoopMacros.h1380 jint x1, jint y1, jint pixel, \
1391 y1, scan); \
1508 jint x1, jint y1, jint pixel, \
1523 y1, scan); \
2014 ylong += IntToLong(pSrcInfo->bounds.y1); \
2041 cy = pSrcInfo->bounds.y1; \
2093 cy = pSrcInfo->bounds.y1; \
H A DGraphicsPrimitiveMgr.h247 jint x1, jint y1, jint pixel,
/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
H A DXFileDialogPeer.java863 int x1, y1, x2, y2;
872 y1 = y2 = bbox.height/2 - 1;
877 y1 = 0;
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/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/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java333 public void flip(int x1, int y1, int x2, int y2, argument
342 g.drawImage(buffer, x1, y1, x2, y2, x1, y1, x2, y2, null);
H A DLWComponentPeer.java496 public void flip(int x1, int y1, int x2, int y2, argument
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java884 int y1 = aee.evaluate(getStringAttr(attrs, "y1"));
893 g2d.drawLine(x1, y1, x2, y2);
896 g.drawLine(x1, y1, x2, y2);
1205 int y1 = aee.evaluate(getStringAttr(attrs, "y1"));
1220 "metacity-vline", x, y1, 1, y2 - y1, null, null);
/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/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.java1243 MutableBigInteger y1 = modInverseBP2(oddMod, powersOf2);
1251 oddPart.multiply(y1, result);
/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/windows/native/sun/windows/
H A Dawt_Component.cpp136 jint x1, x2, y1, y2; member in struct:SetRectangularShapeStruct
6125 jint y1 = data->y1; 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)
6913 data->y1 = y1;
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/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java639 int x0, int y0, int x1, int y1)
643 for (int y = y0; y < y1; y++) {
636 check(AnnotatedRenderOp ar, boolean wasfill, int dataref[], int scanref, int offref, int datatst[], int scantst, int offtst, int x0, int y0, int x1, int y1) 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/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
1640 y1 += (y1 % 2);
1642 for (int y = y1; y <= y2; y+=2) {
/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

Completed in 509 milliseconds

12345678910