Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp67 for (int index : Feature->LookupListIndices) { in GetVerticalGlyphSub()
215 rec->LookupListIndices = std::vector<uint16_t>(GetUInt16(sp)); in ParseFeature()
216 for (auto& listIndex : rec->LookupListIndices) in ParseFeature()
Dcfx_cttgsubtable.h52 std::vector<uint16_t> LookupListIndices; member