Searched refs:mapCharToGlyph (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.cpp96 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
105 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const function in class:LEFontInstance
107 return mapCharToGlyph(ch, mapper, TRUE);
110 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const function in class:LEFontInstance
122 return mapCharToGlyph(mappedChar);
127 return LE_GET_GLYPH(mapCharToGlyph(ch)) != 0;
H A DLEFontInstance.h46 * <code>LEFontInstance::mapCharToGlyph</code> to adjust character codes before the character
222 * <code>TRUE</code> if <code>mapCharToGlyph(ch)</code>
248 * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
271 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
283 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
288 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
299 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
313 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const = 0;
H A DKernTable.cpp184 LEGlyphID id = font->mapCharToGlyph(i);
H A DOpenTypeLayoutEngine.cpp563 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C);
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h108 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
110 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
H A DFontInstanceAdapter.cpp126 LEGlyphID FontInstanceAdapter::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const function in class:FontInstanceAdapter
142 LEGlyphID FontInstanceAdapter::mapCharToGlyph(LEUnicode32 ch) const function in class:FontInstanceAdapter

Completed in 35 milliseconds