Lines Matching refs:fFlags
38 const unsigned fFlags;
41 ParagraphGM(unsigned flags) : fFlags(flags) {}
49 if (fFlags & kUseUnderline) {
82 fFlags & kTimeLayout ? "_layout" : "",
83 fFlags & kUseUnderline ? "_underline" : "");
84 if (fFlags & kShowVisitor) {
91 if (fFlags & kShowVisitor) {
117 if (fFlags & kUseUnderline) {
165 if (fFlags & kShowVisitor) {
180 if (fFlags & kTimeLayout) {
193 if ((this->getMode() == kGM_Mode) && (fFlags & kTimeLayout)) {