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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java53 private int graphicCount; field in class:GraphicComponent
128 * Initialize graphicCount, also charsLtoV and levels arrays.
135 this.graphicCount = limit - start; // todo: should be codepoints?
137 if (charsLtoV == null || charsLtoV.length == graphicCount) {
144 if (levels == null || levels.length == graphicCount) {
148 this.levels = new byte[graphicCount];
149 System.arraycopy(levels, start, this.levels, 0, graphicCount);
166 graphicAdvance * (graphicCount-1);
211 if (graphicCount == 1) {
217 for (int i = 0; i < graphicCount;
[all...]

Completed in 37 milliseconds