Home
last modified time | relevance | path

Searched refs:resolved_glyph_ids (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc64 GlyphIdSet* resolved_glyph_ids, in FontInfo() argument
68 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() argument
102 *resolved_glyph_ids_ = *resolved_glyph_ids; in set_resolved_glyph_ids()
150 GlyphIdSet* resolved_glyph_ids = new GlyphIdSet; in GetFontInfo() local
151 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 …]
Dmerger.cc76 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()
Dfont_info.h69 GlyphIdSet* resolved_glyph_ids,
84 GlyphIdSet* resolved_glyph_ids() const { return resolved_glyph_ids_; } in resolved_glyph_ids() function
115 GlyphIdSet* resolved_glyph_ids);
Dfont_assembler.cc151 GlyphIdSet* resolved_glyph_ids = font_info_->resolved_glyph_ids(); in AssembleGlyphAndLocaTables() local
181 for (GlyphIdSet::iterator it = resolved_glyph_ids->begin(), in AssembleGlyphAndLocaTables()
182 e = resolved_glyph_ids->end(); it != e; ++it) { in AssembleGlyphAndLocaTables()