Searched refs:createStrokedShape (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DStroke.java67 Shape createStrokedShape (Shape p); method in interface:Stroke
H A DBasicStroke.java296 public Shape createStrokedShape(Shape s) { method in class:BasicStroke
299 return re.createStrokedShape(s, width, cap, join, miterlimit,
/openjdk7/jdk/test/sun/java2d/pisces/
H A DTest7036754.java43 s = new BasicStroke(10f).createStrokedShape(s);
/openjdk7/jdk/test/sun/pisces/
H A DStrokeShapeTest.java52 g.fill(stroke.createStrokedShape(shape));
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesShapePipe.java65 s = sg2d.stroke.createStrokedShape(s);
/openjdk7/jdk/src/share/classes/sun/font/
H A DUnderline.java192 return ulStroke.createStrokedShape(line);
244 gp.append(stroke.createStrokedShape(line), false);
250 gp.append(stroke.createStrokedShape(line), false);
H A DDecoration.java402 Area slArea = new Area(stStroke.createStrokedShape(line));
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderingEngine.java47 * <dt>Shape createStrokedShape(Shape, [BasicStroke attributes]);
54 * object to hold the results of the {@code createStrokedShape} method.
185 public abstract Shape createStrokedShape(Shape src, method in class:RenderingEngine
398 public Shape createStrokedShape(Shape src, method in class:RenderingEngine.Tracer
406 System.out.println(name+".createStrokedShape("+
414 return target.createStrokedShape(src,
H A DAAShapePipe.java60 s = sg.stroke.createStrokedShape(s);
H A DSpanShapeRenderer.java95 fill(sg, sg.stroke.createStrokedShape(s));
H A DLoopPipe.java197 fill(sg2d, sg2d.stroke.createStrokedShape(s));
H A DBufferedRenderPipe.java543 fill(sg2d, sg2d.stroke.createStrokedShape(s));
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java68 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(lineToShape), true, true);
97 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(rectToShape), true, true);
137 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(roundrectToShape), true, true);
176 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(ovalToShape), true, true);
215 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(arcToShape), true, true);
243 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(polyToShape), true, true);
258 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(polyToShape), true, true);
382 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(s), true, true);
H A DCompositeCRenderer.java314 shape = sg2d.stroke.createStrokedShape(shape);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRRenderer.java276 fill(sg2d, sg2d.stroke.createStrokedShape(s));
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java59 public Shape createStrokedShape(Shape src, method in class:PiscesRenderingEngine
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java78 public Shape createStrokedShape(Shape src, method in class:DuctusRenderingEngine
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java321 doShape(sg2d, sg2d.stroke.createStrokedShape(s), true);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java1812 Shape transShape = getStroke().createStrokedShape(s);
H A DPathGraphics.java1054 fill(getStroke().createStrokedShape(s));
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java358 fill(sg2d, sg2d.stroke.createStrokedShape(s));
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java855 s = stroke.createStrokedShape(s);

Completed in 63 milliseconds