/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 30 void* MapFont(int weight, in MapFont() function in CFX_ExternalFontInfo 36 if (m_pInfo->MapFont) in MapFont() 37 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont() 128 ->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, in DefaultMapFont() 184 pFontInfoExt->MapFont = DefaultMapFont; in FPDF_GetDefaultSystemFontInfo()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 30 virtual void* MapFont(int weight, 52 void* CFX_MacFontInfo::MapFont(int weight, in MapFont() function in CFX_MacFontInfo
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 14 void* MapFont(int weight, 68 void* CFX_LinuxFontInfo::MapFont(int weight, in MapFont() function in CFX_LinuxFontInfo
|
D | fx_ge_fontmap.cpp | 744 m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, name, iExact); in AddInstalledFont() 1084 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont() 1517 void* CFX_FolderFontInfo::MapFont(int weight, in MapFont() function in CFX_FolderFontInfo
|
/external/pdfium/core/src/fxge/android/ |
D | fx_android_font.h | 19 virtual void* MapFont(int weight,
|
D | fx_android_font.cpp | 21 void* CFX_AndroidFontInfo::MapFont(int weight, in MapFont() function in CFX_AndroidFontInfo
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 116 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, member
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 358 virtual void* MapFont(int weight, 396 void* MapFont(int weight,
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 23 void* MapFont(int weight, 38 void* MapFont(int weight, 211 void* CFX_Win32FallbackFontInfo::MapFont(int weight, in MapFont() function in CFX_Win32FallbackFontInfo 326 void* CFX_Win32FontInfo::MapFont(int weight, in MapFont() function in CFX_Win32FontInfo
|