Searched refs:fNumCopiedPaths (Results 1 – 4 of 4) sorted by relevance
143 (specs.fNumCopiedPaths[kFillIdx] + specs.fNumCopiedPaths[kStrokeIdx]) * 2 + in inst_buffer_count()171 , fNextPathInstanceIdx(specs.fNumCopiedPaths[kFillIdx] + 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()
44 int fNumCopiedPaths[2] = {0, 0}; member54 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()
239 int numCopies = specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kFillIdx] + in preFlush()240 specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kStrokeIdx]; in preFlush()
243 ++specs->fNumCopiedPaths[idx]; in accountForOwnPath()