|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "./woff2_dec.h"#include <stdlib.h>#include <algorithm>#include <complex>#include <cstring>#include <limits>#include <string>#include <vector>#include <map>#include <memory>#include <utility>#include "./decode.h"#include "./buffer.h"#include "./port.h"#include "./round.h"#include "./store_bytes.h"#include "./table_tags.h"#include "./variable_length.h"#include "./woff2_common.h"Namespaces | |
| woff2 | |
Functions | |
| size_t | woff2::ComputeWOFF2FinalSize (const uint8_t *data, size_t length) |
| bool | woff2::ConvertWOFF2ToTTF (uint8_t *result, size_t result_length, const uint8_t *data, size_t length) |
| bool | woff2::ConvertWOFF2ToTTF (const uint8_t *data, size_t length, WOFF2Out *out) |
1.8.13