Searched defs:SkOTTableName (Results 1 – 1 of 1) sorted by relevance
17 struct SkOTTableName { struct22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableName>::value; argument24 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). argument543 Iterator(const SkOTTableName& name) : fName(name), fIndex(0), fType(-1) { } in Iterator() argument[all …]