Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp72 for (int index : feature.LookupListIndices) { in GetVerticalGlyphSub()
220 rec->LookupListIndices = std::vector<uint16_t>(GetUInt16(sp)); in ParseFeature()
221 for (auto& listIndex : rec->LookupListIndices) in ParseFeature()
Dcfx_cttgsubtable.h51 std::vector<uint16_t> LookupListIndices; member