Searched refs:m_pFontInfo (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 105 IFX_SystemFontInfo* m_pFontInfo; member 110 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->Release(); in DefaultRelease() 115 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts() 120 …return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_fa… in DefaultMapFont() 125 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family); in DefaultGetFont() 131 …return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size… in DefaultGetFontData() 137 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFaceName(hFont, name)) return 0; in DefaultGetFaceName() 146 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFontCharset(hFont, charset)) return 0; in DefaultGetFontCharset() 152 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont() 170 pFontInfoExt->m_pFontInfo = pFontInfo; in FPDF_GetDefaultSystemFontInfo()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 461 m_pFontInfo = NULL; in CFX_FontMapper() 477 if (m_pFontInfo) { in ~CFX_FontMapper() 478 m_pFontInfo->Release(); in ~CFX_FontMapper() 486 if (m_pFontInfo) { in SetSystemFontInfo() 487 m_pFontInfo->Release(); in SetSystemFontInfo() 489 m_pFontInfo = pFontInfo; in SetSystemFontInfo() 560 if (m_pFontInfo == NULL) { in GetPSNameFromTT() 564 FX_DWORD size = m_pFontInfo->GetFontData(hFont, 0x6e616d65, NULL, 0); in GetPSNameFromTT() 567 m_pFontInfo->GetFontData(hFont, 0x6e616d65, buffer, size); in GetPSNameFromTT() 575 if (m_pFontInfo == NULL) { in AddInstalledFont() [all …]
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 265 return m_pFontInfo; in GetSystemFontInfo() 290 IFX_SystemFontInfo* m_pFontInfo; variable
|