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

  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 178 bool doDither = true;
191 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
199 decoder->setDitherImage(doDither);
BitmapFactory.cpp 234 bool doDither = true;
257 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
282 decoder->setDitherImage(doDither);
455 pr = installPixelRef(outputBitmap, stream, sampleSize, doDither);
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 242 void SkPaint::setDither(bool doDither) {
243 this->setFlags(SkSetClearMask(fFlags, doDither, kDither_Flag));
    [all...]
  /external/skia/src/core/
SkPaint.cpp 242 void SkPaint::setDither(bool doDither) {
243 this->setFlags(SkSetClearMask(fFlags, doDither, kDither_Flag));
    [all...]

Completed in 200 milliseconds