Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.cpp33 SkScalar srcTol = devTol / stretch; in scaleToleranceToSrc() local
34 if (srcTol < gMinCurveTol) { in scaleToleranceToSrc()
35 srcTol = gMinCurveTol; in scaleToleranceToSrc()
37 return srcTol; in scaleToleranceToSrc()