Searched refs:INVISIBLE_GLYPH_ID (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DCharToGlyphMapper.java41 public static final int INVISIBLE_GLYPH_ID = 0xffff; field in class:CharToGlyphMapper
H A DType1GlyphMapper.java157 glyphs[i + 1] = INVISIBLE_GLYPH_ID;
H A DCompositeGlyphMapper.java205 glyphs[i + 1] = INVISIBLE_GLYPH_ID;
250 glyphs[i] = INVISIBLE_GLYPH_ID;
H A DTrueTypeGlyphMapper.java198 glyphs[i] = INVISIBLE_GLYPH_ID;
235 glyphs[i + 1] = INVISIBLE_GLYPH_ID;
H A DCMap.java635 case 0x000d: return CharToGlyphMapper.INVISIBLE_GLYPH_ID;
1049 case 0x000d: return CharToGlyphMapper.INVISIBLE_GLYPH_ID;
1055 return CharToGlyphMapper.INVISIBLE_GLYPH_ID;
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java74 glyphs[i + 1] = INVISIBLE_GLYPH_ID;
275 values[i+1] = INVISIBLE_GLYPH_ID;
322 values[i + 1] = INVISIBLE_GLYPH_ID;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java775 * If the glyphcode is INVISIBLE_GLYPH_ID then this may
783 if (gc == CharToGlyphMapper.INVISIBLE_GLYPH_ID) {
790 if (ch != CharToGlyphMapper.INVISIBLE_GLYPH_ID) {
800 if (gc == CharToGlyphMapper.INVISIBLE_GLYPH_ID) {
807 if (ch != CharToGlyphMapper.INVISIBLE_GLYPH_ID) {
1014 glyphToCharMap[i] = CharToGlyphMapper.INVISIBLE_GLYPH_ID;
1031 CharToGlyphMapper.INVISIBLE_GLYPH_ID)) {

Completed in 42 milliseconds