Searched defs:strokeHint (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java676 Region clip, int strokeHint) {
679 strokeHint);
712 sg2d.strokeHint),
802 sg2d.strokeHint),
857 sg2d.strokeHint),
946 sg2d.strokeHint),
675 PixelWriterDrawHandler(SurfaceData sData, PixelWriter pw, Region clip, int strokeHint) argument
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java199 public int strokeHint; field in class:SunGraphics2D
251 strokeHint = SunHints.INTVAL_STROKE_DEFAULT;
1224 stateChanged = (strokeHint != newHint);
1225 strokeHint = newHint;
1299 strokeHint);
1427 strokeHint));

Completed in 42 milliseconds