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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp282 FX_BOOL CFX_Font::IsBold() function in class:CFX_Font
/external/clang/lib/AST/
H A DASTDiagnostic.cpp426 /// IsBold - Keeps track of the bold formatting for the output string.
427 bool IsBold; member in class:__anon811::TemplateDiff
1473 assert(!IsBold && "Attempting to bold text that is already bold.");
1474 IsBold = true;
1481 assert(IsBold && "Attempting to remove bold from unbold text.");
1482 IsBold = false;
1810 IsBold(false) {
1854 assert(!IsBold && "Bold is applied to end of string.");

Completed in 55 milliseconds