Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp35 m_featureSet.insert(index); in CFX_CTTGSUBTable()
39 if (!m_featureSet.empty()) in CFX_CTTGSUBTable()
45 m_featureSet.insert(i); in CFX_CTTGSUBTable()
62 for (uint32_t item : m_featureSet) { in GetVerticalGlyph()
Dcfx_cttgsubtable.h150 std::set<uint32_t> m_featureSet; variable