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

  /external/skia/src/images/
SkScaledBitmapSampler.h 31 bool begin(SkBitmap* dst, SrcConfig sc, bool doDither,
SkImageDecoder_libpng.cpp 78 SkBitmap::Config *config, bool *hasAlpha, bool *doDither,
283 bool doDither = this->getDitherImage();
287 &doDither, &theTranspColor) == false) {
380 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) {
645 bool doDither = this->getDitherImage();
649 &doDither, &theTranspColor) == false) {
738 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 187 bool doDither = true;
199 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
204 decoder->setDitherImage(doDither);
BitmapFactory.cpp 120 bool doDither = true;
140 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
152 decoder->setDitherImage(doDither);
244 pr = installPixelRef(bitmap, stream, sampleSize, doDither);
  /external/skia/src/core/
SkPaint.cpp 174 void SkPaint::setDither(bool doDither) {
175 GEN_ID_INC_EVAL(doDither != isDither());
176 this->setFlags(SkSetClearMask(fFlags, doDither, kDither_Flag));
    [all...]

Completed in 306 milliseconds