Searched refs:getGlyphImagePtrs (Results 1 - 8 of 8) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/font/ |
H A D | FontStrike.java | 54 abstract void getGlyphImagePtrs(int[] glyphCodes, long[] images,int len); method in class:FontStrike
|
H A D | CompositeStrike.java | 113 void getGlyphImagePtrs(int[] glyphCodes, long[] images, int len) { method in class:CompositeStrike
|
H A D | GlyphList.java | 272 info.fontStrike.getGlyphImagePtrs(glyphData, images, len);
|
H A D | FileFontStrike.java | 399 void getGlyphImagePtrs(int[] glyphCodes, long[] images, int len) { method in class:FileFontStrike
|
H A D | StandardGlyphVector.java | 938 gs.strike.getGlyphImagePtrs(glyphs, images, glyphs.length);
|
/openjdk7/jdk/src/windows/classes/sun/font/ |
H A D | NativeStrike.java | 51 void getGlyphImagePtrs(int[] glyphCodes, long[] images,int len) { method in class:NativeStrike
|
/openjdk7/jdk/src/solaris/classes/sun/font/ |
H A D | NativeStrike.java | 214 void getGlyphImagePtrs(int[] glyphCodes, long[] images,int len) { method in class:NativeStrike 335 void getGlyphImagePtrs(int[] glyphCodes, long[] images,int len) { method in class:DelegateStrike 336 delegateStrike.getGlyphImagePtrs(glyphCodes, images, len);
|
/openjdk7/jdk/src/macosx/classes/sun/font/ |
H A D | CStrike.java | 285 getGlyphImagePtrs(codes, ptrs, 1); 295 void getGlyphImagePtrs(int[] glyphCodes, long[] images, int len) { method in class:CStrike
|
Completed in 294 milliseconds