Lines Matching refs:kFillIdx
23 static constexpr int kFillIdx = GrCCPerFlushResourceSpecs::kFillIdx; variable
143 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()
144 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx]; in inst_buffer_count()
153 : fLocalDevPtsBuffer(SkTMax(specs.fRenderedPathStats[kFillIdx].fMaxPointsPerPath, in GrCCPerFlushResources()
155 , fFiller(specs.fNumRenderedPaths[kFillIdx] + specs.fNumClipPaths, in GrCCPerFlushResources()
156 specs.fRenderedPathStats[kFillIdx].fNumTotalSkPoints, in GrCCPerFlushResources()
157 specs.fRenderedPathStats[kFillIdx].fNumTotalSkVerbs, in GrCCPerFlushResources()
158 specs.fRenderedPathStats[kFillIdx].fNumTotalConicWeights) in GrCCPerFlushResources()
171 , fNextPathInstanceIdx(specs.fNumCopiedPaths[kFillIdx] + 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()