Home
last modified time | relevance | path

Searched refs:fNumCachedPaths (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.h44 int fNumCachedPaths = 0; member
56 return 0 == fNumCachedPaths + fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx] + in isEmpty()
DGrCCPerFlushResources.cpp160 return specs.fNumCachedPaths + in inst_buffer_count()
607 fNumCachedPaths += fNumCopiedPaths[kFillIdx] + fNumCopiedPaths[kStrokeIdx]; in cancelCopies()
DGrCCDrawPathsOp.cpp249 ++specs->fNumCachedPaths; in accountForOwnPath()