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.cpp705 m_pTTGSUBTable = NULL; in CPDF_CIDFont()
719 if (m_pTTGSUBTable) { in ~CPDF_CIDFont()
720 delete m_pTTGSUBTable; in ~CPDF_CIDFont()
1138 if (m_pTTGSUBTable) { in GetGlyphIndex()
1140 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex); in GetGlyphIndex()
1158 m_pTTGSUBTable = new CFX_CTTGSUBTable; in GetGlyphIndex()
1159 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.m_pGsubData); in GetGlyphIndex()
1161 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex); in GetGlyphIndex()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h560 CFX_CTTGSUBTable* m_pTTGSUBTable; variable