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

/openjdk7/jdk/src/share/classes/sun/font/
H A DType1GlyphMapper.java58 public int getNumGlyphs() { method in class:Type1GlyphMapper
60 return scaler.getNumGlyphs();
63 return getNumGlyphs();
H A DCharToGlyphMapper.java80 public abstract int getNumGlyphs(); method in class:CharToGlyphMapper
H A DTrueTypeGlyphMapper.java74 public int getNumGlyphs() { method in class:TrueTypeGlyphMapper
H A DCompositeGlyphMapper.java136 public int getNumGlyphs() { method in class:CompositeGlyphMapper
153 numGlyphs += mapper.getNumGlyphs();
H A DCompositeStrike.java85 public int getNumGlyphs() { method in class:CompositeStrike
86 return compFont.getNumGlyphs();
H A DFontStrike.java50 public abstract int getNumGlyphs(); method in class:FontStrike
H A DNullFontScaler.java78 int getNumGlyphs() throws FontScalerException { method in class:NullFontScaler
H A DPhysicalStrike.java94 public int getNumGlyphs() { method in class:PhysicalStrike
95 return physicalFont.getNumGlyphs();
H A DCompositeFont.java405 public int getNumGlyphs() { method in class:CompositeFont
407 numGlyphs = getMapper().getNumGlyphs();
H A DFontScaler.java205 abstract int getNumGlyphs() throws FontScalerException; method in class:FontScaler
H A DFreetypeFontScaler.java177 synchronized int getNumGlyphs() throws FontScalerException { method in class:FreetypeFontScaler
181 return FontScaler.getNullScaler().getNumGlyphs();
H A DGlyphList.java55 * int numglyphs = gl.getNumGlyphs();
291 len = sgv.getNumGlyphs();
441 public int getNumGlyphs() { method in class:GlyphList
H A DType1Font.java651 public int getNumGlyphs() { method in class:Type1Font
653 return getScaler().getNumGlyphs();
656 return getNumGlyphs();
H A DFileFontStrike.java188 int numGlyphs = mapper.getNumGlyphs();
312 public int getNumGlyphs() { method in class:FileFontStrike
313 return fileFont.getNumGlyphs();
543 int numGlyphs = mapper.getNumGlyphs();
H A DFont2D.java179 if (glyphCode < 0 || glyphCode >= getMapper().getNumGlyphs()) {
491 public int getNumGlyphs() { method in class:Font2D
492 return getMapper().getNumGlyphs();
H A DStandardGlyphVector.java305 public int getNumGlyphs() { method in class:StandardGlyphVector
1041 int nGlyphs = gv.getNumGlyphs();
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeGlyphMapper.java54 numGlyphs = f.getNumGlyphs();
58 public int getNumGlyphs() { method in class:NativeGlyphMapper
H A DNativeFont.java90 if (getNumGlyphs() == 0) {
309 public int getNumGlyphs() { method in class:NativeFont
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java42 public int getNumGlyphs() { method in class:CCharToGlyphMapper
H A DCStrike.java142 public int getNumGlyphs() { method in class:CStrike
143 return nativeFont.getNumGlyphs();
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java149 public abstract int getNumGlyphs(); method in class:GlyphVector
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java1769 * <code>getNumGlyphs()</code> - 1.
1773 public int getNumGlyphs() { method in class:Font
1774 return getFont2D().getNumGlyphs();

Completed in 118 milliseconds