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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 160 const int nameRecordCount = 5;
163 size_t nameTableSize = ((offsetof(nameTable, nameRecords) + nameRecordCount * sizeof(nameRecord) + fontName.length() * sizeof(UChar)) & ~3) + 4;
177 name->count = nameRecordCount;
178 name->stringOffset = offsetof(nameTable, nameRecords) + nameRecordCount * sizeof(nameRecord);
179 for (unsigned i = 0; i < nameRecordCount; ++i) {

Completed in 266 milliseconds