/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 31 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… in MapFont() function in CSysFontInfo_Ext 33 if (m_pInfo->MapFont) in MapFont() 34 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, family, &bExact); in MapFont() 111 …return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_fa… in DefaultMapFont() 158 pFontInfoExt->MapFont = DefaultMapFont; in FPDF_GetDefaultSystemFontInfo()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 32 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… 48 void* CFX_MacFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCST… in MapFont() function in CFX_MacFontInfo
|
/external/pdfium/core/src/fxge/android/ |
D | fx_android_font.h | 22 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,…
|
D | fx_android_font.cpp | 26 void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_L… in MapFont() function in CFX_AndroidFontInfo
|
/external/pdfium/fpdfsdk/include/ |
D | fpdf_sysfontinfo.h | 103 …void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_… member
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 57 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… 105 void* CFX_LinuxFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPC… in MapFont() function in CFX_LinuxFontInfo
|
D | fx_ge_fontmap.cpp | 617 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, name, bExact); in AddInstalledFont() 1165 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, family, bExact); in FindSubstFont() 1490 void* CFX_FolderFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LP… in MapFont() function in CFX_FolderFontInfo
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 300 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,… 323 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,…
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 26 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,… 292 void* CWin32FontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR… in MapFont() function in CWin32FontInfo
|
/external/chromium_org/pdf/pdfium/ |
D | pdfium_engine.cc | 204 void* MapFont(struct _FPDF_SYSFONTINFO*, int weight, int italic, in MapFont() function 284 MapFont,
|