Home
last modified time | relevance | path

Searched refs:FontIdMap (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
Dfont_info.cc60 fonts_(new FontIdMap) { in FontInfo()
65 FontIdMap* fonts) { in FontInfo()
70 fonts_ = new FontIdMap(fonts->begin(), fonts->end()); in FontInfo()
82 FontIdMap::iterator it = fonts_->find(font_id); in GetTable()
91 FontIdMap::iterator it = fonts_->find(font_id); in GetTableMap()
105 void FontInfo::set_fonts(FontIdMap* fonts) { in set_fonts()
163 FontIdMap* font_id_map = new FontIdMap; in GetFontInfo()
Dfont_info.h34 typedef std::map<FontId, sfntly::Ptr<sfntly::Font> > FontIdMap; typedef
70 FontIdMap* fonts);
87 FontIdMap* fonts() const { return fonts_; } in fonts()
89 void set_fonts(FontIdMap* fonts);
94 FontIdMap* fonts_;
Dmerger.h41 FontIdMap fonts_;
Dmerger.cc60 for (FontIdMap::iterator it = fonts_.begin(), in MergeFontInfos()
Dfont_assembler.cc156 for (FontIdMap::iterator it = font_info_->fonts()->begin(); in AssembleGlyphAndLocaTables()