Home
last modified time | relevance | path

Searched refs:IsBold (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_font.h28 bool IsBold();
Dcxfa_font.cpp117 bool CXFA_Font::IsBold() { in IsBold() function in CXFA_Font
/external/clang/lib/AST/
DASTDiagnostic.cpp489 bool IsBold; member in __anon5122dca90111::TemplateDiff
1568 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()
1569 IsBold = true; in Bold()
1576 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()
1577 IsBold = false; in Unbold()
1803 if (IsBold) { in PrintValueDecl()
1980 IsBold(false) { in TemplateDiff()
2023 assert(!IsBold && "Bold is applied to end of string."); in Emit()
/external/pdfium/core/fxge/
Dcfx_font.h69 bool IsBold() const;
Dcfx_font.cpp428 bool CFX_Font::IsBold() const { in IsBold() function in CFX_Font
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp112 bool bBold = pFont->IsBold(); in DrawDeviceText()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp140 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()
336 if (font->IsBold()) in GetFont()
Dcxfa_widgetacc.cpp1450 if (font->IsBold()) in GetFDEFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp150 if (m_pFont->IsBold()) in GetFontStyles()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp882 CalculateFlags(pFont->IsBold(), pFont->IsItalic(), pFont->IsFixedWidth(), in AddFont()
915 ProcessNonbCJK(pBaseDict, pFont->IsBold(), pFont->IsItalic(), basefont, in AddFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp230 lf.lfWeight = pFont->IsBold() ? FW_BOLD : FW_NORMAL; in DrawDeviceText()
/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp70 fontDesc->SetNewFor<CPDF_Number>("StemV", pFont->IsBold() ? 120 : 70); in LoadFontDesc()