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