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

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DTest.java202 public static int adjustWidth(int w, int h) { method in class:Test
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java3054 localizedMagnitude(sb, va, f, adjustWidth(width, f, neg), l);
3129 localizedMagnitude(sb, va, f, adjustWidth(width, f, neg), l);
3234 newW = adjustWidth(width - exp.length - 1, f, neg);
3270 newW = adjustWidth(width, f, neg);
3304 newW = adjustWidth(width - exp.length - 1, f, neg);
3306 newW = adjustWidth(width, f, neg);
3565 newW = adjustWidth(width - exp.length - 1, f, neg);
3616 localizedMagnitude(sb, mant, f, adjustWidth(width, f, neg), l);
3785 private int adjustWidth(int width, Flags f, boolean neg) { method in class:Formatter.FormatSpecifier
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DGraphicsTests.java320 ctx.maxX = adjustWidth(ctx.maxX, ctx.maxY);

Completed in 53 milliseconds