Searched refs:setDither (Results 1 - 25 of 29) sorted by relevance

12

/external/skia/samplecode/
H A DSampleDitherBitmap.cpp36 p.setDither(true);
116 paint.setDither(false);
118 paint.setDither(true);
123 paint.setDither(false);
125 paint.setDither(true);
H A DSampleEmboss.cpp58 paint.setDither(true);
H A DSampleTiling.cpp44 paint.setDither(true);
119 p.setDither(true);
140 paint.setDither(true);
H A DSampleFilter2.cpp81 paint.setDither(j == 1);
H A DSampleDither.cpp29 // p.setDither(true);
155 paint.setDither(true);
159 paint.setDither(false);
H A DSampleShaderText.cpp32 paint.setDither(true);
169 paint.setDither(true);
H A DSampleFilter.cpp64 p->setDither(true);
H A DSampleGradients.cpp146 paint.setDither(true);
H A DSampleVertices.cpp95 paint.setDither(true);
H A DSamplePatch.cpp284 paint.setDither(true);
H A DSampleSlides.cpp227 paint.setDither(true);
441 paint.setDither(true);
/external/skia/gm/
H A Dlcdtext.cpp50 paint.setDither(true);
H A Dtilemodes.cpp42 paint.setDither(true);
103 p.setDither(true);
123 paint.setDither(true);
H A Dshadertext.cpp33 paint.setDither(true);
168 paint.setDither(true);
H A Dbitmapfilters.cpp44 p->setDither(true);
H A Dgradients.cpp235 paint.setDither(true);
/external/skia/bench/
H A DSkBenchmark.cpp40 paint->setDither(SkTriState::kTrue == fDither);
H A DSkBenchmark.h54 void setDither(SkTriState::State state) { function in class:SkBenchmark
H A Dbenchmain.cpp531 bench->setDither(forceDither);
/external/webkit/Source/WebKit/android/
H A DRenderSkinNinePatch.cpp97 defaultPaint.setDither(true);
/external/skia/tests/
H A DBlitRowTest.cpp153 paint.setDither(dither);
243 paint.setDither(dither);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp155 paint->setDither(true);
389 paint->setDither(true);
/external/skia/include/core/
H A DSkPaint.h149 void setDither(bool dither);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h286 void setDither(bool enabled);
/external/skia/src/core/
H A DSkBitmap.cpp946 paint.setDither(true);

Completed in 361 milliseconds

12