Searched refs:fDither (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DBenchmark.cpp19 fDither = SkTriState::kDefault;
50 if (SkTriState::kDefault != fDither) {
51 paint->setDither(SkTriState::kTrue == fDither);
H A DBenchmark.h81 fDither = state;
112 SkTriState::State fDither; member in class:Benchmark
H A DGradientBench.cpp206 bool fDither; member in class:GradientBench
239 fDither = false;
249 fDither = dither;
272 if (fDither) {
/external/skia/bench/
H A DBenchmark.cpp21 fDither = SkTriState::kDefault;
49 if (SkTriState::kDefault != fDither) {
50 paint->setDither(SkTriState::kTrue == fDither);
H A DBenchmark.h88 fDither = state;
120 SkTriState::State fDither; member in class:Benchmark
H A DGradientBench.cpp206 bool fDither; member in class:GradientBench
240 fDither = false;
250 fDither = dither;
273 if (fDither) {
/external/chromium_org/third_party/skia/include/gpu/
H A DGrPaint.h84 void setDither(bool dither) { fDither = dither; }
85 bool isDither() const { return fDither; }
131 fDither = paint.fDither;
220 bool fDither; member in class:GrPaint
232 fDither = false;
/external/skia/include/gpu/
H A DGrPaint.h84 void setDither(bool dither) { fDither = dither; }
85 bool isDither() const { return fDither; }
136 fDither = paint.fDither;
224 bool fDither; member in class:GrPaint
236 fDither = false;
/external/chromium_org/third_party/skia/src/images/
H A DSkScaledBitmapSampler.h38 bool fDither; member in struct:SkScaledBitmapSampler::Options
42 : fDither(dec.getDitherImage())
H A DSkScaledBitmapSampler.cpp140 if (opts.fDither) {
173 if (opts.fDither) {
228 if (opts.fDither) {
262 if (opts.fDither) {
349 if (opts.fDither) {
354 if (opts.fDither) {
441 if (opts.fDither) {
522 if (opts.fDither) {
527 if (opts.fDither) {
/external/skia/src/images/
H A DSkScaledBitmapSampler.h38 bool fDither; member in struct:SkScaledBitmapSampler::Options
42 : fDither(dec.getDitherImage())
H A DSkScaledBitmapSampler.cpp140 if (opts.fDither) {
173 if (opts.fDither) {
228 if (opts.fDither) {
262 if (opts.fDither) {
349 if (opts.fDither) {
354 if (opts.fDither) {
441 if (opts.fDither) {
522 if (opts.fDither) {
527 if (opts.fDither) {

Completed in 304 milliseconds