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

  /external/sfntly/cpp/src/sample/subtly/
stats.cc 29 const TableMap* table_map = font->GetTableMap(); local
30 for (TableMap::const_iterator it = table_map->begin(),
31 e = table_map->end(); it != e; ++it) {
  /external/sfntly/cpp/src/test/
otf_basic_editing_test.cc 65 const TableMap* table_map = font->GetTableMap(); local
66 for (TableMap::const_iterator i = table_map->begin(), e = table_map->end();
  /external/chromium_org/third_party/ots/src/
ots.cc 486 std::map<uint32_t, OpenTypeTable> table_map; local
488 table_map[tables[i].tag] = tables[i];
515 = table_map.find(Tag(table_parsers[i].tag));
517 if (it == table_map.end()) {

Completed in 1624 milliseconds