Home
last modified time | relevance | path

Searched refs:ShouldDither (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/core/
DSkPaintPriv.h32 static bool ShouldDither(const SkPaint&, SkColorType);
DSkPaintPriv.cpp52 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither() function in SkPaintPriv
DSkBlitter.cpp747 if (paint->isDither() && !SkPaintPriv::ShouldDither(*paint, device.colorType())) { in Choose()
/third_party/flutter/skia/src/core/
DSkPaintPriv.h39 static bool ShouldDither(const SkPaint&, SkColorType);
DSkPaintPriv.cpp46 bool SkPaintPriv::ShouldDither(const SkPaint& p, SkColorType dstCT) { in ShouldDither() function in SkPaintPriv
DSkBlitter.cpp730 if (paint->isDither() && !SkPaintPriv::ShouldDither(*paint, device.colorType())) { in Choose()
/third_party/skia/tests/
DPaintTest.cpp236 bool shouldDither = SkPaintPriv::ShouldDither(p, kBGRA_8888_SkColorType);
/third_party/flutter/skia/src/gpu/
DSkGr.cpp451 if (SkPaintPriv::ShouldDither(skPaint, GrColorTypeToSkColorType(ct)) && in skpaint_to_grpaint_impl()
/third_party/skia/src/gpu/
DSkGr.cpp545 if (SkPaintPriv::ShouldDither(skPaint, GrColorTypeToSkColorType(ct)) && paintFP != nullptr) { in skpaint_to_grpaint_impl()