webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions
woff2_enc.h File Reference
#include <stddef.h>
#include <inttypes.h>
#include <string>

Go to the source code of this file.

Classes

struct  woff2::WOFF2Params
 

Namespaces

 woff2
 

Functions

size_t woff2::MaxWOFF2CompressedSize (const uint8_t *data, size_t length)
 
size_t woff2::MaxWOFF2CompressedSize (const uint8_t *data, size_t length, const string &extended_metadata)
 
bool woff2::ConvertTTFToWOFF2 (const uint8_t *data, size_t length, uint8_t *result, size_t *result_length)
 
bool woff2::ConvertTTFToWOFF2 (const uint8_t *data, size_t length, uint8_t *result, size_t *result_length, const WOFF2Params &params)