HomeSort by relevance Sort by last modified time
    Searched refs:fDither (Results 1 - 15 of 15) sorted by null

  /external/skia/bench/
Benchmark.cpp 20 fDither = SkTriState::kDefault;
68 if (SkTriState::kDefault != fDither) {
69 paint->setDither(SkTriState::kTrue == fDither);
Benchmark.h 92 fDither = state;
147 SkTriState::State fDither;
  /external/skia/gm/
gradients.cpp 104 GradientsGM(bool dither) : fDither(dither) {
111 return SkString(fDither ? "gradients" : "gradients_nodither");
126 paint.setDither(fDither);
152 bool fDither;
164 GradientsLocalPerspectiveGM(bool dither) : fDither(dither) {
171 return SkString(fDither ? "gradients_local_perspective" :
187 paint.setDither(fDither);
212 bool fDither;
227 return SkString(fDither ? "gradients_view_perspective" :
266 GradientsDegenrate2PointGM(bool dither) : fDither(dither) {
    [all...]
shallowgradient.cpp 42 , fDither(dither) {
66 paint.setDither(fDither);
73 bool fDither;
gradients_no_texture.cpp 83 GradientsNoTextureGM(bool dither) : fDither(dither) {
90 return SkString(fDither ? "gradients_no_texture" : "gradients_no_texture_nodither");
102 paint.setDither(fDither);
123 bool fDither;
224 GradientsManyColorsGM(bool dither) : fDither(dither) {}
229 return SkString(fDither ? "gradients_many" : "gradients_many_nodither");
245 paint.setDither(fDither);
276 bool fDither;
gradients_2pt_conical.cpp 310 , fDither(dither) {
313 fDither ? "" : "_nodither");
333 paint.setDither(fDither);
366 bool fDither;
  /external/skia/src/images/
SkScaledBitmapSampler.h 38 bool fDither;
42 : fDither(dec.getDitherImage())
SkScaledBitmapSampler.cpp 140 if (opts.fDither) {
173 if (opts.fDither) {
228 if (opts.fDither) {
262 if (opts.fDither) {
349 if (opts.fDither) {
354 if (opts.fDither) {
440 if (opts.fDither) {
521 if (opts.fDither) {
526 if (opts.fDither) {
  /external/skia/src/effects/gradients/
Sk4fGradientBase.h 52 bool fDither;
Sk4fGradientBase.cpp 68 , fDither(true)
70 , fDither(rec.fPaint->isDither())
SkGradientShaderPriv.h 177 bool fDither;
SkGradientShader.cpp 298 , fDither(true)
300 , fDither(rec.fPaint->isDither())
302 , fCache(shader.refCache(getPaintAlpha(), fDither))
    [all...]
SkLinearGradient.cpp 732 if (fDither) {
  /external/skia/src/core/
SkRemote.h 49 bool fAntiAlias, fDither;
SkRemote.cpp 41 paint->setDither (fDither);
48 && a.fDither == b.fDither;
52 static_assert(sizeof(Misc) > offsetof(Misc, fDither) + sizeof(Misc().fDither), "");
55 return SkChecksum::Murmur3(&misc, offsetof(Misc, fDither) + sizeof(Misc().fDither));

Completed in 216 milliseconds