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

/external/chromium_org/third_party/skia/bench/
H A DBenchmark.cpp13 const char* SkTriState::Name[] = { "default", "true", "false" };
19 fDither = SkTriState::kDefault;
50 if (SkTriState::kDefault != fDither) {
51 paint->setDither(SkTriState::kTrue == fDither);
H A DBenchmark.h35 class SkTriState { class
80 void setDither(SkTriState::State state) {
112 SkTriState::State fDither;
/external/skia/bench/
H A DBenchmark.cpp13 const char* SkTriState::Name[] = { "default", "true", "false" };
21 fDither = SkTriState::kDefault;
49 if (SkTriState::kDefault != fDither) {
50 paint->setDither(SkTriState::kTrue == fDither);
H A DBenchmark.h35 class SkTriState { class
87 void setDither(SkTriState::State state) {
120 SkTriState::State fDither;
H A Dbenchmain.cpp304 SkTriState::State dither = SkTriState::kDefault;
306 if (strcmp(SkTriState::Name[i], FLAGS_forceDither[0]) == 0) {
307 dither = static_cast<SkTriState::State>(i);
384 writer.option("dither", SkTriState::Name[dither]);

Completed in 8531 milliseconds