Lines Matching refs:intervals
19 const SkScalar intervals[] = { in drawline() local
24 p.setPathEffect(SkDashPathEffect::Create(intervals, 2, phase))->unref(); in drawline()
169 const int* intervals = &gIntervals[1]; in onDraw() local
172 int count = *intervals++; in onDraw()
174 vals[i] = SkIntToScalar(*intervals++); in onDraw()
223 SkScalar intervals[2] = { dashLength, dashLength }; in drawDashedLines() local
225 p.setPathEffect(SkDashPathEffect::Create(intervals, 2, phase))->unref(); in drawDashedLines()
500 const SkScalar intervals[] = { 1, 1 }; variable
501 p.setPathEffect(SkDashPathEffect::Create(intervals, SK_ARRAY_COUNT(intervals), 0))->unref();
511 const SkScalar intervals[] = { 2, 2 }; variable
512 p.setPathEffect(SkDashPathEffect::Create(intervals, SK_ARRAY_COUNT(intervals), 0))->unref();