Searched refs:ShouldUseDAA (Results 1 – 2 of 2) sorted by relevance
640 static bool ShouldUseDAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseDAA() function839 if (daaRecord || ShouldUseDAA(path, avgLength, complexity)) { in AntiFillPath()