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.cpp584 if (m_pTTGSUBTable) in GetGlyphIndex()
599 m_pTTGSUBTable = pdfium::MakeUnique<CFX_CTTGSUBTable>(); in GetGlyphIndex()
600 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.GetSubData()); in GetGlyphIndex()
606 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex); in GetVerticalGlyph()
Dcpdf_cidfont.h90 std::unique_ptr<CFX_CTTGSUBTable> m_pTTGSUBTable; variable