Home
last modified time | relevance | path

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

123

/external/skia/samplecode/
DSampleTiling.cpp38 paint.setDither(true); in makebm()
109 p.setDither(true); in onDrawContent()
130 paint.setDither(true); in onDrawContent()
DSampleEmboss.cpp52 paint.setDither(true); in onDrawContent()
DSampleFilter2.cpp76 paint.setDither(j == 1); in onDrawContent()
/external/skqp/samplecode/
DSampleTiling.cpp38 paint.setDither(true); in makebm()
109 p.setDither(true); in onDrawContent()
130 paint.setDither(true); in onDrawContent()
DSampleEmboss.cpp52 paint.setDither(true); in onDrawContent()
DSampleFilter2.cpp76 paint.setDither(j == 1); in onDrawContent()
/external/skqp/gm/
Dgradients.cpp193 paint.setDither(fDither); in onDraw()
249 paint.setDither(fDither); in onDraw()
307 paint.setDither(fDither); in onDraw()
411 paint.setDither(fDither); in onDraw()
481 paint.setDither(fDither); in onDraw()
522 paint.setDither(true); in onDraw()
590 paint1.setDither(fDither); in onDraw()
591 paint2.setDither(fDither); in onDraw()
592 paint3.setDither(fDither); in onDraw()
635 paint.setDither(fDither); in onDraw()
[all …]
Dtilemodes.cpp32 paint.setDither(true); in makebm()
104 p.setDither(true); in onDraw()
131 paint.setDither(true); in onDraw()
Dtilemodes_scaled.cpp31 paint.setDither(true); in makebm()
132 paint.setDither(true); in onDraw()
Demboss.cpp68 paint.setDither(true); in onDraw()
Dgradients_no_texture.cpp101 paint.setDither(fDither); in onDraw()
243 paint.setDither(fDither); in onDraw()
Dlcdtext.cpp55 paint.setDither(true); in drawText()
Dshallowgradient.cpp61 paint.setDither(fDither); in onDraw()
Dbitmapfilters.cpp39 p->setDither(true); in draw_set()
/external/skia/gm/
Dgradients.cpp193 paint.setDither(fDither); in onDraw()
249 paint.setDither(fDither); in onDraw()
307 paint.setDither(fDither); in onDraw()
411 paint.setDither(fDither); in onDraw()
481 paint.setDither(fDither); in onDraw()
522 paint.setDither(true); in onDraw()
590 paint1.setDither(fDither); in onDraw()
591 paint2.setDither(fDither); in onDraw()
592 paint3.setDither(fDither); in onDraw()
635 paint.setDither(fDither); in onDraw()
[all …]
Dtilemodes.cpp32 paint.setDither(true); in makebm()
104 p.setDither(true); in onDraw()
131 paint.setDither(true); in onDraw()
Dtilemodes_scaled.cpp31 paint.setDither(true); in makebm()
132 paint.setDither(true); in onDraw()
Demboss.cpp68 paint.setDither(true); in onDraw()
Dgradients_no_texture.cpp101 paint.setDither(fDither); in onDraw()
243 paint.setDither(fDither); in onDraw()
Dlcdtext.cpp53 paint.setDither(true); in drawText()
Dshallowgradient.cpp61 paint.setDither(fDither); in onDraw()
Dbitmapfilters.cpp39 p->setDither(true); in draw_set()
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java51 public void setDither(boolean dither) { in setDither() method in SquaringDrawable
52 wrapped.setDither(dither); in setDither()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DUberColorPickerDialog.java312 mOvalHueSat.setDither(true); in ColorPickerView()
324 mValDimmer.setDither(true); in ColorPickerView()
558 gradDraw.setDither(true); in setVerValSlider()
/external/skia/src/core/
DSkPaint.cpp237 paint->setDither((f & kDither_PaintFlagForPaint) != 0); in unpack_paint_flags()
294 paint->setDither((packed & 2) != 0); in unpack_v68()

123