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

  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 96 IFX_SystemFontInfo* m_pFontInfo;
101 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->Release();
106 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper);
111 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, *bExact);
116 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family);
122 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size);
128 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFaceName(hFont, name)) return 0;
137 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) return 0;
143 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont);
161 pFontInfoExt->m_pFontInfo = pFontInfo
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 470 m_pFontInfo = NULL;
486 if (m_pFontInfo) {
487 m_pFontInfo->Release();
495 if (m_pFontInfo) {
496 m_pFontInfo->Release();
498 m_pFontInfo = pFontInfo;
578 if (m_pFontInfo == NULL) {
582 FX_DWORD size = m_pFontInfo->GetFontData(hFont, 0x6e616d65, NULL, 0);
588 m_pFontInfo->GetFontData(hFont, 0x6e616d65, buffer, size);
596 if (m_pFontInfo == NULL) {
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 265 return m_pFontInfo;
290 IFX_SystemFontInfo* m_pFontInfo;

Completed in 48 milliseconds