Lines Matching full:glyf
235 down_cast<GlyphTable::Builder*>(font_builder->NewTableBuilder(Tag::glyf));
259 // Add glyph to new glyf table.
665 // Find glyf and loca table.
667 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
702 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm
709 // CFF - if you have this table then you shouldn't have a glyf table and this
744 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf,
751 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT,
762 if (SetupGlyfBuilders(font_builder, glyf, loca, glyph_ids)) {
763 remove_tags.insert(Tag::glyf);