Home
last modified time | relevance | path

Searched refs:kBackgroundDashCount (Results 1 – 1 of 1) sorted by relevance

/external/skia/samplecode/
DSampleSVGPong.cpp27 static const uint32_t kBackgroundDashCount = 20; variable
113 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()