Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp108 IFX_SystemFontInfo* m_pFontInfo; member
112 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->Release(); in DefaultRelease()
117 ->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts()
128 ->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, in DefaultMapFont()
133 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family); in DefaultGetFont()
142 ->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size); in DefaultGetFontData()
151 ->m_pFontInfo->GetFaceName(hFont, name)) in DefaultGetFaceName()
162 ->m_pFontInfo->GetFontCharset(hFont, charset)) in DefaultGetFontCharset()
168 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont()
187 pFontInfoExt->m_pFontInfo = pFontInfo; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp657 m_pFontInfo(nullptr), in CFX_FontMapper()
675 if (m_pFontInfo) { in ~CFX_FontMapper()
676 m_pFontInfo->Release(); in ~CFX_FontMapper()
683 if (m_pFontInfo) { in SetSystemFontInfo()
684 m_pFontInfo->Release(); in SetSystemFontInfo()
686 m_pFontInfo = pFontInfo; in SetSystemFontInfo()
707 if (!m_pFontInfo) in GetPSNameFromTT()
710 FX_DWORD size = m_pFontInfo->GetFontData(hFont, kTableNAME, nullptr, 0); in GetPSNameFromTT()
717 m_pFontInfo->GetFontData(hFont, kTableNAME, buffer_ptr, size); in GetPSNameFromTT()
722 if (!m_pFontInfo) { in AddInstalledFont()
[all …]
/external/pdfium/core/include/fxge/
Dfx_font.h306 IFX_SystemFontInfo* GetSystemFontInfo() { return m_pFontInfo; } in GetSystemFontInfo()
346 IFX_SystemFontInfo* m_pFontInfo; variable