/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 47 int pitch_family, 54 void GetJapanesePreference(ByteString* face, int weight, int pitch_family) { in GetJapanesePreference() argument 59 *face = (FontFamilyIsRoman(pitch_family) || weight <= 400) ? JAPAN_MINCHO in GetJapanesePreference() 66 int pitch_family, in MapFont() argument 98 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family)) in MapFont() 106 GetJapanesePreference(&face, weight, pitch_family); in MapFont()
|
/external/pdfium/core/fxge/ |
D | fx_ge_linux.cpp | 47 int pitch_family) { in GetJapanesePreference() argument 63 if (!FontFamilyIsRoman(pitch_family) && weight > 400) in GetJapanesePreference() 77 int pitch_family, 85 int pitch_family, in MapFont() argument 94 size_t index = GetJapanesePreference(cstr_face, weight, pitch_family); in MapFont() 131 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
|
D | cfx_folderfontinfo.cpp | 96 int pitch_family, in GetSimilarValue() argument 103 if (FontStyleIsSerif(style) == FontFamilyIsRoman(pitch_family)) in GetSimilarValue() 105 if (FontStyleIsScript(style) == FontFamilyIsScript(pitch_family)) in GetSimilarValue() 107 if (FontStyleIsFixedPitch(style) == FontFamilyIsFixedPitch(pitch_family)) in GetSimilarValue() 284 int pitch_family, in FindFont() argument 288 if (charset == FX_CHARSET_ANSI && FontFamilyIsFixedPitch(pitch_family)) in FindFont() 303 GetSimilarValue(weight, bItalic, pitch_family, pFont->m_Styles); in FindFont() 315 int pitch_family, in MapFont() argument 324 int pitch_family) { in MapFontByUnicode() argument
|
D | cfx_folderfontinfo.h | 30 int pitch_family, 36 int pitch_family) override; 75 int pitch_family,
|
D | ifx_systemfontinfo.h | 28 int pitch_family, 35 int pitch_family);
|
D | fx_ge_fontmap.cpp | 58 int pitch_family) { in MapFontByUnicode() argument
|
D | cfx_fontmapper.cpp | 370 int pitch_family) { in UseInternalSubst() argument 385 if (FontFamilyIsRoman(pitch_family)) { in UseInternalSubst()
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.cpp | 32 int pitch_family, in MapFont() argument 42 if (FontFamilyIsFixedPitch(pitch_family)) in MapFont() 44 if (FontFamilyIsScript(pitch_family)) in MapFont() 46 if (FontFamilyIsRoman(pitch_family)) in MapFont()
|
D | cfx_androidfontinfo.h | 29 int pitch_family,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 53 int pitch_family, in MapFont() argument 59 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont() 146 int pitch_family, in DefaultMapFont() argument 151 pitch_family, family); in DefaultMapFont()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 328 int pitch_family, 342 int pitch_family, 476 int pitch_family, in MapFont() argument 493 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont() 566 int pitch_family, in MapFont() argument 581 int subst_pitch_family = pitch_family; in MapFont() 620 GetJapanesePreference(face, weight, pitch_family); in MapFont() 623 GetGBPreference(face, weight, pitch_family); in MapFont()
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 118 int pitch_family,
|