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

/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeFont.java56 public CharToGlyphMapper getMapper() { method in class:NativeFont
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java133 protected CharToGlyphMapper getMapper() { method in class:CFont
/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java376 return getMapper().getMissingGlyphCode();
383 return getMapper().getMissingGlyphCode();
389 public CharToGlyphMapper getMapper() { method in class:CompositeFont
407 numGlyphs = getMapper().getNumGlyphs();
413 return getMapper().getMissingGlyphCode();
417 return getMapper().canDisplay(c);
H A DType1Font.java644 CharToGlyphMapper getMapper() { method in class:Type1Font
H A DFont2D.java169 abstract CharToGlyphMapper getMapper(); method in class:Font2D
179 if (glyphCode < 0 || glyphCode >= getMapper().getNumGlyphs()) {
180 glyphCode = getMapper().getMissingGlyphCode();
492 return getMapper().getNumGlyphs();
496 return getMapper().charToGlyph(wchar);
500 return getMapper().getMissingGlyphCode();
504 return getMapper().canDisplay(c);
508 return getMapper().canDisplay(cp);
H A DTrueTypeFont.java271 glyphToCharMap = new char[getMapper().getNumGlyphs()];
1524 public CharToGlyphMapper getMapper() { method in class:TrueTypeFont
1678 return ((TrueTypeGlyphMapper)getMapper()).hasSupplementaryChars();
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeFont.java238 public CharToGlyphMapper getMapper() { method in class:NativeFont
247 mapper = delegateFont.getMapper();

Completed in 42 milliseconds