Home
last modified time | relevance | path

Searched refs:unicodeToGlyph (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/samples/layout/
Dcmaps.h23 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
45 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
66 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
Dcmaps.cpp123 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() function in CMAPFormat4Mapper
178 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() function in CMAPGroupMapper
DGnomeFontInstance.h143 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
DGDIFontInstance.h133 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
/external/icu4c/test/letest/
Dcmaps.h19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
Dcmaps.cpp117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() function in CMAPFormat4Mapper
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() function in CMAPGroupMapper
DFontObject.h190 LEGlyphID unicodeToGlyph(LEUnicode32 unicode);
DFontObject.cpp153 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32) in unicodeToGlyph() function in FontObject
DPortableFontInstance.cpp415 return fCMAPMapper->unicodeToGlyph(ch); in mapCharToGlyph()