Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp99 for (const auto& index : record.LangSys.FeatureIndices) { in GetVerticalGlyph()
262 rec->FeatureIndices = std::vector<uint16_t>(GetUInt16(sp)); in ParseLangSys()
263 for (auto& element : rec->FeatureIndices) in ParseLangSys()
Dttgsubtable.h56 std::vector<uint16_t> FeatureIndices; member