webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "./woff2_enc.h"
#include <stdlib.h>
#include <complex>
#include <cstring>
#include <limits>
#include <string>
#include <vector>
#include "./compressor.h"
#include "./buffer.h"
#include "./font.h"
#include "./normalize.h"
#include "./round.h"
#include "./store_bytes.h"
#include "./table_tags.h"
#include "./transform.h"
#include "./variable_length.h"
#include "./woff2_common.h"
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) |
uint32_t | woff2::CompressedBufferSize (uint32_t original_size) |
bool | woff2::TransformFontCollection (FontCollection *font_collection) |
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 ¶ms) |