Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDiagnostic.cpp427 bool IsBold; member in __anon9da9a8600111::TemplateDiff
1473 assert(!IsBold && "Attempting to bold text that is already bold."); in Bold()
1474 IsBold = true; in Bold()
1481 assert(IsBold && "Attempting to remove bold from unbold text."); in Unbold()
1482 IsBold = false; in Unbold()
1810 IsBold(false) { in TemplateDiff()
1854 assert(!IsBold && "Bold is applied to end of string."); in Emit()
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp115 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText()
Dfx_quartz_device.cpp891 FX_BOOL bBold = pFont->IsBold(); in DrawDeviceText()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp879 if (pFont->IsBold()) { in AddFont()
942 if (pFont->IsBold() && pFont->IsItalic()) { in AddFont()
944 } else if (pFont->IsBold()) { in AddFont()
/external/pdfium/core/include/fxge/
Dfx_font.h87 FX_BOOL IsBold();
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp282 FX_BOOL CFX_Font::IsBold() in IsBold() function in CFX_Font