/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 34 void* MapFont(int weight, in MapFont() function in CFX_ExternalFontInfo 40 if (!m_pInfo->MapFont) in MapFont() 42 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont() 134 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset, in DefaultMapFont() 193 pFontInfoExt->MapFont = DefaultMapFont; in FPDF_GetDefaultSystemFontInfo()
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 40 void* MapFont(int weight, 60 void* CFX_MacFontInfo::MapFont(int weight, in MapFont() function in __anonf3f7cf3b0111::CFX_MacFontInfo
|
/external/pdfium/core/fxge/ge/ |
D | fx_ge_linux.cpp | 71 void* MapFont(int weight, 80 void* CFX_LinuxFontInfo::MapFont(int weight, in MapFont() function in __anon85fbd17a0111::CFX_LinuxFontInfo
|
D | cfx_folderfontinfo.h | 26 void* MapFont(int weight,
|
D | cfx_fontmapper.cpp | 343 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, in AddInstalledFont() 628 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont()
|
D | cfx_folderfontinfo.cpp | 305 void* CFX_FolderFontInfo::MapFont(int weight, in MapFont() function in CFX_FolderFontInfo
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.h | 26 void* MapFont(int weight,
|
D | cfx_androidfontinfo.cpp | 29 void* CFX_AndroidFontInfo::MapFont(int weight, in MapFont() function in CFX_AndroidFontInfo
|
/external/pdfium/core/fxge/ |
D | ifx_systemfontinfo.h | 26 virtual void* MapFont(int weight,
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 117 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, member
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 323 void* MapFont(int weight, 338 void* MapFont(int weight, 475 void* CFX_Win32FallbackFontInfo::MapFont(int weight, in MapFont() function in __anon28bd97680111::CFX_Win32FallbackFontInfo 568 void* CFX_Win32FontInfo::MapFont(int weight, in MapFont() function in __anon28bd97680111::CFX_Win32FontInfo
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 842 pSystemFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, in CreateFontStream()
|