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

  /external/harfbuzz_ng/src/
hb-subset.cc 271 hb_tag_t table_tags[32]; local
275 count = ARRAY_LENGTH (table_tags);
276 hb_face_get_table_tags (source, offset, &count, table_tags);
279 hb_tag_t tag = table_tags[i];
288 } while (success && count == ARRAY_LENGTH (table_tags));
hb-ot-map.hh 40 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS}; variable
  /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...]

Completed in 5061 milliseconds