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.cpp568 if (m_pTTGSUBTable) in GetGlyphIndex()
583 m_pTTGSUBTable = pdfium::MakeUnique<CFX_CTTGSUBTable>(); in GetGlyphIndex()
584 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.GetSubData()); in GetGlyphIndex()
590 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex); in GetVerticalGlyph()
Dcpdf_cidfont.h89 std::unique_ptr<CFX_CTTGSUBTable> m_pTTGSUBTable; variable