Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp106 if (!this->ensureSpace(GrPathUtils::kMaxPointsPerCurve, in addQuad()
107 GrPathUtils::kMaxPointsPerCurve * this->indexScale(), in addQuad()
134 if (!this->ensureSpace(GrPathUtils::kMaxPointsPerCurve, in addCubic()
135 GrPathUtils::kMaxPointsPerCurve * this->indexScale(), in addCubic()
235 static const int kMinVerticesPerChunk = GrPathUtils::kMaxPointsPerCurve + 2; in allocNewBuffers()
257 const int kMinIndicesPerChunk = GrPathUtils::kMaxPointsPerCurve * this->indexScale(); in allocNewBuffers()
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.h33 static const int kMaxPointsPerCurve = 1 << 10; member
43 // This is a power of two and will not exceed kMaxPointsPerCurve.
56 // This is a power of two and will not exceed kMaxPointsPerCurve.
H A DGrPathUtils.cpp30 static_assert((1 << kMaxChopsPerCurve) == GrPathUtils::kMaxPointsPerCurve); in max_bezier_vertices()
H A DGrTriangulator.cpp486 while (nPoints < GrPathUtils::kMaxPointsPerCurve) { in appendQuadraticToContour()

Completed in 9 milliseconds