Home
last modified time | relevance | path

Searched defs:avgLength (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkScan_AntiPath.cpp605 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