Searched defs:avgLength (Results 1 – 1 of 1) sorted by relevance
605 static void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity) { in compute_complexity()638 static bool ShouldUseAAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseAAA()785 SkScalar avgLength, complexity; in AntiFillPath() local