Searched refs:antialias (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderingEngine.java203 * {@link VALUE_ANTIALIAS_ON} hint if the {@code antialias}
214 * @param antialias indicates whether or not adjustments appropriate
225 boolean antialias,
424 boolean antialias,
433 (antialias ? "AA" : "non-AA")+", "+
435 target.strokeTo(src, at, bs, thin, normalize, antialias, consumer);
220 strokeTo(Shape src, AffineTransform at, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, PathConsumer2D consumer) argument
419 strokeTo(Shape src, AffineTransform at, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, PathConsumer2D consumer) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java114 * {@link VALUE_ANTIALIAS_ON} hint if the {@code antialias}
125 * @param antialias indicates whether or not adjustments appropriate
136 boolean antialias,
140 ((antialias) ? NormMode.ON_WITH_AA : NormMode.ON_NO_AA)
142 strokeTo(src, at, bs, thin, norm, antialias, consumer);
150 boolean antialias,
155 if (antialias) {
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
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesPathBuf.java97 boolean adjust, boolean antialias,
102 if (antialias) {
96 tesselateStroke(Shape s, BasicStroke bs, boolean thin, boolean adjust, boolean antialias, AffineTransform at, Region clip) argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c860 FcBool antialias = FcFalse; local
928 (*FcPatternGetBool)(matchPattern, FC_ANTIALIAS, 0, &antialias);
940 if (antialias == FcFalse) {
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m168 bool antialias = CGContextGetShouldAntialias(cgRef);
171 fprintf(stderr, " [smoothness: %f] [antialias: %d] [smoothfont: %d] [fontrenderingmode: %d]\n",
172 smoothness, antialias, smoothfont, fRendMode);
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java126 boolean antialias,
121 strokeTo(Shape src, AffineTransform transform, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, PathConsumer2D sr) argument

Completed in 42 milliseconds