Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libpng.cpp216 bool doDither = this->getDitherImage(); in onDecode() local
/external/skia/src/core/
DSkPaint.cpp143 void SkPaint::setDither(bool doDither) in setDither()