Searched refs:unicodeToGlyph (Results 1 – 9 of 9) sorted by relevance
23 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;45 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;66 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
123 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() function in CMAPFormat4Mapper178 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() function in CMAPGroupMapper
143 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
133 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() function in CMAPFormat4Mapper172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const in unicodeToGlyph() function in CMAPGroupMapper
190 LEGlyphID unicodeToGlyph(LEUnicode32 unicode);
153 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32) in unicodeToGlyph() function in FontObject
415 return fCMAPMapper->unicodeToGlyph(ch); in mapCharToGlyph()