Searched refs:isDither (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/docs/examples/ |
D | Paint_isDither.cpp | 10 paint.isDither() == !!(paint.getFlags() & SkPaint::kDither_Flag) ? '=' : '!'); 13 paint.isDither() == !!(paint.getFlags() & SkPaint::kDither_Flag) ? '=' : '!');
|
D | PaintDump.cpp | 48 if (d.isDither() != p.isDither()) { in PaintStringDump() 49 s.appendf("p.setDither(%s);\n", str(p.isDither())); in PaintStringDump()
|
D | Paint_setFlags.cpp | 11 SkDebugf("paint.isDither()\n", paint.isDither() ? '!' : '=');
|
/third_party/skia/src/core/ |
D | SkPaintPriv.cpp | 54 if (!p.isDither()) { in ShouldDither()
|
D | SkBlitter_RGB565.cpp | 77 if (paint.isDither()) { in Supports()
|
D | SkPaint.cpp | 256 packed |= shift_bits(((unsigned)paint.isDither() << 1) | in pack_v68()
|
D | SkBlitter.cpp | 657 if (paint.isDither()) { in UseLegacyBlitter() 747 if (paint->isDither() && !SkPaintPriv::ShouldDither(*paint, device.colorType())) { in Choose()
|
D | SkRasterPipelineBlitter.cpp | 204 if (paint.isDither() && !is_constant) { in Create()
|
D | SkVMBlitter.cpp | 248 if (paint.isDither() && !as_SB(shader)->isConstant()) { in EffectiveParams()
|
D | SkDraw.cpp | 1036 tmpPaint.setDither(paint.isDither()); in drawBitmapAsMask()
|
/third_party/skia/src/shaders/ |
D | SkShaderBase.h | 79 fPaintDither = paint.isDither(); in ContextRec()
|
/third_party/skia/include/core/ |
D | SkPaint.h | 169 bool isDither() const { in isDither() function
|
/third_party/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 90 bool di = dst->isDither(); in ApplyInfo()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 987 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/ |
D | DrawCommand.cpp | 912 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_DITHER, paint.isDither(), false); in MakeJsonPaint()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2125 bool isDither() const;
|