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

  /external/chromium_org/third_party/ots/src/
ots.cc 320 uint64_t total_sfnt_size = 12 + 16 * header->num_tables; local
331 total_sfnt_size += ots::Round4(table.uncompressed_length);
332 if (total_sfnt_size > std::numeric_limits<uint32_t>::max()) {
342 if (reported_total_sfnt_size != total_sfnt_size) {
woff2.cc 897 // uint32_t total_sfnt_size
    [all...]

Completed in 57 milliseconds