Searched defs:FontIdMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h34 typedef std::map<FontId, sfntly::Ptr<sfntly::Font> > FontIdMap; typedef in namespace:subtly
70 FontIdMap* fonts);
87 FontIdMap* fonts() const { return fonts_; }
88 // Takes ownership of the fonts FontIdMap.
89 void set_fonts(FontIdMap* fonts);
94 FontIdMap* fonts_;
/external/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h34 typedef std::map<FontId, sfntly::Ptr<sfntly::Font> > FontIdMap; typedef in namespace:subtly
70 FontIdMap* fonts);
87 FontIdMap* fonts() const { return fonts_; }
88 // Takes ownership of the fonts FontIdMap.
89 void set_fonts(FontIdMap* fonts);
94 FontIdMap* fonts_;

Completed in 339 milliseconds