webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "./glyph.h"
#include <stdlib.h>
#include <limits>
#include "./buffer.h"
#include "./store_bytes.h"
Namespaces | |
woff2 | |
Functions | |
bool | woff2::ReadCompositeGlyphData (Buffer *buffer, Glyph *glyph) |
bool | woff2::ReadGlyph (const uint8_t *data, size_t len, Glyph *glyph) |
bool | woff2::StoreGlyph (const Glyph &glyph, uint8_t *dst, size_t *dst_size) |