Searched refs:gMinCurveTol (Results 1 – 1 of 1) sorted by relevance
14 static const SkScalar gMinCurveTol = 0.0001f; variable42 if (srcTol < gMinCurveTol) { in scaleToleranceToSrc()43 srcTol = gMinCurveTol; in scaleToleranceToSrc()50 SkASSERT(tol >= gMinCurveTol); in quadraticPointCount()107 SkASSERT(tol >= gMinCurveTol); in cubicPointCount()167 SkASSERT(tol >= gMinCurveTol); in worstCasePointCount()