Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp469 bool bItalic = false; in FindSubstFont() local
558 bItalic = true; in FindSubstFont()
582 bItalic = italic_angle != 0; in FindSubstFont()
625 bItalic = true; in FindSubstFont()
628 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, in FindSubstFont()
638 bItalic = italic_angle != 0; in FindSubstFont()
694 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size); in FindSubstFont()
708 if (bItalic && !FXFT_Is_Face_Italic(face)) { in FindSubstFont()
727 bool bItalic = (flags & FXFONT_ITALIC) != 0; in FindSubstFontByUnicode() local
731 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()
129 bool bItalic, in GetCachedFace() argument
131 auto it = m_FaceMap.find(KeyNameFromFace(face_name, weight, bItalic)); in GetCachedFace()
143 bool bItalic, in AddCachedFace() argument
166 m_FaceMap[KeyNameFromFace(face_name, weight, bItalic)] = pFontDesc; in AddCachedFace()
Dcfx_folderfontinfo.h27 bool bItalic,
35 bool bItalic,
56 bool bItalic,
Dcfx_folderfontinfo.cpp81 bool bItalic, in GetSimilarValue() argument
87 if (!!(style & FXFONT_ITALIC) == bItalic) in GetSimilarValue()
275 bool bItalic, in FindFont() argument
296 GetSimilarValue(weight, bItalic, pitch_family, pFont->m_Styles); in FindFont()
306 bool bItalic, in MapFont() argument
317 bool bItalic, in MapFontByUnicode() argument
Dfx_ge_linux.cpp72 bool bItalic,
81 bool bItalic, in MapFont() argument
131 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
Dfx_ge_fontmap.cpp57 bool bItalic, in MapFontByUnicode() argument
/external/pdfium/xfa/fxfa/
Dxfa_fontmgr.h67 bool bItalic,
72 bool bItalic);
75 bool bItalic,
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp41 bool bItalic,
61 bool bItalic, in MapFont() argument
86 if (bItalic) in MapFont()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp35 bool bItalic, in MapFont() argument
42 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont()
128 int bItalic, in DefaultMapFont() argument
134 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset, in DefaultMapFont()
/external/pdfium/core/fxge/
Difx_systemfontinfo.h27 bool bItalic,
36 bool bItalic,
Dcfx_fontmgr.h29 bool bItalic,
33 bool bItalic,
Dcfx_fontmapper.h69 bool bItalic,
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp30 bool bItalic, in MapFont() argument
41 if (bItalic) in MapFont()
Dcfx_androidfontinfo.h27 bool bItalic,
/external/pdfium/xfa/fxfa/app/
Dxfa_fontmgr.cpp1814 bool bItalic, in FindFont() argument
1836 if (!PsNameMatchDRFontName(name.AsStringC(), bBold, bItalic, key, in FindFont()
1871 bool bItalic = (dwFontStyles & FX_FONTSTYLE_Italic) == FX_FONTSTYLE_Italic; in GetFont() local
1872 CFX_ByteString strFontName = PsNameToFontName(bsPsName, bBold, bItalic); in GetFont()
1874 FindFont(strFontName, bBold, bItalic, pPDFFont, bStrictMatch); in GetFont()
1883 bool bItalic) { in PsNameToFontName() argument
1889 if (bItalic) in PsNameToFontName()
1899 bool bItalic, in PsNameMatchDRFontName() argument
1913 if (iDifferLength > 1 || (bBold || bItalic)) { in PsNameMatchDRFontName()
1933 if (bItalic != bItalicFont) in PsNameMatchDRFontName()
/external/pdfium/public/
Dfpdf_sysfontinfo.h119 FPDF_BOOL bItalic,
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp324 bool bItalic,
339 bool bItalic,
476 bool bItalic, in MapFont() argument
497 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
569 bool bItalic, in MapFont() argument
580 bItalic = g_Base14Substs[iBaseFont].m_bItalic; in MapFont()
599 ::CreateFontA(-10, 0, 0, 0, weight, bItalic, 0, 0, charset, in MapFont()
643 ::CreateFontA(-10, 0, 0, 0, weight, bItalic, 0, 0, charset, in MapFont()