Searched refs:total_sfnt_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dots.cc320 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) {

Completed in 62 milliseconds