HomeSort by relevance Sort by last modified time
    Searched defs:doDither (Results 1 - 2 of 2) sorted by null

  /external/skia/src/images/
SkImageDecoder_libpng.cpp 215 bool doDither = this->getDitherImage();
220 if (doDither) {
230 doDither = false;
442 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) {
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 355 bool doDither = true;
372 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
381 decoder->setDitherImage(doDither);
462 pr = installPixelRef(bitmap, stream, sampleSize, doDither);

Completed in 57 milliseconds