Searched refs:kBackgroundDashCount (Results 1 – 2 of 2) sorted by relevance
31 static const uint32_t kBackgroundDashCount = 20; variable111 for (uint32_t i = 0; i < kBackgroundDashCount; ++i) { in onOnceBeforeDraw()113 kBounds.top() + (i + 0.25f) * kBounds.height() / kBackgroundDashCount); in onOnceBeforeDraw()115 kBounds.top() + (i + 0.75f) * kBounds.height() / kBackgroundDashCount); in onOnceBeforeDraw()
33 static const uint32_t kBackgroundDashCount = 20; variable113 for (uint32_t i = 0; i < kBackgroundDashCount; ++i) { in onOnceBeforeDraw()115 kBounds.top() + (i + 0.25f) * kBounds.height() / kBackgroundDashCount) in onOnceBeforeDraw()117 kBounds.top() + (i + 0.75f) * kBounds.height() / kBackgroundDashCount); in onOnceBeforeDraw()