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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java177 * @param codeReturn the array that receives the glyphcodes and is
190 int[] codeReturn);
218 * @param codeReturn the array into which to return the character indices
223 int[] codeReturn) {
224 if (codeReturn == null) {
225 codeReturn = new int[numEntries];
228 codeReturn[i] = getGlyphCharIndex(j);
230 return codeReturn;
189 getGlyphCodes(int beginGlyphIndex, int numEntries, int[] codeReturn) argument
222 getGlyphCharIndices(int beginGlyphIndex, int numEntries, int[] codeReturn) argument

Completed in 61 milliseconds