HomeSort by relevance Sort by last modified time
    Searched refs:m_pSubstFont (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 14 m_pSubstFont = NULL;
31 if (m_pSubstFont) {
32 delete m_pSubstFont;
33 m_pSubstFont = NULL;
76 m_pSubstFont = FX_NEW CFX_SubstFont;
77 if (!m_pSubstFont) {
81 CharsetCP, m_pSubstFont);
83 if(m_pSubstFont->m_ExtHandle) {
84 m_pPlatformFont = m_pSubstFont->m_ExtHandle;
85 m_pSubstFont->m_ExtHandle = NULL;
    [all...]
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 74 return m_pSubstFont;
120 CFX_SubstFont* m_pSubstFont;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]

Completed in 56 milliseconds