HomeSort by relevance Sort by last modified time
    Searched refs:cubicPointCount (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrPathUtils.h 46 uint32_t cubicPointCount(const GrPoint points[], SkScalar tol);
GrPathUtils.cpp 92 uint32_t GrPathUtils::cubicPointCount(const GrPoint points[],
174 pointCount += cubicPointCount(pts, tol);
GrDefaultPathRenderer.cpp 298 GrPathUtils::cubicPointCount(pts, srcSpaceTol));

Completed in 48 milliseconds