Home
last modified time | relevance | path

Searched defs:SkOTTableHead (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_head.h17 struct SkOTTableHead { struct
22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableHead>::value; argument
24 SK_OT_Fixed version;
25 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000);
26 SK_OT_Fixed fontRevision;
27 static const uint32_t fontChecksum = 0xB1B0AFBA; //checksum of all TT fonts
28 SK_OT_ULONG checksumAdjustment;
29 SK_OT_ULONG magicNumber;
30 static const SK_OT_ULONG magicNumberConst = SkTEndian_SwapBE32(0x5F0F3CF5);
31 union Flags {
[all …]