Home
last modified time | relevance | path

Searched refs:doDither (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/images/
DSkScaledBitmapSampler.h31 bool begin(SkBitmap* dst, SrcConfig sc, bool doDither,
DSkImageDecoder_libpng.cpp78 SkBitmap::Config *config, bool *hasAlpha, bool *doDither,
283 bool doDither = this->getDitherImage(); in onDecode() local
287 &doDither, &theTranspColor) == false) { in onDecode()
380 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) { in onDecode()
645 bool doDither = this->getDitherImage(); in onDecodeRegion() local
649 &doDither, &theTranspColor) == false) { in onDecodeRegion()
738 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) { in onDecodeRegion()
/external/skia/src/core/
DSkPaint.cpp174 void SkPaint::setDither(bool doDither) { in setDither() argument
175 GEN_ID_INC_EVAL(doDither != isDither()); in setDither()
176 this->setFlags(SkSetClearMask(fFlags, doDither, kDither_Flag)); in setDither()