Lines Matching refs:kFillIdx
25 static constexpr int kFillIdx = GrCCPerFlushResourceSpecs::kFillIdx; variable
146 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()
147 specs.fNumRenderedPaths[kFillIdx] + specs.fNumRenderedPaths[kStrokeIdx]; in inst_buffer_count()
156 : fLocalDevPtsBuffer(SkTMax(specs.fRenderedPathStats[kFillIdx].fMaxPointsPerPath, in GrCCPerFlushResources()
158 , fFiller(specs.fNumRenderedPaths[kFillIdx] + specs.fNumClipPaths, in GrCCPerFlushResources()
159 specs.fRenderedPathStats[kFillIdx].fNumTotalSkPoints, in GrCCPerFlushResources()
160 specs.fRenderedPathStats[kFillIdx].fNumTotalSkVerbs, in GrCCPerFlushResources()
161 specs.fRenderedPathStats[kFillIdx].fNumTotalConicWeights) in GrCCPerFlushResources()
174 , fNextPathInstanceIdx(specs.fNumCopiedPaths[kFillIdx] + in GrCCPerFlushResources()
191 specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]); in GrCCPerFlushResources()
511 fNumCachedPaths += fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx]; in cancelCopies()
512 fNumCopiedPaths[kFillIdx] = fNumCopiedPaths[kStrokeIdx] = 0; in cancelCopies()
513 fCopyPathStats[kFillIdx] = fCopyPathStats[kStrokeIdx] = GrCCRenderedPathStats(); in cancelCopies()