Searched refs:SkTriState (Results 1 - 3 of 3) sorted by relevance

/external/skia/bench/
H A DSkBenchmark.cpp18 fDither = SkTriState::kDefault;
39 if (SkTriState::kDefault != fDither) {
40 paint->setDither(SkTriState::kTrue == fDither);
H A DSkBenchmark.h25 class SkTriState { class
54 void setDither(SkTriState::State state) {
88 SkTriState::State fDither;
H A Dbenchmain.cpp317 SkTriState::State forceDither = SkTriState::kDefault;
395 forceDither = tmp ? SkTriState::kTrue : SkTriState::kFalse;
470 case SkTriState::kDefault: ditherName = "default"; break;
471 case SkTriState::kTrue: ditherName = "true"; break;
472 case SkTriState::kFalse: ditherName = "false"; break;

Completed in 100 milliseconds