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

/external/skia/include/core/
H A DSkPaint.h110 kFakeBoldText_Flag = 0x20, //!< mask to enable fake-bold text enumerator in enum:SkPaint::Flags
261 /** Helper for getFlags(), returns true if kFakeBoldText_Flag bit is set
262 @return true if the kFakeBoldText_Flag bit is set in the paint's flags.
265 return SkToBool(this->getFlags() & kFakeBoldText_Flag);
268 /** Helper for setFlags(), setting or clearing the kFakeBoldText_Flag bit
269 @param fakeBoldText true to set the kFakeBoldText_Flag bit in the paint's

Completed in 78 milliseconds