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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java393 TextLayout layout = createTextLayout(c, string,
508 TextLayout layout = createTextLayout(c, text, g2d.getFont(),
557 TextLayout layout = createTextLayout(c, text, g2.getFont(),
620 createTextLayout(c, text, g2d.getFont(),
781 createTextLayout(c, new String(data, offset, length),
899 private static TextLayout createTextLayout(JComponent c, String s, method in class:SwingUtilities2

Completed in 33 milliseconds