Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.h81 std::unique_ptr<CFX_CTTGSUBTable> m_pTTGSUBTable; variable
Dcpdf_cidfont.cpp564 if (m_pTTGSUBTable) in GetGlyphIndex()
579 m_pTTGSUBTable = pdfium::MakeUnique<CFX_CTTGSUBTable>(m_Font.GetSubData()); in GetGlyphIndex()
584 uint32_t vindex = m_pTTGSUBTable->GetVerticalGlyph(index); in GetVerticalGlyph()