Home | History | Annotate | Download | only in subtly

Lines Matching defs:FontInfo

55  * FontInfo class
57 FontInfo::FontInfo()
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids,
73 FontInfo::~FontInfo() {
79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) {
88 const TableMap* FontInfo::GetTableMap(FontId font_id) {
97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids) {
101 void FontInfo::set_resolved_glyph_ids(GlyphIdSet* resolved_glyph_ids) {
105 void FontInfo::set_fonts(FontIdMap* fonts) {
140 CALLER_ATTACH FontInfo* FontSourcedInfoBuilder::GetFontInfo() {
160 Ptr<FontInfo> font_info = new FontInfo;