Searched refs:resolved_glyph_ids (Results 1 – 4 of 4) sorted by relevance
64 GlyphIdSet* resolved_glyph_ids, in FontInfo() argument68 resolved_glyph_ids_ = new GlyphIdSet(resolved_glyph_ids->begin(), in FontInfo()69 resolved_glyph_ids->end()); in FontInfo()101 void FontInfo::set_resolved_glyph_ids(GlyphIdSet* resolved_glyph_ids) { in set_resolved_glyph_ids() argument102 *resolved_glyph_ids_ = *resolved_glyph_ids; in set_resolved_glyph_ids()150 GlyphIdSet* resolved_glyph_ids = new GlyphIdSet; in GetFontInfo() local151 success = ResolveCompositeGlyphs(chars_to_glyph_ids, resolved_glyph_ids); in GetFontInfo()154 delete resolved_glyph_ids; in GetFontInfo()162 font_info->set_resolved_glyph_ids(resolved_glyph_ids); in GetFontInfo()167 delete resolved_glyph_ids; in GetFontInfo()[all …]
76 font_info->resolved_glyph_ids()->insert( in MergeFontInfos()77 current_font_info->resolved_glyph_ids()->begin(), in MergeFontInfos()78 current_font_info->resolved_glyph_ids()->end()); in MergeFontInfos()82 font_info->resolved_glyph_ids()->size()); in MergeFontInfos()
69 GlyphIdSet* resolved_glyph_ids,84 GlyphIdSet* resolved_glyph_ids() const { return resolved_glyph_ids_; } in resolved_glyph_ids() function115 GlyphIdSet* resolved_glyph_ids);
151 GlyphIdSet* resolved_glyph_ids = font_info_->resolved_glyph_ids(); in AssembleGlyphAndLocaTables() local181 for (GlyphIdSet::iterator it = resolved_glyph_ids->begin(), in AssembleGlyphAndLocaTables()182 e = resolved_glyph_ids->end(); it != e; ++it) { in AssembleGlyphAndLocaTables()