Home
last modified time | relevance | path

Searched refs:MapFont (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp31 …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/
Dfx_mac_imp.cpp32 …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/
Dfx_android_font.h22 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,…
Dfx_android_font.cpp26 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/
Dfpdf_sysfontinfo.h103 …void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_… member
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp57 …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
Dfx_ge_fontmap.cpp617 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/
Dfx_font.h300 …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/
Dfx_win32_device.cpp26 …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/
Dpdfium_engine.cc204 void* MapFont(struct _FPDF_SYSFONTINFO*, int weight, int italic, in MapFont() function
284 MapFont,