Home
last modified time | relevance | path

Searched refs:kMaxNumLinearSegmentsLog2 (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.h24 static constexpr int kMaxNumLinearSegmentsLog2 = 15;
82 int fStrokes[kMaxNumLinearSegmentsLog2 + 1];
152 for (int i = 0; i <= kMaxNumLinearSegmentsLog2; ++i) {
DGrCCStroker.cpp18 static constexpr int kMaxNumLinearSegmentsLog2 = GrCCStrokeGeometry::kMaxNumLinearSegmentsLog2; variable
519 SkASSERT(numLinearSegmentsLog2 <= kMaxNumLinearSegmentsLog2); in appendCubicStrokeInstance()
578 for (int i = 1; i <= kMaxNumLinearSegmentsLog2; ++i) { in prepareToDraw()
670 fMeshesBuffer.reserve((1 + fMaxNumScissorSubBatches) * kMaxNumLinearSegmentsLog2); in prepareToDraw()
671 fScissorsBuffer.reserve((1 + fMaxNumScissorSubBatches) * kMaxNumLinearSegmentsLog2); in prepareToDraw()
702 for (int i = 1; i <= kMaxNumLinearSegmentsLog2; ++i) { in drawStrokes()
DGrCCStrokeGeometry.cpp159 numSegments = SkTMin(numSegments, 1 << kMaxNumLinearSegmentsLog2); in quadraticTo()
287 numSegments = SkTMin(numSegments, 1 << kMaxNumLinearSegmentsLog2); in cubicTo()
390 SkASSERT(numSegmentsLog2 <= kMaxNumLinearSegmentsLog2); in recordStroke()
/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.h24 static constexpr int kMaxNumLinearSegmentsLog2 = 15;
82 int fStrokes[kMaxNumLinearSegmentsLog2 + 1];
152 for (int i = 0; i <= kMaxNumLinearSegmentsLog2; ++i) {
DGrCCStroker.cpp18 static constexpr int kMaxNumLinearSegmentsLog2 = GrCCStrokeGeometry::kMaxNumLinearSegmentsLog2; variable
519 SkASSERT(numLinearSegmentsLog2 <= kMaxNumLinearSegmentsLog2); in appendCubicStrokeInstance()
578 for (int i = 1; i <= kMaxNumLinearSegmentsLog2; ++i) { in prepareToDraw()
670 fMeshesBuffer.reserve((1 + fMaxNumScissorSubBatches) * kMaxNumLinearSegmentsLog2); in prepareToDraw()
671 fScissorsBuffer.reserve((1 + fMaxNumScissorSubBatches) * kMaxNumLinearSegmentsLog2); in prepareToDraw()
702 for (int i = 1; i <= kMaxNumLinearSegmentsLog2; ++i) { in drawStrokes()
DGrCCStrokeGeometry.cpp159 numSegments = SkTMin(numSegments, 1 << kMaxNumLinearSegmentsLog2); in quadraticTo()
287 numSegments = SkTMin(numSegments, 1 << kMaxNumLinearSegmentsLog2); in cubicTo()
390 SkASSERT(numSegmentsLog2 <= kMaxNumLinearSegmentsLog2); in recordStroke()