Searched refs:INVISIBLE_GLYPHS (Results 1 - 6 of 6) 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) {
H A DTrueTypeGlyphMapper.java82 glyphCode >= FileFontStrike.INVISIBLE_GLYPHS) {
/openjdk7/jdk/src/share/native/sun/font/
H A Dfontscalerdefs.h117 #define INVISIBLE_GLYPHS 0xfffe macro
H A DfreetypeScaler.c992 if (glyphCode >= INVISIBLE_GLYPHS ||
1371 if (glyphs[i] >= INVISIBLE_GLYPHS) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java661 CharToGlyphMapper.INVISIBLE_GLYPHS) {
672 < CharToGlyphMapper.INVISIBLE_GLYPHS) {

Completed in 65 milliseconds