webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
variable_length.cc File Reference
#include "./variable_length.h"

Namespaces

 woff2
 

Functions

size_t woff2::Size255UShort (uint16_t value)
 
void woff2::Write255UShort (std::vector< uint8_t > *out, int value)
 
void woff2::Store255UShort (int val, size_t *offset, uint8_t *dst)
 
bool woff2::Read255UShort (Buffer *buf, unsigned int *value)
 
bool woff2::ReadBase128 (Buffer *buf, uint32_t *value)
 
size_t woff2::Base128Size (size_t n)
 
void woff2::StoreBase128 (size_t len, size_t *offset, uint8_t *dst)