Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds