Searched refs:m_pTTGSUBTable (Results 1 – 2 of 2) sorted by relevance
584 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()
90 std::unique_ptr<CFX_CTTGSUBTable> m_pTTGSUBTable; variable