Home
last modified time | relevance | path

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

/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…
59 …void* FindFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPCSTR family, FX…
105 void* CFX_LinuxFontInfo::MapFont(int weight, FX_BOOL bItalic, int charset, int pitch_family, FX_LPC… in MapFont() argument
122 FX_INT32 index = GetJapanesePreference(cstr_face, weight, pitch_family); in MapFont()
160 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) { in MapFont()
163 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
185 static FX_INT32 _LinuxGetSimilarValue(int weight, FX_BOOL bItalic, int pitch_family, FX_DWORD style) in _LinuxGetSimilarValue() argument
194 if ((style & FXFONT_SERIF) == (pitch_family & FXFONT_FF_ROMAN)) { in _LinuxGetSimilarValue()
197 if ((style & FXFONT_SCRIPT) == (pitch_family & FXFONT_FF_SCRIPT)) { in _LinuxGetSimilarValue()
200 if ((style & FXFONT_FIXED_PITCH) == (pitch_family & FXFONT_FF_FIXEDPITCH)) { in _LinuxGetSimilarValue()
[all …]
Dfx_ge_fontmap.cpp1490 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.h22 …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.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() argument
65 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH)) { in MapFont()
73 GetJapanesePreference(face, weight, pitch_family); in MapFont()
/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() argument
34 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, family, &bExact); in MapFont()
109 …t _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family, const char* fa… in DefaultMapFont() argument
111 …TINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, *bExac… in DefaultMapFont()
/external/pdfium/fpdfsdk/include/
Dfpdf_sysfontinfo.h103 …*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family,
/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() argument
307 int subst_pitch_family = pitch_family; in MapFont()
343 GetJapanesePreference(face, weight, pitch_family); in MapFont()
346 GetGBPreference(face, weight, pitch_family); in MapFont()
/external/chromium_org/pdf/pdfium/
Dpdfium_engine.cc205 int charset, int pitch_family, const char* face, int* exact) { in MapFont() argument
219 if (pitch_family & FXFONT_FF_FIXEDPITCH) { in MapFont()
221 } else if (pitch_family & FXFONT_FF_ROMAN) { in MapFont()