Searched refs:bBold (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffConfigAcc.cpp | 28 FX_BOOL bBold, in GetFontInfo() argument 39 bBold = FALSE; in GetFontInfo() 47 bBold = TRUE; in GetFontInfo()
|
D | xfa_fontmgr.h | 50 FX_BOOL bBold, 55 FX_BOOL bBold, 58 FX_BOOL bBold,
|
D | xfa_ffConfigAcc.h | 17 FX_BOOL bBold,
|
D | xfa_fontmgr.cpp | 1882 FX_BOOL bBold, in FindFont() argument 1904 if (!PsNameMatchDRFontName(strPsName, bBold, bItalic, key, bStrictMatch)) { in FindFont() 1941 FX_BOOL bBold = (dwFontStyles & FX_FONTSTYLE_Bold) == FX_FONTSTYLE_Bold; in GetFont() local 1943 CFX_ByteString strFontName = PsNameToFontName(bsPsName, bBold, bItalic); in GetFont() 1944 pFont = FindFont(strFontName, bBold, bItalic, pPDFFont, bStrictMatch); in GetFont() 1952 FX_BOOL bBold, in PsNameToFontName() argument 1957 int32_t index = 1 + ((bItalic << 1) | bBold); in PsNameToFontName() 1965 FX_BOOL bBold, in PsNameMatchDRFontName() argument 1980 if (iDifferLength > 1 || (bBold || bItalic)) { in PsNameMatchDRFontName() 1983 if (bBold ^ bBoldFont) { in PsNameMatchDRFontName()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 112 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText() local 113 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText()
|
D | fx_quartz_device.cpp | 816 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText() local 817 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 262 virtual FX_BOOL SetRichTextBold(FX_BOOL bBold = TRUE) = 0;
|
D | fxet_edit.h | 559 FX_BOOL SetRichTextBold(FX_BOOL bBold = TRUE) override;
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 1129 FX_BOOL CFX_Edit::SetRichTextBold(FX_BOOL bBold) { in SetRichTextBold() argument 1131 if (bBold) in SetRichTextBold()
|