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

/external/pdfium/fpdfsdk/src/
H A Dfpdf_sysfontinfo.cpp96 IFX_SystemFontInfo* m_pFontInfo; member in struct:FPDF_SYSFONTINFO_DEFAULT
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
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp470 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
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_font.h265 return m_pFontInfo;
290 IFX_SystemFontInfo* m_pFontInfo; member in class:CFX_FontMapper

Completed in 35 milliseconds