Home | History | Annotate | Download | only in chromium

Lines Matching full:glyf

233       down_cast<GlyphTable::Builder*>(font_builder->NewTableBuilder(Tag::glyf));
257 // Add glyph to new glyf table.
645 // Find glyf and loca table.
647 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
682 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm
689 // CFF - if you have this table then you shouldn't have a glyf table and this
724 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf,
731 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT,
742 if (SetupGlyfBuilders(font_builder, glyf, loca, glyph_ids)) {
743 remove_tags.insert(Tag::glyf);