/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 32 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… 34 …void* FindFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX… 80 void* CFX_LinuxFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPC… in MapFont() argument 97 FX_INT32 index = GetJapanesePreference(cstr_face, weight, pitch_family); in MapFont() 135 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) { in MapFont() 138 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont() 160 static FX_INT32 _LinuxGetSimilarValue(int weight, FX_BOOL bItalic, int pitch_family, FX_DWORD style) in _LinuxGetSimilarValue() argument 169 if ((style & FXFONT_SERIF) == (pitch_family & FXFONT_FF_ROMAN)) { in _LinuxGetSimilarValue() 172 if ((style & FXFONT_SCRIPT) == (pitch_family & FXFONT_FF_SCRIPT)) { in _LinuxGetSimilarValue() 175 if ((style & FXFONT_FIXED_PITCH) == (pitch_family & FXFONT_FF_FIXEDPITCH)) { in _LinuxGetSimilarValue() [all …]
|
D | fx_ge_fontmap.cpp | 1458 void* CFX_FolderFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LP… in MapFont() argument
|
/external/pdfium/core/src/fxge/android/ |
D | fx_android_font.cpp | 26 void* CFX_AndroidFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_L… in MapFont() argument 38 if (pitch_family & FXFONT_FF_FIXEDPITCH) { in MapFont() 41 if (pitch_family & FXFONT_FF_SCRIPT) { in MapFont() 44 if (pitch_family & FXFONT_FF_ROMAN) { in MapFont()
|
D | fx_android_font.h | 23 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,…
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 31 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… 47 void* CFX_MacFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCST… in MapFont() argument 64 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) { in MapFont() 72 GetJapanesePreference(face, weight, pitch_family); in MapFont()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 32 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR famil… in MapFont() argument 35 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, family, &bExact); in MapFont() 118 …t _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family, const char* fa… in DefaultMapFont() argument 120 …TINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, *bExac… in DefaultMapFont()
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 102 …(*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family,
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 301 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,… 326 …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,… 285 void* CWin32FontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR… in MapFont() argument 300 int subst_pitch_family = pitch_family; in MapFont() 338 GetJapanesePreference(face, weight, pitch_family); in MapFont() 341 GetGBPreference(face, weight, pitch_family); in MapFont()
|