Home
last modified time | relevance | path

Searched refs:pitch_family (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp32 …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 …]
Dfx_ge_fontmap.cpp1458 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/
Dfx_android_font.cpp26 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()
Dfx_android_font.h23 …virtual void* MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR face,…
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp31 …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/
Dfpdf_sysfontinfo.cpp32 …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/
Dfpdf_sysfontinfo.h102 …(*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family,
/external/pdfium/core/include/fxge/
Dfx_font.h301 …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/
Dfx_win32_device.cpp26 …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()