Home
last modified time | relevance | path

Searched refs:compute_complexity (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkPathComplexityDfx.h35 void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity);
DSkPathComplexityDfx.cpp56 compute_complexity(path, avgLength, complexity); in ShowPathComplexityDfx()
DSkScan_AntiPath.cpp613 void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity) { in compute_complexity() function
799 compute_complexity(path, avgLength, complexity); in AntiFillPath()