Home
last modified time | relevance | path

Searched refs:isDither (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/docs/examples/
DPaint_isDither.cpp10 paint.isDither() == !!(paint.getFlags() & SkPaint::kDither_Flag) ? '=' : '!');
13 paint.isDither() == !!(paint.getFlags() & SkPaint::kDither_Flag) ? '=' : '!');
DPaintDump.cpp48 if (d.isDither() != p.isDither()) { in PaintStringDump()
49 s.appendf("p.setDither(%s);\n", str(p.isDither())); in PaintStringDump()
DPaint_setFlags.cpp11 SkDebugf("paint.isDither()\n", paint.isDither() ? '!' : '=');
/third_party/skia/src/core/
DSkPaintPriv.cpp54 if (!p.isDither()) { in ShouldDither()
DSkBlitter_RGB565.cpp77 if (paint.isDither()) { in Supports()
DSkPaint.cpp256 packed |= shift_bits(((unsigned)paint.isDither() << 1) | in pack_v68()
DSkBlitter.cpp657 if (paint.isDither()) { in UseLegacyBlitter()
747 if (paint->isDither() && !SkPaintPriv::ShouldDither(*paint, device.colorType())) { in Choose()
DSkRasterPipelineBlitter.cpp204 if (paint.isDither() && !is_constant) { in Create()
DSkVMBlitter.cpp248 if (paint.isDither() && !as_SB(shader)->isConstant()) { in EffectiveParams()
DSkDraw.cpp1036 tmpPaint.setDither(paint.isDither()); in drawBitmapAsMask()
/third_party/skia/src/shaders/
DSkShaderBase.h79 fPaintDither = paint.isDither(); in ContextRec()
/third_party/skia/include/core/
DSkPaint.h169 bool isDither() const { in isDither() function
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp90 bool di = dst->isDither(); in ApplyInfo()
/third_party/skia/tools/viewer/
DViewer.cpp987 paintFlag(&SkPaintFields::fDither, &SkPaint::isDither, "DITHER", "No Dither"); in updateTitle()
1435 paint.setDither(fPaint->isDither()); in onFilter()
2147 &SkPaint::isDither, &SkPaint::setDither); in drawImGui()
/third_party/skia/tools/debugger/
DDrawCommand.cpp912 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_DITHER, paint.isDither(), false); in MakeJsonPaint()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2125 bool isDither() const;