Home
last modified time | relevance | path

Searched refs:bItalic (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp42 bool bItalic, in FindFont() argument
61 if (!PsNameMatchDRFontName(name.AsStringView(), bBold, bItalic, key, in FindFont()
90 bool bItalic = FontStyleIsItalic(dwFontStyles); in GetFont() local
91 ByteString strFontName = PsNameToFontName(bsPsName, bBold, bItalic); in GetFont()
93 FindFont(strFontName, bBold, bItalic, bStrictMatch); in GetFont()
103 bool bItalic) { in PsNameToFontName() argument
109 if (bItalic) in PsNameToFontName()
119 bool bItalic, in PsNameMatchDRFontName() argument
133 if (iDifferLength > 1 || (bBold || bItalic)) { in PsNameMatchDRFontName()
152 if (bItalic != bItalicFont) in PsNameMatchDRFontName()
Dcfgas_pdffontmgr.h33 bool bItalic,
37 bool bItalic);
40 bool bItalic,
/external/pdfium/core/fxge/win32/
Dcwin32_platform.cpp95 bool bItalic,
109 bool bItalic,
245 bool bItalic, in MapFont() argument
264 return FindFont(weight, bItalic, charset, pitch_family, face, !bCJK); in MapFont()
335 bool bItalic, in MapFont() argument
344 bItalic = kBase14Substs[iBaseFont].m_bItalic; in MapFont()
365 HFONT hFont = Win32CreateFont(weight, bItalic, charset, subst_pitch_family, in MapFont()
406 return GetFontFromList(weight, bItalic, charset, subst_pitch_family, in MapFont()
412 return Win32CreateFont(weight, bItalic, charset, subst_pitch_family, in MapFont()
/external/pdfium/core/fxge/
Dcfx_fontmgr.cpp84 bool bItalic) { in GetCachedFontDesc() argument
85 auto it = m_FaceMap.find({face_name, weight, bItalic}); in GetCachedFontDesc()
92 bool bItalic, in AddCachedFontDesc() argument
95 m_FaceMap[{face_name, weight, bItalic}].Reset(pFontDesc.Get()); in AddCachedFontDesc()
Dcfx_folderfontinfo.h36 bool bItalic,
76 bool bItalic,
Dcfx_folderfontinfo.cpp125 bool bItalic, in GetSimilarValue() argument
136 if (FontStyleIsItalic(style) == bItalic) in GetSimilarValue()
317 bool bItalic, in FindFont() argument
337 GetSimilarValue(weight, bItalic, pitch_family, pFont->m_Styles, in FindFont()
359 bool bItalic, in MapFont() argument
Dcfx_fontmgr.h55 bool bItalic);
58 bool bItalic,
Dcfx_folderfontinfo_unittest.cpp49 bool bItalic, in FindFont() argument
54 return font_info_.FindFont(weight, bItalic, charset, pitch_family, family, in FindFont()
Dsystemfontinfo_iface.h27 bool bItalic,
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp47 bool bItalic,
69 bool bItalic, in MapFont() argument
89 if (bItalic) in MapFont()
/external/pdfium/core/fxge/linux/
Dfx_linux_impl.cpp88 bool bItalic,
97 bool bItalic, in MapFont() argument
145 return FindFont(weight, bItalic, charset, pitch_family, face, !bCJK); in MapFont()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp92 bool bItalic, in MapFont() argument
100 return m_pInfo->MapFont(m_pInfo, weight, bItalic, static_cast<int>(charset), in MapFont()
189 int bItalic, in DefaultMapFont() argument
196 weight, !!bItalic, FX_GetCharsetFromInt(charset), pitch_family, family); in DefaultMapFont()
Dfpdf_sysfontinfo_embeddertest.cpp23 FPDF_BOOL bItalic, in FakeMapFont() argument
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp33 bool bItalic, in MapFont() argument
43 if (bItalic) in MapFont()
Dcfx_androidfontinfo.h29 bool bItalic,
/external/pdfium/testing/
Dtest_fonts.cpp55 bool bItalic, in MapFont() argument
59 void* font = impl_->MapFont(weight, bItalic, charset, pitch_family, in MapFont()
/external/pdfium/public/
Dfpdf_sysfontinfo.h124 FPDF_BOOL bItalic,