Searched defs:draw (Results 26 - 39 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java51 * fillRect(), draw(Shape), and fill(Shape), which are useful for a
52 * hardware-accelerated renderer. The other draw*() and fill*() methods
53 * simply delegate to draw(Shape) and fill(Shape), respectively.
143 draw(sg2d, new RoundRectangle2D.Float(x, y, width, height,
158 draw(sg2d, new Ellipse2D.Float(x, y, width, height));
171 draw(sg2d, new Arc2D.Float(x, y, width, height,
277 * This method needs to be called prior to each draw/fillPath()
510 public void draw(SunGraphics2D sg2d, Shape s) { method in class:BufferedRenderPipe
H A DValidatePipe.java40 * the indicated SunGraphics2D object before a draw command.
42 * to be revalidated, this object redispatches the draw command to
152 public void draw(SunGraphics2D sg, Shape s) { method in class:ValidatePipe
154 sg.shapepipe.draw(sg, s);
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java325 public void draw(SunGraphics2D sg2d, Shape s) { method in class:X11Renderer
/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java196 public void draw(Graphics2D g, float x, float y) { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java377 public void draw(SunGraphics2D sg2d, Shape s) { method in class:CRenderer
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java91 * its <code>draw</code> method.
151 * layout.draw(g, (float)loc.getX(), (float)loc.getY());
158 * g.draw(bounds);
180 * g.draw(carets[0]);
182 * g.draw(carets[1]);
288 * boundsRect encloses all of the bits this TextLayout can draw. It
723 * The 'natural bounds' encloses all the carets the layout can draw.
2632 public void draw(Graphics2D g2, float x, float y) { method in class:TextLayout
2635 throw new IllegalArgumentException("Null Graphics2D passed to TextLayout.draw()");
2638 textLine.draw(g
[all...]
H A DTextLine.java385 } else { // draw and test
401 draw(g2d, rx + MARGIN - bounds.x, ry + MARGIN - bounds.y);
770 public void draw(Graphics2D g2, float x, float y) { method in class:TextLine
774 tlc.draw(g2, locs[n] + x, locs[n+1] + y);
789 tlc.draw(g2, 0, 0);
792 tlc.draw(g2, pt.x, pt.y);
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java103 public abstract void draw(Graphics2D g2d); method in class:RenderClipTest.AnnotatedRenderOp
113 public void draw(Graphics2D g2d) { method in class:RenderClipTest.AnnotatedShapeOp
114 g2d.draw(getShape());
123 "[-read[file F]] [-rectsuite] [-fill] [-draw]");
138 System.err.println(" -draw Test g.draw*(...)");
179 } else if (arg.equals("-draw")) {
256 "-fill or -draw");
539 ar.draw(grefrender);
540 ar.draw(gtstrende
1287 public void draw(Graphics2D g2d) { method in class:RenderClipTest.RectMethod
1350 public void draw(Graphics2D g2d) { method in class:RenderClipTest.LineMethod
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java289 draw(new RoundRectangle2D.Float(x, y,
338 draw(new Ellipse2D.Float(x, y, width, height));
396 draw(new Arc2D.Float(x, y, width, height,
471 draw(new Line2D.Float(fromX, fromY, toX, toY));
502 draw(new Polygon(xPoints, yPoints, nPoints));
508 * @param p the polygon to draw.
513 draw(p);
579 layout.draw(this, x, y);
615 layout.draw(this, x, y);
1052 public void draw(Shap method in class:PathGraphics
[all...]
H A DPeekGraphics.java136 * requiring the application to draw the contents multiple
515 mPrintMetrics.draw(this);
593 mPrintMetrics.draw(this);
641 mPrintMetrics.draw(this);
697 mPrintMetrics.draw(this);
873 * the glyphs may be draw from right to left, in which case the
899 * the glyphs may be draw from right to left, in which case the
918 layout.draw(this, x, y);
1358 public void draw(Shape s) { method in class:PeekGraphics
1360 mPrintMetrics.draw(thi
[all...]
H A DProxyGraphics2D.java746 * the glyphs may be draw from right to left, in which case the
771 * the glyphs may be draw from right to left, in which case the
1111 * occurs when a draw image call with a background color
1287 public void draw(Shape s) { method in class:ProxyGraphics2D
1288 mGraphics.draw(s);
1414 * @see #draw
1429 * in all drawing methods such as drawImage, drawString, draw,
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java331 draw(draw_ops, g, jif);
952 draw(draw_ops, g, jif);
1369 draw(draw_ops, g, jif);
1380 protected void draw(Node draw_ops, Graphics g, JInternalFrame jif) { method in class:Metacity
1445 draw(draw_ops, g, jif);
2085 // Don't draw anything...
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp630 jobject font, long x, long y, BOOL draw,
679 VERIFY(!draw || ::ExtTextOut(hDC, x, y, ETO_RTLREADING, NULL,
682 VERIFY(!draw || ::TextOut(hDC, x, y, strW, length));
730 VERIFY(!draw || ::TextOutW(hDC, x, y, (LPCWSTR)offsetBuffer, buflen / 2));
734 VERIFY(!draw || ::TextOutA(hDC, x, y, offsetBuffer, buflen));
629 DrawStringSize_sub(jstring str, HDC hDC, jobject font, long x, long y, BOOL draw, UINT codePage) argument
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java553 // cached state for various draw[String,Char,Byte] optimizations
2428 public void draw(Shape s) { method in class:SunGraphics2D
2430 shapepipe.draw(this, s);
2434 shapepipe.draw(this, s);
2505 * in order to draw the given image into the given clipping region
2681 // in raster. So we must draw the BufferedImage with a
2797 // copyImage to draw just the region of interest
2856 new TextLayout(str, font, getFontRenderContext()).draw(this, x, y);
2885 new TextLayout(str, font, getFontRenderContext()).draw(this, x, y);
2911 return; /* nothing to draw */
[all...]

Completed in 115 milliseconds

12