Searched refs:adjustWidth (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/
H A DTest.java202 public static int adjustWidth(int w, int h) { method in class:Test
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DFormatter.java3155 localizedMagnitude(sb, valueStr, neg ? 1 : 0, f, adjustWidth(width, f, neg), l);
3231 localizedMagnitude(sb, v.toString(), 0, f, adjustWidth(width, f, neg), l);
3334 newW = adjustWidth(width - exp.length - 1, f, neg);
3364 newW = adjustWidth(width, f, neg);
3405 newW = adjustWidth(width - exp.length - 1, f, neg);
3407 newW = adjustWidth(width, f, neg);
3637 newW = adjustWidth(width - exp.length() - 1, f, neg);
3689 localizedMagnitude(sb, mant, 0, f, adjustWidth(width, f, neg), l);
3843 private int adjustWidth(int width, Flags f, boolean neg) { method in class:Formatter.FormatSpecifier
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/
H A DGraphicsTests.java321 ctx.maxX = adjustWidth(ctx.maxX, ctx.maxY);

Completed in 108 milliseconds