OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontIdMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h
34
typedef std::map<FontId, sfntly::Ptr<sfntly::Font> >
FontIdMap
;
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/
font_info.h
34
typedef std::map<FontId, sfntly::Ptr<sfntly::Font> >
FontIdMap
;
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 33 milliseconds