Searched defs:IsBold (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_font.cpp73 bool CXFA_Font::IsBold() { function in class:CXFA_Font
/external/pdfium/core/fxge/ge/
H A Dcfx_font.cpp458 bool CFX_Font::IsBold() const { function in class:CFX_Font
/external/clang/lib/AST/
H A DASTDiagnostic.cpp488 /// IsBold - Keeps track of the bold formatting for the output string.
489 bool IsBold; member in class:__anon1100::TemplateDiff
1568 assert(!IsBold && "Attempting to bold text that is already bold.");
1569 IsBold = true;
1576 assert(IsBold && "Attempting to remove bold from unbold text.");
1577 IsBold = false;
1803 if (IsBold) {
1980 IsBold(false) {
2023 assert(!IsBold && "Bold is applied to end of string.");

Completed in 409 milliseconds