Home
last modified time | relevance | path

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

/external/skia/src/sfnt/
DSkOTTable_name.h17 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
546 Iterator(const uint8_t* nameTable, size_t size) in Iterator()
[all …]