/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 66 void* MapFont(int weight, in MapFont() function in CFX_ExternalFontInfo 71 if (!m_pInfo->MapFont) in MapFont() 75 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont() 166 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset, in DefaultMapFont() 227 pFontInfoExt->MapFont = DefaultMapFont; in FPDF_GetDefaultSystemFontInfo()
|
D | fpdf_sysfontinfo_embeddertest.cpp | 67 font_info_.MapFont = FakeMapFont; in SetUp()
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 45 void* MapFont(int weight, 66 void* CFX_MacFontInfo::MapFont(int weight, in MapFont() function in __anon00ade8620111::CFX_MacFontInfo
|
/external/pdfium/core/fxge/ |
D | fx_ge_linux.cpp | 82 void* MapFont(int weight, 91 void* CFX_LinuxFontInfo::MapFont(int weight, in MapFont() function in __anonf7da58060111::CFX_LinuxFontInfo
|
D | systemfontinfo_iface.h | 26 virtual void* MapFont(int weight,
|
D | cfx_folderfontinfo.h | 27 void* MapFont(int weight,
|
D | cfx_fontmapper.cpp | 310 hFont = m_pFontInfo->MapFont(0, 0, FX_CHARSET_Default, 0, name.c_str()); in AddInstalledFont() 582 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont() 677 void* hFont = m_pFontInfo->MapFont(0, 0, FX_CHARSET_Default, 0, in RawBytesForIndex()
|
D | cfx_folderfontinfo.cpp | 324 void* CFX_FolderFontInfo::MapFont(int weight, in MapFont() function in CFX_FolderFontInfo
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.h | 27 void* MapFont(int weight,
|
D | cfx_androidfontinfo.cpp | 30 void* CFX_AndroidFontInfo::MapFont(int weight, in MapFont() function in CFX_AndroidFontInfo
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 118 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, member
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 308 void* MapFont(int weight, 322 void* MapFont(int weight, 456 void* CFX_Win32FallbackFontInfo::MapFont(int weight, in MapFont() function in __anon432480ef0111::CFX_Win32FallbackFontInfo 546 void* CFX_Win32FontInfo::MapFont(int weight, in MapFont() function in __anon432480ef0111::CFX_Win32FontInfo
|