Home
last modified time | relevance | path

Searched refs:kCubicTolerance (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp28 static const SkScalar kCubicTolerance = 0.2f; variable
976 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance);
980 kCubicTolerance, &target, maxCount);
/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp726 static const SkScalar kCubicTolerance = 0.2f; variable
803 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in handleCubic()
807 kCubicTolerance, &target, maxCount); in handleCubic()

Completed in 6 milliseconds