Searched defs:table_tags (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.cc58 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
[all...]
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.cc58 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
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS}; variable
/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS}; variable

Completed in 210 milliseconds