webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <font.h>
Public Member Functions | |
bool | IsReused () const |
Public Attributes | |
uint32_t | tag |
uint32_t | checksum |
uint32_t | offset |
uint32_t | length |
const uint8_t * | data |
std::vector< uint8_t > | buffer |
Font::Table * | reuse_of |
uint8_t | flag_byte |
bool woff2::Font::Table::IsReused | ( | ) | const |
std::vector<uint8_t> woff2::Font::Table::buffer |
uint32_t woff2::Font::Table::checksum |
const uint8_t* woff2::Font::Table::data |
uint8_t woff2::Font::Table::flag_byte |
uint32_t woff2::Font::Table::length |
uint32_t woff2::Font::Table::offset |
Font::Table* woff2::Font::Table::reuse_of |
uint32_t woff2::Font::Table::tag |