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

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_name.h 139 * LanguageIDs > 0x7FFF are indexes into the langTagRecord array
144 * languageTagID - 0x8000 is an index into the langTagRecord array.
536 /** The encoding of a langTagRecord string is always UTF-16BE.
539 struct LangTagRecord {
547 }; //langTagRecord[langTagCount]
581 SK_COMPILE_ASSERT(sizeof(SkOTTableName::Format1Ext::LangTagRecord) == 4, sizeof_SkOTTableNameLangTagRecord_not_4);
  /external/skia/src/sfnt/
SkOTTable_name.h 139 * LanguageIDs > 0x7FFF are indexes into the langTagRecord array
144 * languageTagID - 0x8000 is an index into the langTagRecord array.
536 /** The encoding of a langTagRecord string is always UTF-16BE.
539 struct LangTagRecord {
547 }; //langTagRecord[langTagCount]
581 SK_COMPILE_ASSERT(sizeof(SkOTTableName::Format1Ext::LangTagRecord) == 4, sizeof_SkOTTableNameLangTagRecord_not_4);

Completed in 1886 milliseconds