Searched refs:m_pFontInfo (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_fontmapper.cpp | 303 m_pFontInfo = std::move(pFontInfo); in SetSystemFontInfo() 307 if (!m_pFontInfo) in GetPSNameFromTT() 310 uint32_t size = m_pFontInfo->GetFontData(hFont, kTableNAME, nullptr, 0); in GetPSNameFromTT() 317 m_pFontInfo->GetFontData(hFont, kTableNAME, buffer_ptr, size); in GetPSNameFromTT() 323 if (!m_pFontInfo) in AddInstalledFont() 340 void* hFont = m_pFontInfo->GetFont(name.c_str()); in AddInstalledFont() 343 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, in AddInstalledFont() 352 m_pFontInfo->DeleteFont(hFont); in AddInstalledFont() 359 if (!m_pFontInfo || m_bListLoaded) in LoadInstalledFonts() 362 m_pFontInfo->EnumFontList(this); in LoadInstalledFonts() [all …]
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 112 IFX_SystemFontInfo* m_pFontInfo; member 118 delete pDefault->m_pFontInfo; in DefaultRelease() 123 pDefault->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts() 134 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset, in DefaultMapFont() 140 return pDefault->m_pFontInfo->GetFont(family); in DefaultGetFont() 149 return pDefault->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size); in DefaultGetFontData() 158 if (!pDefault->m_pFontInfo->GetFaceName(hFont, name)) in DefaultGetFaceName() 169 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, charset)) in DefaultGetFontCharset() 176 pDefault->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont() 196 pFontInfoExt->m_pFontInfo = pFontInfo.release(); in FPDF_GetDefaultSystemFontInfo()
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.h | 25 IFX_SystemFontInfo* GetSystemFontInfo() { return m_pFontInfo.get(); } in GetSystemFontInfo() 81 std::unique_ptr<IFX_SystemFontInfo> m_pFontInfo; variable
|