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

/openjdk7/jdk/src/share/classes/sun/font/
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 DPhysicalStrike.java110 return getGlyphAdvance(physicalFont.getMapper().charToGlyph(cp));
114 return getGlyphMetrics(physicalFont.getMapper().charToGlyph(ch));
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 DCompositeStrike.java142 return getGlyphMetrics(compFont.getMapper().charToGlyph(ch));
158 return getGlyphAdvance(compFont.getMapper().charToGlyph(cp));
H A DFontRunIterator.java57 this.mapper = (CompositeGlyphMapper)font.getMapper();
H A DCompositeGlyphMapper.java114 mapper = font.getSlotFont(slot).getMapper();
150 mapper = font.getSlotFont(slot).getMapper();
H A DGlyphList.java269 if (info.font2D.getMapper().charsToGlyphsNS(len, chData, glyphData)) {
H A DTrueTypeFont.java271 glyphToCharMap = new char[getMapper().getNumGlyphs()];
1524 public CharToGlyphMapper getMapper() { method in class:TrueTypeFont
1678 return ((TrueTypeGlyphMapper)getMapper()).hasSupplementaryChars();
H A DType1Font.java644 CharToGlyphMapper getMapper() { method in class:Type1Font
H A DFileFontStrike.java187 mapper = fileFont.getMapper();
363 CharToGlyphMapper mapper = fileFont.nativeFonts[i].getMapper();
H A DStandardGlyphVector.java1122 font2D.getMapper().charsToGlyphs(count, text, glyphs);
/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
H A DCStrike.java163 float advance = getCachedNativeGlyphAdvance(nativeFont.getMapper().charToGlyph(cp));
190 return getScaledPointForAdvance(getCachedNativeGlyphAdvance(nativeFont.getMapper().charToGlyph(ch)));
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeFont.java238 public CharToGlyphMapper getMapper() { method in class:NativeFont
247 mapper = delegateFont.getMapper();
H A DNativeStrike.java125 numGlyphs = nativeFont.getMapper().getNumGlyphs();
184 int numGlyphs = nativeFont.getMapper().getNumGlyphs();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java530 compFont.getMapper().charsToGlyphs(len, chars, glyphs);

Completed in 63 milliseconds