HomeSort by relevance Sort by last modified time
    Searched full:tables_in_font (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font.cc 174 Int2Bool tables_in_font; local
177 tables_in_font.insert(Int2BoolEntry(table->first, false));
184 tables_in_font[*tag] = true;
187 for (Int2Bool::iterator table = tables_in_font.begin(),
188 table_end = tables_in_font.end();
  /external/sfntly/cpp/src/sfntly/
font.cc 174 Int2Bool tables_in_font; local
177 tables_in_font.insert(Int2BoolEntry(table->first, false));
184 tables_in_font[*tag] = true;
187 for (Int2Bool::iterator table = tables_in_font.begin(),
188 table_end = tables_in_font.end();

Completed in 282 milliseconds