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

  /external/skia/include/core/
SkPaint.h 109 kSubpixelText_Flag = 0x80, //!< mask to enable subpixel text positioning
169 /** Helper for getFlags(), returning true if kSubpixelText_Flag bit is set
174 return SkToBool(this->getFlags() & kSubpixelText_Flag);
177 /** Helper for setFlags(), setting or clearing the kSubpixelText_Flag
    [all...]
  /external/skia/src/core/
SkPaint.cpp 150 this->setFlags(SkSetClearMask(fFlags, doSubpixel, kSubpixelText_Flag));
677 if (fFlags & kSubpixelText_Flag)
    [all...]

Completed in 29 milliseconds