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