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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc761 uint32_t compressed_length; local
762 if (!file.ReadU32(&compressed_length)) {
784 table->src_length = (i == 0 ? compressed_length : 0);
859 src_buf, compressed_length)) {
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc897 uint32_t compressed_length; local
898 if (!file.ReadU32(&compressed_length)) {
919 table->src_length = (i == 0 ? compressed_length : 0);
1006 src_buf, compressed_length, compression_type)) {

Completed in 96 milliseconds