Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp94 if (!this->ensureSpace(1, this->indexScale(), &pts[0])) { in addLine()
107 GrPathUtils::kMaxPointsPerCurve * this->indexScale(), in addQuad()
135 GrPathUtils::kMaxPointsPerCurve * this->indexScale(), in addCubic()
214 int indexScale() const { in indexScale() function in __anon18835::PathGeoBuilder
257 const int kMinIndicesPerChunk = GrPathUtils::kMaxPointsPerCurve * this->indexScale(); in allocNewBuffers()
258 const int kFallbackIndicesPerChunk = kFallbackVerticesPerChunk * this->indexScale(); in allocNewBuffers()

Completed in 2 milliseconds