Searched defs:INVISIBLE_GLYPHS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DCharToGlyphMapper.java42 public static final int INVISIBLE_GLYPHS = 0xfffe; // and above field in class:CharToGlyphMapper
H A DFileFontStrike.java47 static final int INVISIBLE_GLYPHS = 0x0fffe; field in class:FileFontStrike
376 if (glyphCode >= INVISIBLE_GLYPHS) {
403 if (glyphCode >= INVISIBLE_GLYPHS) {
435 if (glyphCode >= INVISIBLE_GLYPHS) {
582 if (glyphCode >= INVISIBLE_GLYPHS) {
789 if (glyphCode >= INVISIBLE_GLYPHS) {
/openjdk7/jdk/src/share/native/sun/font/
H A Dfontscalerdefs.h117 #define INVISIBLE_GLYPHS 0xfffe macro

Completed in 39 milliseconds