Home | History | Annotate | Download | only in core

Lines Matching refs:doDither

242 void SkPaint::setDither(bool doDither) {
243 this->setFlags(SkSetClearMask(fFlags, doDither, kDither_Flag));