Lines Matching defs:SkOTTableName
17 struct SkOTTableName { struct
22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableName>::value; argument
24 SK_OT_USHORT format;
25 static const SK_OT_USHORT format_0 = SkTEndian_SwapBE16(0);
27 static const SK_OT_USHORT format_1 = SkTEndian_SwapBE16(1);
30 SK_OT_USHORT count;
33 SK_OT_USHORT stringOffset;
35 struct Record {
535 * (see SkOTTableName::stringOffset). argument
543 Iterator(const uint8_t* nameTable, size_t size) in Iterator()
545 Iterator(const uint8_t* nameTable, size_t size, SK_OT_USHORT type) in Iterator()
572 static_assert(sizeof(SkOTTableName) == 6, "sizeof_SkOTTableName_not_6"); argument