Home | History | Annotate | Download | only in chromium

Lines Matching refs:loca

237       down_cast<LocaTable::Builder*>(font_builder->NewTableBuilder(Tag::loca));
243 // Extract glyphs and setup loca list.
268 // Configure loca list.
392 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca,
402 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound);
403 BitmapGlyphInfoMap::const_iterator end = loca.end();
430 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca,
455 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound);
456 BitmapGlyphInfoMap::const_iterator end = loca.end();
480 const BitmapGlyphInfoMap& loca,
486 return ConstructIndexFormat4(builder, loca, image_data_offset);
489 return ConstructIndexFormat5(builder, loca, image_data_offset);
665 // Find glyf and loca table.
668 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca));
702 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm
745 LocaTable* loca) {
750 Tag::head, Tag::hhea, Tag::loca, Tag::maxp, Tag::cvt,
762 if (SetupGlyfBuilders(font_builder, glyf, loca, glyph_ids)) {
764 remove_tags.insert(Tag::loca);