Home
last modified time | relevance | path

Searched refs:generateCubicPoints (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrPathUtils.cpp118 uint32_t GrPathUtils::generateCubicPoints(const GrPoint& p0, in generateCubicPoints() function in GrPathUtils
143 uint32_t a = generateCubicPoints(p0, q[0], r[0], s, tolSqd, points, pointsLeft); in generateCubicPoints()
144 uint32_t b = generateCubicPoints(s, r[1], q[2], p3, tolSqd, points, pointsLeft); in generateCubicPoints()
DGrPathUtils.h42 uint32_t generateCubicPoints(const GrPoint& p0,
DGrDefaultPathRenderer.cpp300 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints( in createGeom()
DGrTesselatedPathRenderer.cpp421 GrPathUtils::generateCubicPoints(pts[0], pts[1], pts[2], pts[3], in onDrawPath()