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

12345678

/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/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
H A DD3DTextRenderer.cpp285 jfloat x1, y1, x2, y2; local
315 y2 = y1 + ginfo->height;
317 return d3dc->pVCacher->DrawTexture(x1, y1, x2, y2,
328 ((gx2) <= outerBounds.x2) && ((gy2) <= outerBounds.y2))
335 ((bounds.x2 > (gx1)) && (bounds.y2 > (gy1)) && \
377 dy2 = previousGlyphBounds.y2;
503 cachedDestBounds.y2 = dy2;
511 previousGlyphBounds.y2 = gy2;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DImageData.h247 int x2, y2; \
251 y2 = (*env)->GetIntField(env, img, gImageData.yOutputAreaID); \
252 offsetVar = srcBump * (x2 - x1) + srcStride * (y2 - y1); \
H A DTransformHelper.c149 y = dyoff+pBounds->y2-0.5; /* Center of pixel y2-1 */
156 y = dyoff+pBounds->y2-0.5; /* Center of pixel y2-1 */
174 * numedges should match (pBounds->y2 - pBounds->y1).
175 * The first two jints in pEdges should be set to y1 and y2 and every pair
199 dy2 = pBounds->y2;
361 srcInfo.bounds.y2 = sy2;
365 dstInfo.bounds.y2 = dy2;
382 numedges = (((jlong) dstInfo.bounds.y2)
[all...]
H A DFillParallelogram.c82 if (rasInfo.bounds.y2 <= rasInfo.bounds.y1 ||
95 iy2 = rasInfo.bounds.y2;
/openjdk7/jdk/src/share/demo/applets/DrawTest/
H A DDrawTest.java113 int x2, y2; field in class:DrawPanel
139 y2 = e.getY();
222 g.drawLine(x1, y1, x2, y2);
/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/xr/
H A DMaskTileManager.java100 public void addLine(int x1, int y1, int x2, int y2) { argument
101 mainTile.addLine(x1, y1, x2, y2);
192 int height = tileDirtyArea.y2 - tileDirtyArea.y;
/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);
158 ::LineTo(hdc, x2, y2);
159 ::PatBlt(hdc, x2, y2,
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
[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/classes/sun/java2d/pisces/
H A DDasher.java533 float x2, float y2,
538 curCurvepts[4] = x2; curCurvepts[5] = y2;
544 public void quadTo(float x1, float y1, float x2, float y2) { argument
547 curCurvepts[4] = x2; curCurvepts[5] = y2;
532 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
H A DPiscesRenderingEngine.java90 float x2, float y2,
92 p2d.curveTo(x1, y1, x2, y2, x3, y3);
94 public void quadTo(float x1, float y1, float x2, float y2) {
95 p2d.quadTo(x1, y1, x2, y2);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.h199 jint x1, jint y1, jint x2, jint y2);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java863 int x1, y1, x2, y2;
872 y1 = y2 = bbox.height/2 - 1;
878 y2 = bbox.height - 1;
881 g.drawLine(x1, y2, x2, y2);
884 g.drawLine(x1, y2+1, x2, y2+1);
886 g.drawLine(x1+1, y2, x2+1, y2);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java251 int y2 = Math.max(prefIconRect.y + prefIconRect.height,
254 int height = y2 - y1;
/openjdk7/jdk/src/share/classes/sun/font/
H A DUnderline.java223 drawLine.y2 += DEFAULT_THICKNESS;
247 line.y2 += DEFAULT_THICKNESS;
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
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/share/native/sun/font/
H A DDrawGlyphList.c145 glyphs.x2 = glyphs.y2 = 0x80000000;
155 if (glyphs.y2 < dy2) glyphs.y2 = dy2;
159 return (bounds->x1 < bounds->x2 && bounds->y1 < bounds->y2);
191 if (rasInfo.bounds.y2 <= rasInfo.bounds.y1 ||
217 clipBottom = rasInfo.bounds.y2;
258 if (rasInfo.bounds.y2 <= rasInfo.bounds.y1 ||
284 clipBottom = rasInfo.bounds.y2;
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLRenderer.java152 int x1, int y1, int x2, int y2)
155 oglr.drawLine(sg2d, x1, y1, x2, y2);
151 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
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/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/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/demo/management/MemoryMonitor/
H A DMemoryMonitor.java197 public void plotMemoryUsage(int x1, int y1, int x2, int y2, int npool) { argument
223 big.drawString(usedStr, x1+4, y1+y2-descent);
227 float remainingHeight = (float) (y2 - (ssH*2) - 0.5f);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java362 * @param y2
376 protected final LinearGradientPaint decodeGradient(float x1, float y1, float x2, float y2, float[] midpoints, Color[] colors) { argument
377 if (x1 == x2 && y1 == y2) {
378 y2 += .00001f;
380 return new LinearGradientPaint(x1, y1, x2, y2, midpoints, colors);

Completed in 74 milliseconds

12345678