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

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_common.h 41 uint32_t transform_length; member in struct:woff2::Table
woff2_dec.cc 707 uint32_t transform_length = dst_length; local
709 if (!ReadBase128(file, &transform_length)) {
715 table->transform_length = transform_length;
841 size_t transform_length = table->transform_length; local
847 uint64_t total_size = transform_length;
852 total_size += tables[j].transform_length;
869 if (transform_length != table->dst_length) {
872 if (static_cast<uint64_t>(table->dst_offset + transform_length) >
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 136 uint32_t transform_length; member in struct:__anon19372::Table
146 transform_length(0),
833 uint32_t transform_length = dst_length; local
835 if (!ReadBase128(file, &transform_length)) {
840 if (transform_length > 1024 * 1024 * 1024 ||
846 table->transform_length = transform_length;
978 size_t transform_length = table->transform_length; local
984 if (transform_length != table->src_length)
    [all...]

Completed in 84 milliseconds