/external/pdfium/xfa/fgas/font/ |
D | cfgas_pdffontmgr.cpp | 37 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()
|
D | cfgas_pdffontmgr.h | 40 bool bItalic, 45 bool bItalic); 48 bool bItalic,
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 454 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 …]
|
D | cfx_fontmgr.cpp | 51 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()
|
D | cfx_folderfontinfo.h | 28 bool bItalic, 35 bool bItalic, 73 bool bItalic,
|
D | fx_ge_linux.cpp | 75 bool bItalic, 83 bool bItalic, in MapFont() argument 131 return FindFont(weight, bItalic, charset, pitch_family, cstr_face, !bCJK); in MapFont()
|
D | cfx_folderfontinfo.cpp | 95 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
|
D | ifx_systemfontinfo.h | 26 bool bItalic, 34 bool bItalic,
|
D | cfx_fontmgr.h | 29 bool bItalic, 33 bool bItalic,
|
D | fx_ge_fontmap.cpp | 57 bool bItalic, in MapFontByUnicode() argument
|
D | cfx_fontmapper.h | 68 bool bItalic,
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 45 bool bItalic, 64 bool bItalic, in MapFont() argument 87 if (bItalic) in MapFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 51 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/ |
D | cfx_androidfontinfo.cpp | 30 bool bItalic, in MapFont() argument 40 if (bItalic) in MapFont()
|
D | cfx_androidfontinfo.h | 27 bool bItalic,
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 326 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/ |
D | fpdf_sysfontinfo.h | 116 FPDF_BOOL bItalic,
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 933 …t32, cWidth int32, cEscapement int32, cOrientation int32, cWeight int32, bItalic int32, bUnderline…
|