Searched refs:getLineWidth (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java193 if ( _format.getLineWidth() > 0 &&
194 _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) {
276 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 )
277 indent = _format.getLineWidth() / 2;
H A DOutputFormat.java788 public int getLineWidth() method in class:OutputFormat
800 * @see #getLineWidth
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DStrokeBorder.java107 float size = this.stroke.getLineWidth();
139 int size = (int) Math.ceil(this.stroke.getLineWidth());
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPlainView.java231 return getLineWidth(longLine);
537 int currWide = getLineWidth(longLine);
539 int w = getLineWidth(added[i]);
563 int w = getLineWidth(longLine);
567 } else if (getLineWidth(e) > w) {
646 int w = getLineWidth(line);
659 private int getLineWidth(Element line) { method in class:PlainView
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java95 double lw = bs.getLineWidth();
132 double lw = bs.getLineWidth();
194 double lw = bs.getLineWidth();
/openjdk7/jdk/src/share/classes/java/awt/
H A DBasicStroke.java311 public float getLineWidth() { method in class:BasicStroke
/openjdk7/jdk/src/share/classes/sun/font/
H A DUnderline.java158 stroke.getLineWidth() != lineThickness) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesPathBuf.java108 lw = bs.getLineWidth();
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java134 stroker.setPenDiameter(bs.getLineWidth());
406 r.setPenDiameter(bs.getLineWidth());
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java171 lineWidth = lineStroke.getLineWidth();
1486 float lineWidth = lineStroke.getLineWidth();
1591 float lineWidth = lineStroke.getLineWidth();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDragSourceContextPeer.java387 int halfLineWidth = (int) (stroke.getLineWidth() + 1) / 2; // Rounded up.
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java161 lw = bs.getLineWidth();
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java309 int width = (int) (((BasicStroke) sg2d.stroke).getLineWidth() + 0.5f);
H A DOSXSurfaceData.java670 this.fGraphicsStatesFloat.put(kStrokeWidthIndex, stroke.getLineWidth());
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java1016 if (bs.getLineWidth() <= MinPenSizeAA) {
1028 } else if (bs.getLineWidth() <= 1.0f) {
1096 widthsquared *= bs.getLineWidth() * bs.getLineWidth();

Completed in 68 milliseconds