HomeSort by relevance Sort by last modified time
    Searched refs:kFakeBoldText_Flag (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPaint.h 107 kFakeBoldText_Flag = 0x20, //!< mask to enable fake-bold text
233 /** Helper for getFlags(), returns true if kFakeBoldText_Flag bit is set
234 @return true if the kFakeBoldText_Flag bit is set in the paint's flags.
238 return SkToBool(this->getFlags() & kFakeBoldText_Flag);
241 /** Helper for setFlags(), setting or clearing the kFakeBoldText_Flag bit
242 @param fakeBoldText true to set the kFakeBoldText_Flag bit in the paint's
    [all...]
  /external/skia/src/core/
SkPaint.cpp 180 this->setFlags(SkSetClearMask(fFlags, doFakeBold, kFakeBoldText_Flag));
    [all...]

Completed in 149 milliseconds