Lines Matching refs:kStrokeIdx
24 static constexpr int kStrokeIdx = GrCCPerFlushResourceSpecs::kStrokeIdx; variable
143 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()
144 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx]; in inst_buffer_count()
154 specs.fRenderedPathStats[kStrokeIdx].fMaxPointsPerPath) + 1) in GrCCPerFlushResources()
159 , fStroker(specs.fNumRenderedPaths[kStrokeIdx], in GrCCPerFlushResources()
160 specs.fRenderedPathStats[kStrokeIdx].fNumTotalSkPoints, in GrCCPerFlushResources()
161 specs.fRenderedPathStats[kStrokeIdx].fNumTotalSkVerbs) in GrCCPerFlushResources()
172 specs.fNumCopiedPaths[kStrokeIdx]) { in GrCCPerFlushResources()
188 specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]); in GrCCPerFlushResources()
508 fNumCachedPaths += fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx]; in cancelCopies()
509 fNumCopiedPaths[kFillIdx] = fNumCopiedPaths[kStrokeIdx] = 0; in cancelCopies()
510 fCopyPathStats[kFillIdx] = fCopyPathStats[kStrokeIdx] = GrCCRenderedPathStats(); in cancelCopies()