HomeSort by relevance Sort by last modified time
    Searched refs:table_tags (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 58 IntegerSet table_tags; local
61 table_tags.insert(i->first);
65 std::set_difference(table_tags.begin(), table_tags.end(),
68 table_tags = result;
78 std::set_difference(table_tags.begin(), table_tags.end(),
81 table_tags = result;
84 for (IntegerSet::iterator tag = table_tags.begin(),
85 tag_end = table_tags.end(); tag != tag_end; ++tag)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map.cc 45 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]);
51 table_tags[table_index],
91 hb_tag_t table_tag = table_tags[table_index];
149 table_tags[table_index],
210 table_tags[table_index],
221 table_tags[table_index],
hb-ot-map-private.hh 37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS}; variable

Completed in 108 milliseconds