Searched refs:ShouldDither (Results 1 – 5 of 5) sorted by relevance
33 static bool ShouldDither(const SkPaint&, SkColorType);
58 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither() function in SkPaintPriv
749 if (paint->isDither() && !SkPaintPriv::ShouldDither(*paint, device.colorType())) { in Choose()
252 bool shouldDither = SkPaintPriv::ShouldDither(p, kBGRA_8888_SkColorType);
570 …surfaceProps.isAlwaysDither() || SkPaintPriv::ShouldDither(skPaint, GrColorTypeToSkColorType(ct)))… in skpaint_to_grpaint_impl()