Searched refs:sumLength (Results 1 – 2 of 2) sorted by relevance
613 SkScalar sumLength = 0; in compute_complexity() local617 sumLength += SkPoint::Distance(lastPoint, point); in compute_complexity()620 avgLength = sumLength / (kSampleSize - 1); in compute_complexity()
614 SkScalar sumLength = 0; in compute_complexity() local618 sumLength += SkPoint::Distance(lastPoint, point); in compute_complexity()621 avgLength = sumLength / (kSampleSize - 1); in compute_complexity()