Home
last modified time | relevance | path

Searched refs:m_pFontInfo (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp96 IFX_SystemFontInfo* m_pFontInfo; member
101 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->Release(); in DefaultRelease()
106 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
111 …return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_fa… in DefaultMapFont()
116 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family); in DefaultGetFont()
122 …return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size… in DefaultGetFontData()
128 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFaceName(hFont, name)) return 0; in DefaultGetFaceName()
137 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) return 0; in DefaultGetFontCharset()
143 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont()
161 pFontInfoExt->m_pFontInfo = pFontInfo; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp470 m_pFontInfo = NULL; in CFX_FontMapper()
486 if (m_pFontInfo) { in ~CFX_FontMapper()
487 m_pFontInfo->Release(); in ~CFX_FontMapper()
495 if (m_pFontInfo) { in SetSystemFontInfo()
496 m_pFontInfo->Release(); in SetSystemFontInfo()
498 m_pFontInfo = pFontInfo; in SetSystemFontInfo()
578 if (m_pFontInfo == NULL) { in GetPSNameFromTT()
582 FX_DWORD size = m_pFontInfo->GetFontData(hFont, 0x6e616d65, NULL, 0); in GetPSNameFromTT()
588 m_pFontInfo->GetFontData(hFont, 0x6e616d65, buffer, size); in GetPSNameFromTT()
596 if (m_pFontInfo == NULL) { in AddInstalledFont()
[all …]
/external/pdfium/core/include/fxge/
Dfx_font.h265 return m_pFontInfo; in GetSystemFontInfo()
290 IFX_SystemFontInfo* m_pFontInfo; variable