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

/external/chromium_org/third_party/skia/gm/
H A Ddashing.cpp432 static const int kIntervalLength = kOn + kOff; variable
434 static const SkColor gColors[kIntervalLength] = {
467 phase = (phase + 1) % kIntervalLength;
478 phase = (phase + 1) % kIntervalLength;

Completed in 266 milliseconds