Searched refs:m_pGsubData (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.cpp | 430 if (NULL == pFont->m_pGsubData) { in FXGE_CreateGSUBTable() 434 pFont->m_pGsubData = (unsigned char*)FX_Alloc(FX_BYTE, length); in FXGE_CreateGSUBTable() 436 if (!pFont->m_pGsubData) { in FXGE_CreateGSUBTable() 440 … FXFT_Load_Sfnt_Table(pFont->m_Face, FT_MAKE_TAG('G', 'S', 'U', 'B'), 0, pFont->m_pGsubData, NULL); in FXGE_CreateGSUBTable() 441 if (!error && pFont->m_pGsubData) { in FXGE_CreateGSUBTable() 446 if (pGsubTable->m_GsubImp.LoadGSUBTable((FT_Bytes)pFont->m_pGsubData)) { in FXGE_CreateGSUBTable()
|
D | fpdf_font_cid.cpp | 1263 if (NULL == m_Font.m_pGsubData) { in GetGlyphIndex() 1267 m_Font.m_pGsubData = (unsigned char*)FX_Alloc(FX_BYTE, length); in GetGlyphIndex() 1270 …FXFT_Load_Sfnt_Table( m_Font.m_Face, FT_MAKE_TAG('G', 'S', 'U', 'B'), 0, m_Font.m_pGsubData, NULL); in GetGlyphIndex() 1271 if (!error && m_Font.m_pGsubData) { in GetGlyphIndex() 1273 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.m_pGsubData); in GetGlyphIndex()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_font.cpp | 22 m_pGsubData = NULL; in CFX_Font() 58 if (m_pGsubData) { in ~CFX_Font() 59 FX_Free(m_pGsubData); in ~CFX_Font() 60 m_pGsubData = NULL; in ~CFX_Font()
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 129 FX_LPBYTE m_pGsubData; variable
|