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

/external/skia/src/core/
H A DSkPaint.cpp191 void SkPaint::setDither(bool doDither) { argument
192 GEN_ID_INC_EVAL(doDither != isDither());
193 this->setFlags(SkSetClearMask(fFlags, doDither, kDither_Flag));
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp70 SkBitmap::Config *config, bool *hasAlpha, bool *doDither,
275 bool doDither = this->getDitherImage(); local
279 &doDither, &theTranspColor) == false) {
372 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) {
642 bool doDither = this->getDitherImage(); local
646 &doDither, &theTranspColor) == false) {
746 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) {

Completed in 110 milliseconds