Searched defs:SkOTTableName (Results 1 – 2 of 2) sorted by relevance
18 struct SkOTTableName { struct23 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableName>::value; argument25 SK_OT_USHORT format;26 static const SK_OT_USHORT format_0 = SkTEndian_SwapBE16(0);28 static const SK_OT_USHORT format_1 = SkTEndian_SwapBE16(1);31 SK_OT_USHORT count;34 SK_OT_USHORT stringOffset;36 struct Record {544 * (see SkOTTableName::stringOffset). argument552 Iterator(const SkOTTableName& name) : fName(name), fIndex(0), fType(-1) { } in Iterator() argument[all …]