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

/external/chromium_org/third_party/ots/src/
H A Dwoff2.h11 size_t ComputeWOFF2FinalSize(const uint8_t *data, size_t length);
H A Dots.cc398 size_t decompressed_size = ots::ComputeWOFF2FinalSize(data, length);
H A Dwoff2.cc856 size_t ComputeWOFF2FinalSize(const uint8_t* data, size_t length) { function in namespace:ots
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.h26 size_t ComputeWOFF2FinalSize(const uint8_t *data, size_t length);
H A Dwoff2_decompress.cc38 size_t decompressed_size = woff2::ComputeWOFF2FinalSize(
H A Dwoff2_dec.cc723 size_t ComputeWOFF2FinalSize(const uint8_t* data, size_t length) { function in namespace:woff2

Completed in 1619 milliseconds