Searched refs:getValidatedGlyphCode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java373 protected int getValidatedGlyphCode(int glyphCode) { method in class:CompositeFont
381 if (slotFont.getValidatedGlyphCode(slotglyphCode) ==
H A DFont2D.java178 protected int getValidatedGlyphCode(int glyphCode) { method in class:Font2D
H A DStandardGlyphVector.java1086 vglyphs[i] = font2D.getValidatedGlyphCode(oglyphs[i]);

Completed in 28 milliseconds