Searched refs:doDither (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/images/ |
D | SkScaledBitmapSampler.h | 31 bool begin(SkBitmap* dst, SrcConfig sc, bool doDither,
|
D | SkImageDecoder_libpng.cpp | 78 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/ |
D | SkPaint.cpp | 174 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()
|