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

  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 38 bool begin(SkBitmap* dst, SrcConfig sc, bool doDither,
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...]
  /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/core/
SkPaint.cpp 245 void SkPaint::setDither(bool doDither) {
246 this->setFlags(SkSetClearMask(fFlags, doDither, kDither_Flag));
    [all...]
  /external/skia/src/core/
SkPaint.cpp 246 void SkPaint::setDither(bool doDither) {
247 this->setFlags(SkSetClearMask(fFlags, doDither, kDither_Flag));
    [all...]

Completed in 1271 milliseconds