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

  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 179 bool doDither = true;
192 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
200 decoder->setDitherImage(doDither);
BitmapFactory.cpp 220 bool doDither = true;
243 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
268 decoder->setDitherImage(doDither);
438 pr = installPixelRef(outputBitmap, stream, sampleSize, doDither);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 94 bool *doDither, SkPMColor *theTranspColor);
295 bool doDither = this->getDitherImage();
298 if (!getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &doDither, &theTranspColor)) {
378 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors(),
725 bool doDither = this->getDitherImage();
728 if (!getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha, &doDither, &theTranspColor)) {
835 if (!sampler.begin(&decodedBitmap, sc, doDither, ctLock.colors(),
    [all...]

Completed in 489 milliseconds