Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp100 if (FeatureList.FeatureRecords[index].FeatureTag == tag[0] || in GetVerticalGlyph()
101 FeatureList.FeatureRecords[index].FeatureTag == tag[1]) { in GetVerticalGlyph()
109 for (const auto& feature : FeatureList.FeatureRecords) { in GetVerticalGlyph()
119 &FeatureList.FeatureRecords[item].Feature)) { in GetVerticalGlyph()
269 rec->FeatureRecords = std::vector<TFeatureRecord>(GetUInt16(sp)); in ParseFeatureList()
270 for (auto& featureRec : rec->FeatureRecords) { in ParseFeatureList()
Dttgsubtable.h135 std::vector<TFeatureRecord> FeatureRecords; member