Searched defs:runLimit (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java998 int runLimit,
1012 int chunkLimit = firstVisualChunk(charsLtoV, levels, pos, runLimit); // <= displayLimit
1040 } while (pos < runLimit);
1064 int runLimit = Math.min(styledParagraph.getRunLimit(pos), textLimit);
1079 pos, runLimit);
1092 } while(pos < runLimit);
1097 tempComponents = createComponentsOnRun(pos, runLimit,
1105 pos = runLimit;
997 createComponentsOnRun(int runStart, int runLimit, char[] chars, int[] charsLtoV, byte[] levels, TextLabelFactory factory, Font font, CoreMetrics cm, FontRenderContext frc, Decoration decorator, TextLineComponent[] components, int numComponents) argument

Completed in 26 milliseconds