Lines Matching refs:SkOTTableName
440 bool SkOTTableName::Iterator::next(SkOTTableName::Iterator::Record& record) { in next()
442 const SkOTTableName::Record* nameRecords = SkTAfter<const SkOTTableName::Record>(&fName); in next()
443 const SkOTTableName::Record* nameRecord; in next()
465 case SkOTTableName::Record::PlatformID::Windows: in next()
466 if (SkOTTableName::Record::EncodingID::Windows::UnicodeBMPUCS2 in next()
468 && SkOTTableName::Record::EncodingID::Windows::UnicodeUCS4 in next()
470 && SkOTTableName::Record::EncodingID::Windows::Symbol in next()
476 case SkOTTableName::Record::PlatformID::Unicode: in next()
477 case SkOTTableName::Record::PlatformID::ISO: in next()
481 case SkOTTableName::Record::PlatformID::Macintosh: in next()
483 if (SkOTTableName::Record::EncodingID::Macintosh::Roman in next()
492 case SkOTTableName::Record::PlatformID::Custom: in next()
504 if (SkOTTableName::format_1 == fName.format && languageID >= 0x8000) { in next()
507 const SkOTTableName::Format1Ext* format1ext = in next()
508 SkTAfter<const SkOTTableName::Format1Ext>(nameRecords, nameRecordsCount); in next()
511 const SkOTTableName::Format1Ext::LangTagRecord* languageTagRecord = in next()
512 SkTAfter<const SkOTTableName::Format1Ext::LangTagRecord>(format1ext); in next()