Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDiagnostic.cpp489 bool IsBold; member in __anon9da9a8600111::TemplateDiff
1535 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()
1536 IsBold = true; in Bold()
1543 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()
1544 IsBold = false; in Unbold()
1872 IsBold(false) { in TemplateDiff()
1916 assert(!IsBold && "Bold is applied to end of string."); in Emit()
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp112 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText()
Dfx_quartz_device.cpp816 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp838 if (pFont->IsBold()) { in AddFont()
903 if (pFont->IsBold() && pFont->IsItalic()) { in AddFont()
905 } else if (pFont->IsBold()) { in AddFont()
/external/pdfium/core/include/fxge/
Dfx_font.h95 FX_BOOL IsBold() const;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp358 FX_BOOL CFX_Font::IsBold() const { in IsBold() function in CFX_Font
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp376 if (m_pFont->IsBold()) { in GetFontStyles()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp171 pFontStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD in CreateRootStyle()
362 if (font.IsBold()) { in GetFont()
Dxfa_ffwidgetacc.cpp1544 if (font.IsBold()) { in GetFDEFont()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h147 FX_BOOL IsBold();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp310 FX_BOOL CXFA_Font::IsBold() { in IsBold() function in CXFA_Font