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

/external/skia/tests/
H A DAsADashTest.cpp23 SkScalar inIntervals[] = { 4.0, 2.0, 1.0, 3.0 }; local
25 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
32 SkScalar inIntervals[] = { 4.0, 2.0, 1.0, 3.0 }; local
36 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
49 REPORTER_ASSERT(reporter, inIntervals[0] == info.fIntervals[0]);
50 REPORTER_ASSERT(reporter, inIntervals[1] == info.fIntervals[1]);
51 REPORTER_ASSERT(reporter, inIntervals[2] == info.fIntervals[2]);
52 REPORTER_ASSERT(reporter, inIntervals[3] == info.fIntervals[3]);

Completed in 160 milliseconds