Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp408 m_pFontInfo = std::move(pFontInfo); in SetSystemFontInfo()
412 return std::move(m_pFontInfo); in TakeSystemFontInfo()
417 m_pFontInfo->GetFontData( in GetChecksumFromTT()
429 size_t size = m_pFontInfo->GetFontData(font_handle, kTableNAME, {}); in GetPSNameFromTT()
434 size_t bytes_read = m_pFontInfo->GetFontData(font_handle, kTableNAME, buffer); in GetPSNameFromTT()
440 if (!m_pFontInfo) in AddInstalledFont()
452 void* font_handle = m_pFontInfo->GetFont(name); in AddInstalledFont()
455 m_pFontInfo->MapFont(0, false, FX_Charset::kDefault, 0, name); in AddInstalledFont()
460 ScopedFontDeleter scoped_font(m_pFontInfo.get(), font_handle); in AddInstalledFont()
470 if (!m_pFontInfo || m_bListLoaded) in LoadInstalledFonts()
[all …]
Dcfx_fontmapper.h129 std::unique_ptr<SystemFontInfoIface> m_pFontInfo; variable
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp174 UnownedPtr<SystemFontInfoIface> m_pFontInfo; member
179 delete pDefault->m_pFontInfo.ExtractAsDangling(); in DefaultRelease()
184 pDefault->m_pFontInfo->EnumFontList(static_cast<CFX_FontMapper*>(pMapper)); in DefaultEnumFonts()
195 return pDefault->m_pFontInfo->MapFont( in DefaultMapFont()
201 return pDefault->m_pFontInfo->GetFont(family); in DefaultGetFont()
211 pDefault->m_pFontInfo->GetFontData(hFont, table, {buffer, buf_size})); in DefaultGetFontData()
220 if (!pDefault->m_pFontInfo->GetFaceName(hFont, &name)) in DefaultGetFaceName()
234 if (!pDefault->m_pFontInfo->GetFontCharset(hFont, &charset)) in DefaultGetFontCharset()
241 pDefault->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont()
261 pFontInfoExt->m_pFontInfo = pFontInfo.release(); in FPDF_GetDefaultSystemFontInfo()