Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp482 int nPoints = 1; in appendQuadraticToContour() local
486 while (nPoints < GrPathUtils::kMaxPointsPerCurve) { in appendQuadraticToContour()
487 u = 1.0f / nPoints; in appendQuadraticToContour()
491 nPoints++; in appendQuadraticToContour()
493 for (int j = 1; j <= nPoints; j++) { in appendQuadraticToContour()

Completed in 6 milliseconds