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

  /external/skia/include/core/
SkPaint.h 102 kFakeBoldText_Flag = 0x20, //!< mask to enable fake-bold text
252 /** Helper for getFlags(), returns true if kFakeBoldText_Flag bit is set
253 @return true if the kFakeBoldText_Flag bit is set in the paint's flags.
256 return SkToBool(this->getFlags() & kFakeBoldText_Flag);
259 /** Helper for setFlags(), setting or clearing the kFakeBoldText_Flag bit
260 @param fakeBoldText true to set the kFakeBoldText_Flag bit in the paint's
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 101 kFakeBoldText_Flag = 0x20, //!< mask to enable fake-bold text
251 /** Helper for getFlags(), returns true if kFakeBoldText_Flag bit is set
252 @return true if the kFakeBoldText_Flag bit is set in the paint's flags.
255 return SkToBool(this->getFlags() & kFakeBoldText_Flag);
258 /** Helper for setFlags(), setting or clearing the kFakeBoldText_Flag bit
259 @param fakeBoldText true to set the kFakeBoldText_Flag bit in the paint's
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 274 SkAddFlagToString(str, SkToBool(SkPaint::kFakeBoldText_Flag & rec->fInfo.fFlagsMask),
  /external/skia/legacy/src/core/
SkPaint.cpp 238 this->setFlags(SkSetClearMask(fFlags, doFakeBold, kFakeBoldText_Flag));
    [all...]
  /external/skia/src/core/
SkPaint.cpp 254 this->setFlags(SkSetClearMask(fFlags, doFakeBold, kFakeBoldText_Flag));
    [all...]

Completed in 120 milliseconds