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

/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DVisibleAdvance.java50 advances = showAndCalculateAdvance ("Left-to-right (One style): ", getString (TextAttribute.RUN_DIRECTION_LTR, false), advances);
51 advances = showAndCalculateAdvance ("Right-to-left (One style): ", getString (TextAttribute.RUN_DIRECTION_RTL, false), advances);
53 advances = showAndCalculateAdvance ("Left-to-right (Multiple styles): ", getString (TextAttribute.RUN_DIRECTION_LTR, true), advances);
54 advances = showAndCalculateAdvance ("Right-to-left (Multiple styles): ", getString (TextAttribute.RUN_DIRECTION_RTL, true), advances);
87 private static float[] showAndCalculateAdvance (String what, method in class:VisibleAdvance

Completed in 35 milliseconds