Home | History | Annotate | Download | only in debugger

Lines Matching refs:fIntervals

981             dashInfo.fIntervals = (SkScalar*) sk_malloc_throw(dashInfo.fCount * sizeof(SkScalar));
986 intervals.append(Json::Value(dashInfo.fIntervals[i]));
988 sk_free(dashInfo.fIntervals);