Home | History | Annotate | Download | only in json

Lines Matching refs:fIntervals

369             dashInfo.fIntervals = (SkScalar*) sk_malloc_throw(dashInfo.fCount * sizeof(SkScalar));
374 intervals.append(Json::Value(dashInfo.fIntervals[i]));
376 free(dashInfo.fIntervals);