Home | History | Annotate | Download | only in sfnt

Lines Matching refs:SkOTTableName

18 struct SkOTTableName {
23 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableName>::value;
140 * (in format 1 name tables, see SkOTTableName::format).
527 * (see SkOTTableName::stringOffset).
544 * (see SkOTTableName::stringOffset).
552 Iterator(const SkOTTableName& name) : fName(name), fIndex(0), fType(-1) { }
553 Iterator(const SkOTTableName& name, SkOTTableName::Record::NameID::Predefined::Value type)
557 void reset(SkOTTableName::Record::NameID::Predefined::Value type) {
570 const SkOTTableName& fName;
579 SK_COMPILE_ASSERT(sizeof(SkOTTableName) == 6, sizeof_SkOTTableName_not_6);
580 SK_COMPILE_ASSERT(sizeof(SkOTTableName::Format1Ext) == 2, sizeof_SkOTTableNameF1_not_2);
581 SK_COMPILE_ASSERT(sizeof(SkOTTableName::Format1Ext::LangTagRecord) == 4, sizeof_SkOTTableNameLangTagRecord_not_4);
582 SK_COMPILE_ASSERT(sizeof(SkOTTableName::Record) == 12, sizeof_SkOTTableNameRecord_not_12);