/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 48 int pitch_family, 57 void GetJapanesePreference(ByteString* face, int weight, int pitch_family) { in GetJapanesePreference() argument 62 *face = (FontFamilyIsRoman(pitch_family) || weight <= 400) ? JAPAN_MINCHO in GetJapanesePreference() 69 int pitch_family, in MapFont() argument 101 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family)) in MapFont() 109 GetJapanesePreference(&face, weight, pitch_family); in MapFont()
|
/external/pdfium/core/fxge/ |
D | fx_ge_linux.cpp | 54 int pitch_family) { in GetJapanesePreference() argument 70 if (!FontFamilyIsRoman(pitch_family) && weight > 400) in GetJapanesePreference() 85 int pitch_family, 94 int pitch_family, in MapFont() argument 103 uint8_t index = GetJapanesePreference(family, weight, pitch_family); in MapFont() 140 return FindFont(weight, bItalic, charset, pitch_family, family, !bCJK); in MapFont()
|
D | cfx_folderfontinfo.cpp | 111 int pitch_family, in GetSimilarValue() argument 118 if (FontStyleIsSerif(style) == FontFamilyIsRoman(pitch_family)) in GetSimilarValue() 120 if (FontStyleIsScript(style) == FontFamilyIsScript(pitch_family)) in GetSimilarValue() 122 if (FontStyleIsFixedPitch(style) == FontFamilyIsFixedPitch(pitch_family)) in GetSimilarValue() 295 int pitch_family, in FindFont() argument 299 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family)) in FindFont() 315 GetSimilarValue(weight, bItalic, pitch_family, pFont->m_Styles); in FindFont() 327 int pitch_family, in MapFont() argument
|
D | cfx_folderfontinfo.h | 30 int pitch_family, 68 int pitch_family,
|
D | systemfontinfo_iface.h | 29 int pitch_family,
|
D | cfx_fontmapper.h | 89 int pitch_family);
|
D | cfx_fontmapper.cpp | 352 int pitch_family) { in UseInternalSubst() argument 368 if (FontFamilyIsRoman(pitch_family)) { in UseInternalSubst()
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.cpp | 33 int pitch_family, in MapFont() argument 43 if (FontFamilyIsFixedPitch(pitch_family)) in MapFont() 45 if (FontFamilyIsScript(pitch_family)) in MapFont() 47 if (FontFamilyIsRoman(pitch_family)) in MapFont()
|
D | cfx_androidfontinfo.h | 30 int pitch_family,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 69 int pitch_family, in MapFont() argument 75 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont() 162 int pitch_family, in DefaultMapFont() argument 167 pitch_family, family); in DefaultMapFont()
|
D | fpdf_sysfontinfo_embeddertest.cpp | 22 int pitch_family, in FakeMapFont() argument
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 122 int pitch_family,
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 311 int pitch_family, 325 int pitch_family, 459 int pitch_family, in MapFont() argument 476 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont() 549 int pitch_family, in MapFont() argument 564 int subst_pitch_family = pitch_family; in MapFont() 603 GetJapanesePreference(face, weight, pitch_family); in MapFont() 606 GetGBPreference(face, weight, pitch_family); in MapFont()
|