Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrPathUtils.h57 uint32_t cubicPointCount(const SkPoint points[], SkScalar tol);
DGrPathUtils.cpp96 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[], SkScalar tol) { in cubicPointCount() function in GrPathUtils
DGrAAConvexTessellator.cpp976 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in cubicTo()
DGrTriangulator.cpp583 int pointsLeft = GrPathUtils::cubicPointCount(pts, tolerance); in pathToContours()
/third_party/skia/src/gpu/ops/
DDefaultPathRenderer.cpp144 GrPathUtils::cubicPointCount(pts, srcSpaceTol)); in addCubic()
/third_party/skia/src/utils/
DSkShadowTessellator.cpp803 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in handleCubic()