HomeSort by relevance Sort by last modified time
    Searched refs:unicodeToGlyph (Results 1 - 9 of 9) sorted by null

  /external/icu4c/samples/layout/
cmaps.h 23 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
45 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
66 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
cmaps.cpp 123 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
178 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
GDIFontInstance.h 133 return fMapper->unicodeToGlyph(ch);
GnomeFontInstance.h 143 return fMapper->unicodeToGlyph(ch);
  /external/icu4c/test/letest/
cmaps.h 19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
cmaps.cpp 117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
FontObject.h 190 LEGlyphID unicodeToGlyph(LEUnicode32 unicode);
FontObject.cpp 153 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32)
PortableFontInstance.cpp 415 return fCMAPMapper->unicodeToGlyph(ch);

Completed in 128 milliseconds