Searched defs:chars_to_glyph_ids (Results 1 – 3 of 3) sorted by relevance
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, in FontInfo()97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids) { in set_chars_to_glyph_ids()141 CharacterMap* chars_to_glyph_ids = new CharacterMap; in GetFontInfo() local172 bool FontSourcedInfoBuilder::GetCharacterMap(CharacterMap* chars_to_glyph_ids) { in GetCharacterMap()192 FontSourcedInfoBuilder::ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids, in ResolveCompositeGlyphs()
81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; } in chars_to_glyph_ids() function
89 CharacterMap* chars_to_glyph_ids = font_info_->chars_to_glyph_ids(); in AssembleCMapTable() local