Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/sksg/samples/
DSampleSVGPong.cpp31 static const uint32_t kBackgroundDashCount = 20; variable
111 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()
/third_party/skia/modules/sksg/samples/
DSampleSVGPong.cpp33 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()