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

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java72 float[] charinfo; field in class:ExtendedTextSourceLabel
206 * characters are to the right of their base characters. The charinfo
237 * that we can rely on the charinfo to shield us from any glyph positioning oddities
250 if (charinfo == null || charinfo.length == 0) {
357 float[] charinfo = getCharinfo();
359 if (charinfo == null || idx >= charinfo.length) {
362 return charinfo[idx];
368 float[] charinfo
[all...]

Completed in 28 milliseconds