Lines Matching refs:loca
276 down_cast<LocaTable::Builder*>(font_builder->NewTableBuilder(Tag::loca)); in SetupGlyfBuilders()
436 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat4() argument
446 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat4()
447 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat4()
474 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat5() argument
499 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat5()
500 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat5()
524 const BitmapGlyphInfoMap& loca, in SubsetIndexSubTable() argument
530 return ConstructIndexFormat4(builder, loca, image_data_offset); in SubsetIndexSubTable()
533 return ConstructIndexFormat5(builder, loca, image_data_offset); in SubsetIndexSubTable()
708 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); in SubsetFont()
787 LocaTable* loca) { in Subset() argument
792 Tag::head, Tag::hhea, Tag::loca, Tag::maxp, Tag::cvt, in Subset()
806 if (SetupGlyfBuilders(font_builder, glyf, loca, glyph_ids)) { in Subset()
808 remove_tags.insert(Tag::loca); in Subset()