Home
last modified time | relevance | path

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

/external/skia/gm/
Ddashcircle.cpp43 for (const DashExample& dashExample : dashExamples) { variable
46 for (int index = 0; index < dashExample.length; ++index) {
47 dashUnits += dashExample.pattern[index];
52 for (int i2 = 0; i2 < dashExample.length; i2 += 2) {
53 SkScalar span = dashExample.pattern[i2] * unitLength;
57 angle += span + (dashExample.pattern[i2 + 1]) * unitLength;
66 int intervalCount = dashExample.length;
68 for (int index = 0; index < dashExample.length; ++index) {
69 intervals[index] = dashExample.pattern[index] * dashLength;