Home | History | Annotate | Download | only in subtly

Lines Matching refs:it

30   for (TableMap::const_iterator it = table_map->begin(),
31 e = table_map->end(); it != e; ++it) {
32 size += it->second->DataLength();
45 for (TableMap::const_iterator it = tables->begin(),
46 e = tables->end(); it != e; ++it) {
47 char *name = TagToString(it->first);
48 int32_t size = it->second->DataLength();
50 TableSizePercent(font, it->first));
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
58 size_percent = subtly::TableSizePercent(new_font, it->first);
73 for (TableMap::const_iterator it = tables->begin(),
74 e = tables->end(); it != e; ++it) {
75 char *name = TagToString(it->first);
76 int32_t size = it->second->DataLength();
78 TableSizePercent(font, it->first));