Searched refs:getNumGlyphs (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeGlyphMapper.java54 numGlyphs = f.getNumGlyphs();
58 public int getNumGlyphs() { method in class:NativeGlyphMapper
H A DXRTextRenderer.java54 if (gl.getNumGlyphs() == 0) {
84 for (int i = 0; i < gl.getNumGlyphs(); i++) {
H A DNativeFont.java90 if (getNumGlyphs() == 0) {
309 public int getNumGlyphs() { method in class:NativeFont
H A DNativeStrike.java125 numGlyphs = nativeFont.getMapper().getNumGlyphs();
184 int numGlyphs = nativeFont.getMapper().getNumGlyphs();
H A DXRGlyphCache.java110 XRGlyphCacheEntry[] entries = new XRGlyphCacheEntry[glyphList.getNumGlyphs()];
114 for (int i = 0; i < glyphList.getNumGlyphs(); i++) {
/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 DFontStrike.java50 public abstract int getNumGlyphs(); method in class:FontStrike
H A DPhysicalStrike.java94 public int getNumGlyphs() { method in class:PhysicalStrike
95 return physicalFont.getNumGlyphs();
H A DNullFontScaler.java78 int getNumGlyphs() throws FontScalerException { method in class:NullFontScaler
H A DCompositeStrike.java85 public int getNumGlyphs() { method in class:CompositeStrike
86 return compFont.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 DFontScaler.java205 abstract int getNumGlyphs() throws FontScalerException; method in class:FontScaler
H A DCompositeGlyphMapper.java136 public int getNumGlyphs() { method in class:CompositeGlyphMapper
153 numGlyphs += mapper.getNumGlyphs();
H A DFreetypeFontScaler.java177 synchronized int getNumGlyphs() throws FontScalerException { method in class:FreetypeFontScaler
181 return FontScaler.getNullScaler().getNumGlyphs();
H A DType1Font.java651 public int getNumGlyphs() { method in class:Type1Font
653 return getScaler().getNumGlyphs();
656 return getNumGlyphs();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java255 wid += gv.getGlyphPosition(gv.getNumGlyphs()).getX();
330 for (int i = 0, e = gv.getNumGlyphs(); i < e; ++i) {
347 for (int i = 0, e = gv.getNumGlyphs(); i < e; ++i) {
365 for (int i = 0, e = gv.getNumGlyphs(); i < e; ++i) {
382 for (int i = 0, e = gv.getNumGlyphs(); i < e; ++i) {
399 for (int i = 0, e = gv.getNumGlyphs(); i < e; ++i) {
416 for (int i = 0, e = gv.getNumGlyphs(); i < e; ++i) {
/openjdk7/jdk/test/java/awt/FontClass/SurrogateTest/
H A DSuppCharTest.java68 int numGlyphs = gv.getNumGlyphs();
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedTextPipe.java105 final int totalGlyphs = gl.getNumGlyphs();
H A DTextRenderer.java49 int num = gl.getNumGlyphs();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCTextPipe.java51 final int length = gv.getNumGlyphs();
65 final int length = gv.getNumGlyphs();
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java149 public abstract int getNumGlyphs(); method in class:GlyphVector
/openjdk7/jdk/test/sun/awt/font/
H A DClassLoaderLeakTest.java218 f.getNumGlyphs();
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphList.java101 int num = gl.getNumGlyphs();
H A DDrawGlyphListAA.java99 int num = gl.getNumGlyphs();

Completed in 285 milliseconds

12