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

  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 133 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGB, getDitherImage())) {
SkImageDecoder_libjpeg.cpp 273 if (this->getDitherImage()) {
389 if (!sampler.begin(bm, sc, this->getDitherImage())) {
550 if (this->getDitherImage()) {
634 if (!sampler.begin(bitmap, sc, this->getDitherImage())) {
SkImageDecoder_libpng.cpp 283 bool doDither = this->getDitherImage();
628 bool doDither = this->getDitherImage();
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 71 bool getDitherImage() const { return fDitherImage; }

Completed in 40 milliseconds