HomeSort by relevance Sort by last modified time
    Searched refs:table_tags (Results 1 - 5 of 5) 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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 48 table_tags[table_index],
85 hb_tag_t table_tag = table_tags[table_index];
225 table_tags[table_index],
265 hb_tag_t table_tag = 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
  /external/harfbuzz_ng/src/
hb-ot-map.cc 46 table_tags[table_index],
83 hb_tag_t table_tag = table_tags[table_index];
228 table_tags[table_index],
268 hb_tag_t table_tag = 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 231 milliseconds