Home
last modified time | relevance | path

Searched refs:setDither (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/core/
DSkPaint.h123 void setDither(bool dither);
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp135 paint->setDither(true); in setupShadowPaint()
223 paint->setDither(true); in setup_paint_common()
/external/skia/src/core/
DSkBitmap.cpp724 paint.setDither(true); in copyTo()
DSkCanvas.cpp750 tmp.setDither(true); in drawDevice()
DSkPaint.cpp137 void SkPaint::setDither(bool doDither) in setDither() function in SkPaint