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

/external/icu4c/test/letest/
H A DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const function in class:SimpleFontInstance
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const function in class:SimpleFontInstance
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
103 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const function in class:SimpleFontInstance
H A DSimpleFontInstance.h49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
H A DPortableFontInstance.h95 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
99 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
101 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
H A DPortableFontInstance.cpp401 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const function in class:PortableFontInstance
403 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
408 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const function in class:PortableFontInstance
410 return LEFontInstance::mapCharToGlyph(ch, mapper);
413 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch) const function in class:PortableFontInstance
/external/icu4c/layout/
H A DLEFontInstance.cpp71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
80 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const function in class:LEFontInstance
82 return mapCharToGlyph(ch, mapper, TRUE);
85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const function in class:LEFontInstance
97 return mapCharToGlyph(mappedChar);
102 return LE_GET_GLYPH(mapCharToGlyph(ch)) != 0;
H A DLEFontInstance.h21 * <code>LEFontInstance::mapCharToGlyph</code> to adjust character codes before the character
175 * <code>TRUE</code> if <code>mapCharToGlyph(ch)</code>
201 * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
224 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
236 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
241 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
252 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
266 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const = 0;
H A DKernTable.cpp128 LEGlyphID id = font->mapCharToGlyph(i);
H A DOpenTypeLayoutEngine.cpp431 LEGlyphID zwnj = fFontInstance->mapCharToGlyph(0x200C);
/external/icu4c/samples/layout/
H A DScriptCompositeFontInstance.cpp87 LEGlyphID ScriptCompositeFontInstance::mapCharToGlyph(LEUnicode32 ch) const function in class:ScriptCompositeFontInstance
99 LEGlyphID glyph = scriptFont->mapCharToGlyph(ch);
H A DGDIFontInstance.h91 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
131 inline LEGlyphID GDIFontInstance::mapCharToGlyph(LEUnicode32 ch) const function in class:GDIFontInstance
H A DGnomeFontInstance.h86 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
141 inline LEGlyphID GnomeFontInstance::mapCharToGlyph(LEUnicode32 ch) const function in class:GnomeFontInstance
H A DScriptCompositeFontInstance.h85 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;

Completed in 122 milliseconds