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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java140 private int[] userGlyphs; // used to return glyphs to the client. field in class:StandardGlyphVector
225 this.userGlyphs = glyphs; // no need to check
252 this.userGlyphs = glyphs;
253 this.glyphs = getValidatedGlyphs(this.userGlyphs);
310 return userGlyphs[glyphIndex];
330 result[i] = userGlyphs[i + start];
1034 * about "userGlyphs".
1042 this.userGlyphs = gv.getGlyphCodes(0, nGlyphs, null);
1044 /* userGlyphs will be OK because this is a private constructor
1047 * application. So we know "userGlyphs" ar
[all...]

Completed in 33 milliseconds