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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.h44 uint32_t cubicPointCount(const SkPoint points[], SkScalar tol);
H A DGrDefaultPathRenderer.cpp298 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
H A DGrPathUtils.cpp91 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[], function in class:GrPathUtils
173 pointCount += cubicPointCount(pts, tol);
/external/skia/src/gpu/
H A DGrPathUtils.h44 uint32_t cubicPointCount(const SkPoint points[], SkScalar tol);
H A DGrDefaultPathRenderer.cpp298 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
H A DGrPathUtils.cpp91 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[], function in class:GrPathUtils
173 pointCount += cubicPointCount(pts, tol);

Completed in 481 milliseconds