Searched refs:kMaxNumLinearSegmentsLog2 (Results 1 – 6 of 6) sorted by relevance
24 static constexpr int kMaxNumLinearSegmentsLog2 = 15;82 int fStrokes[kMaxNumLinearSegmentsLog2 + 1];152 for (int i = 0; i <= kMaxNumLinearSegmentsLog2; ++i) {
18 static constexpr int kMaxNumLinearSegmentsLog2 = GrCCStrokeGeometry::kMaxNumLinearSegmentsLog2; variable519 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()
159 numSegments = SkTMin(numSegments, 1 << kMaxNumLinearSegmentsLog2); in quadraticTo()287 numSegments = SkTMin(numSegments, 1 << kMaxNumLinearSegmentsLog2); in cubicTo()390 SkASSERT(numSegmentsLog2 <= kMaxNumLinearSegmentsLog2); in recordStroke()