Lines Matching refs:loca
235 down_cast<LocaTable::Builder*>(font_builder->NewTableBuilder(Tag::loca)); in SetupGlyfBuilders()
390 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat4() argument
400 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat4()
401 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat4()
428 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat5() argument
453 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat5()
454 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat5()
478 const BitmapGlyphInfoMap& loca, in SubsetIndexSubTable() argument
484 return ConstructIndexFormat4(builder, loca, image_data_offset); in SubsetIndexSubTable()
487 return ConstructIndexFormat5(builder, loca, image_data_offset); in SubsetIndexSubTable()
648 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); in SubsetFont()
725 LocaTable* loca) { in Subset() argument
730 Tag::head, Tag::hhea, Tag::loca, Tag::maxp, Tag::cvt, in Subset()
742 if (SetupGlyfBuilders(font_builder, glyf, loca, glyph_ids)) { in Subset()
744 remove_tags.insert(Tag::loca); in Subset()