Home
last modified time | relevance | path

Searched refs:LangSysRecords (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp98 for (const auto& record : script.Script.LangSysRecords) { in GetVerticalGlyph()
251 rec->LangSysRecords = std::vector<TLangSysRecord>(GetUInt16(sp)); in ParseScript()
252 for (auto& sysRecord : rec->LangSysRecords) { in ParseScript()
Dttgsubtable.h79 std::vector<TLangSysRecord> LangSysRecords; member