Searched refs:kStrokeIdx (Results 1 – 4 of 4) sorted by relevance
24 static constexpr int kStrokeIdx = GrCCPerFlushResourceSpecs::kStrokeIdx; variable143 (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()[all …]
40 static constexpr int kStrokeIdx = 1; member54 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()55 fNumRenderedPaths[kFillIdx] + fNumRenderedPaths[kStrokeIdx] + fNumClipPaths; in isEmpty()
242 : GrCCPerFlushResourceSpecs::kStrokeIdx; in accountForOwnPath()261 : GrCCPerFlushResourceSpecs::kStrokeIdx; in accountForOwnPath()
240 specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kStrokeIdx]; in preFlush()