webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Go to the source code of this file.
Namespaces | |
woff2 | |
Functions | |
size_t | woff2::Size255UShort (uint16_t value) |
bool | woff2::Read255UShort (Buffer *buf, unsigned int *value) |
void | woff2::Write255UShort (std::vector< uint8_t > *out, int value) |
void | woff2::Store255UShort (int val, size_t *offset, uint8_t *dst) |
size_t | woff2::Base128Size (size_t n) |
bool | woff2::ReadBase128 (Buffer *buf, uint32_t *value) |
void | woff2::StoreBase128 (size_t len, size_t *offset, uint8_t *dst) |