Searched refs:ShouldDither (Results 1 – 9 of 9) sorted by relevance
32 static bool ShouldDither(const SkPaint&, SkColorType);
52 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither() function in SkPaintPriv
747 if (paint->isDither() && !SkPaintPriv::ShouldDither(*paint, device.colorType())) { in Choose()
39 static bool ShouldDither(const SkPaint&, SkColorType);
46 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither() function in SkPaintPriv
730 if (paint->isDither() && !SkPaintPriv::ShouldDither(*paint, device.colorType())) { in Choose()
236 bool shouldDither = SkPaintPriv::ShouldDither(p, kBGRA_8888_SkColorType);
451 if (SkPaintPriv::ShouldDither(skPaint, GrColorTypeToSkColorType(ct)) && in skpaint_to_grpaint_impl()
545 if (SkPaintPriv::ShouldDither(skPaint, GrColorTypeToSkColorType(ct)) && paintFP != nullptr) { in skpaint_to_grpaint_impl()