17 #ifndef WOFF2_WOFF2_COMMON_H_ 18 #define WOFF2_WOFF2_COMMON_H_ 27 static const uint32_t kWoff2Signature = 0x774f4632;
33 static const uint32_t kTtcFontFlavor = 0x74746366;
35 static const size_t kSfntHeaderSize = 12;
36 static const size_t kSfntEntrySize = 16;
57 return tag < other.
tag;
72 #endif // WOFF2_WOFF2_COMMON_H_ uint32_t dst_length
Definition: woff2_common.h:53
EGLStreamKHR EGLint EGLint EGLint size
Definition: eglext.h:984
size_t CollectionHeaderSize(uint32_t header_version, uint32_t num_fonts)
Definition: woff2_common.cc:52
uint32_t src_length
Definition: woff2_common.h:48
unsigned int uint32_t
Definition: ptypes.h:105
uint32_t src_offset
Definition: woff2_common.h:47
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition: gl2ext.h:134
const unsigned int kWoff2FlagsTransform
Definition: woff2_common.h:30
uint32_t dst_offset
Definition: woff2_common.h:52
const uint8_t * dst_data
Definition: woff2_common.h:54
int x
Definition: woff2_common.h:39
unsigned char uint8_t
Definition: ptypes.h:89
uint32_t tag
Definition: woff2_common.h:45
int y
Definition: woff2_common.h:40
bool on_curve
Definition: woff2_common.h:41
Definition: woff2_common.h:44
uint32_t flags
Definition: woff2_common.h:46
bool operator<(const Table &other) const
Definition: woff2_common.h:56
uint32_t transform_length
Definition: woff2_common.h:50
uint32_t ComputeULongSum(const uint8_t *buf, size_t size)
Definition: woff2_common.cc:24
Definition: woff2_common.h:38