Searched refs:kFillIdx (Results 1 – 5 of 5) sorted by relevance
23 static constexpr int kFillIdx = GrCCPerFlushResourceSpecs::kFillIdx; variable143 (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()[all …]
39 static constexpr int kFillIdx = 0; member54 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()55 fNumRenderedPaths[kFillIdx] + fNumRenderedPaths[kStrokeIdx] + fNumClipPaths; in isEmpty()
58 specs->fRenderedPathStats[GrCCPerFlushResourceSpecs::kFillIdx].statPath(fDeviceSpacePath); in accountForOwnPath()
241 ? GrCCPerFlushResourceSpecs::kFillIdx in accountForOwnPath()260 ? GrCCPerFlushResourceSpecs::kFillIdx in accountForOwnPath()
239 int numCopies = specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kFillIdx] + in preFlush()