Searched defs:thin (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesRenderingEngine.java39 BasicStroke bs, boolean thin,
43 return new JulesAATileGenerator(s, at, clip, bs, thin,
46 return super.getAATileGenerator(s, at, clip, bs, thin,
38 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int[] bbox) argument
H A DJulesPathBuf.java96 public TrapezoidList tesselateStroke(Shape s, BasicStroke bs, boolean thin, argument
101 if (thin) {
H A DJulesAATileGenerator.java61 BasicStroke bs, boolean thin,
68 traps = buf.tesselateStroke(s, bs, thin, false, true, at, clip);
60 JulesAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int[] bbox) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderingEngine.java70 * {@link SunGraphics2D} class to detect the "thin line" case and set
223 boolean thin,
241 * The {@code thin} parameter indicates whether or not the
266 * @param thin true if the transformed stroke attributes are smaller
279 boolean thin,
422 boolean thin,
431 (thin ? "thin" : "wide")+", "+
435 target.strokeTo(src, at, bs, thin, normalize, antialias, consumer);
447 boolean thin,
220 strokeTo(Shape src, AffineTransform at, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, PathConsumer2D consumer) argument
275 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int bbox[]) argument
419 strokeTo(Shape src, AffineTransform at, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, PathConsumer2D consumer) argument
443 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int bbox[]) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java134 boolean thin,
142 strokeTo(src, at, bs, thin, norm, antialias, consumer);
148 boolean thin,
154 if (thin) {
501 * The {@code thin} parameter indicates whether or not the
526 * @param thin true if the transformed stroke attributes are smaller
539 boolean thin,
562 strokeTo(s, at, bs, thin, norm, true, r);
131 strokeTo(Shape src, AffineTransform at, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, final PathConsumer2D consumer) argument
145 strokeTo(Shape src, AffineTransform at, BasicStroke bs, boolean thin, NormMode normalize, boolean antialias, PathConsumer2D pc2d) argument
535 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int bbox[]) argument
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java124 boolean thin,
133 if (!thin) {
393 boolean thin,
403 if (thin) {
121 strokeTo(Shape src, AffineTransform transform, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, PathConsumer2D sr) argument
389 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int bbox[]) argument

Completed in 38 milliseconds