Searched refs:getDitherImage (Results 1 – 4 of 4) sorted by relevance
273 if (this->getDitherImage()) { in onDecode()389 if (!sampler.begin(bm, sc, this->getDitherImage())) { in onDecode()550 if (this->getDitherImage()) { in onDecodeRegion()634 if (!sampler.begin(bitmap, sc, this->getDitherImage())) { in onDecodeRegion()
133 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGB, getDitherImage())) { in onDecode()
283 bool doDither = this->getDitherImage(); in onDecode()628 bool doDither = this->getDitherImage(); in onDecodeRegion()
71 bool getDitherImage() const { return fDitherImage; } in getDitherImage() function