Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1049 m_pTTGSUBTable = NULL; in CPDF_CIDFont()
1058 delete m_pTTGSUBTable; in ~CPDF_CIDFont()
1417 if (m_pTTGSUBTable) { in GetGlyphIndex()
1419 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex); in GetGlyphIndex()
1439 m_pTTGSUBTable = new CFX_CTTGSUBTable; in GetGlyphIndex()
1440 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.GetSubData()); in GetGlyphIndex()
1442 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex); in GetGlyphIndex()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h481 CFX_CTTGSUBTable* m_pTTGSUBTable; variable