HomeSort by relevance Sort by last modified time
    Searched defs:m_pFontInfo (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 108 IFX_SystemFontInfo* m_pFontInfo;
112 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->Release();
117 ->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper);
128 ->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family,
133 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family);
142 ->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size);
151 ->m_pFontInfo->GetFaceName(hFont, name))
162 ->m_pFontInfo->GetFontCharset(hFont, charset))
168 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont);
187 pFontInfoExt->m_pFontInfo = pFontInfo
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 306 IFX_SystemFontInfo* GetSystemFontInfo() { return m_pFontInfo; }
346 IFX_SystemFontInfo* m_pFontInfo;

Completed in 55 milliseconds