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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardTextSource.java40 int cstart; field in class:StandardTextSource
52 * logical order, contiguously starting at cstart. Start and len
54 * source; start, like cstart, is relative to the start of the
65 int cstart,
75 if (cstart < 0) {
76 throw new IllegalArgumentException("bad cstart: " + cstart);
78 if (start < cstart) {
79 throw new IllegalArgumentException("bad start: " + start + " for cstart: " + cstart);
62 StandardTextSource(char[] chars, int start, int len, int cstart, int clen, int level, int flags, Font font, FontRenderContext frc, CoreMetrics cm) argument
[all...]

Completed in 30 milliseconds