Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp37 bool bItalic, in FindFont() argument
54 if (!PsNameMatchDRFontName(name.AsStringView(), bBold, bItalic, key, in FindFont()
88 bool bItalic = FontStyleIsItalic(dwFontStyles); in GetFont() local
89 ByteString strFontName = PsNameToFontName(bsPsName, bBold, bItalic); in GetFont()
91 FindFont(strFontName, bBold, bItalic, pPDFFont, bStrictMatch); in GetFont()
100 bool bItalic) { in PsNameToFontName() argument
106 if (bItalic) in PsNameToFontName()
116 bool bItalic, in PsNameMatchDRFontName() argument
130 if (iDifferLength > 1 || (bBold || bItalic)) { in PsNameMatchDRFontName()
149 if (bItalic != bItalicFont) in PsNameMatchDRFontName()
Dcfgas_pdffontmgr.h40 bool bItalic,
45 bool bItalic);
48 bool bItalic,
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp454 bool bItalic = false; in FindSubstFont() local
541 bItalic = true; in FindSubstFont()
566 bItalic = italic_angle != 0; in FindSubstFont()
608 bItalic = true; in FindSubstFont()
610 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont()
618 bItalic = italic_angle != 0; in FindSubstFont()
674 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size); in FindSubstFont()
688 if (bItalic && !FXFT_Is_Face_Italic(face)) { in FindSubstFont()
707 bool bItalic = (flags & FXFONT_ITALIC) != 0; in FindSubstFontByUnicode() local
711 m_pFontInfo->MapFontByUnicode(dwUnicode, weight, bItalic, PitchFamily); in FindSubstFontByUnicode()
[all …]
Dcfx_fontmgr.cpp51 bool bItalic) { in KeyNameFromFace() argument
55 key += bItalic ? 'I' : 'N'; in KeyNameFromFace()
120 bool bItalic, in GetCachedFace() argument
122 auto it = m_FaceMap.find(KeyNameFromFace(face_name, weight, bItalic)); in GetCachedFace()
134 bool bItalic, in AddCachedFace() argument
151 m_FaceMap[KeyNameFromFace(face_name, weight, bItalic)] = std::move(pFontDesc); in AddCachedFace()
Dcfx_folderfontinfo.h28 bool bItalic,
35 bool bItalic,
73 bool bItalic,
Dfx_ge_linux.cpp75 bool bItalic,
83 bool bItalic, in MapFont() argument
131 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
Dcfx_folderfontinfo.cpp95 bool bItalic, in GetSimilarValue() argument
101 if (FontStyleIsItalic(style) == bItalic) in GetSimilarValue()
282 bool bItalic, in FindFont() argument
303 GetSimilarValue(weight, bItalic, pitch_family, pFont->m_Styles); in FindFont()
313 bool bItalic, in MapFont() argument
323 bool bItalic, in MapFontByUnicode() argument
Difx_systemfontinfo.h26 bool bItalic,
34 bool bItalic,
Dcfx_fontmgr.h29 bool bItalic,
33 bool bItalic,
Dfx_ge_fontmap.cpp57 bool bItalic, in MapFontByUnicode() argument
Dcfx_fontmapper.h68 bool bItalic,
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp45 bool bItalic,
64 bool bItalic, in MapFont() argument
87 if (bItalic) in MapFont()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp51 bool bItalic, in MapFont() argument
59 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont()
144 int bItalic, in DefaultMapFont() argument
150 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset, in DefaultMapFont()
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp30 bool bItalic, in MapFont() argument
40 if (bItalic) in MapFont()
Dcfx_androidfontinfo.h27 bool bItalic,
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp326 bool bItalic,
340 bool bItalic,
474 bool bItalic, in MapFont() argument
493 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
564 bool bItalic, in MapFont() argument
574 bItalic = g_Base14Substs[iBaseFont].m_bItalic; in MapFont()
593 ::CreateFontA(-10, 0, 0, 0, weight, bItalic, 0, 0, charset, in MapFont()
637 ::CreateFontA(-10, 0, 0, 0, weight, bItalic, 0, 0, charset, in MapFont()
/external/pdfium/public/
Dfpdf_sysfontinfo.h116 FPDF_BOOL bItalic,
/external/syzkaller/sys/windows/
Dwindows.txt933 …t32, cWidth int32, cEscapement int32, cOrientation int32, cWeight int32, bItalic int32, bUnderline…