Home
last modified time | relevance | path

Searched defs:doDither (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libpng.cpp275 bool doDither = this->getDitherImage(); in onDecode() local
642 bool doDither = this->getDitherImage(); in onDecodeRegion() local
/external/skia/src/core/
DSkPaint.cpp191 void SkPaint::setDither(bool doDither) { in setDither()