Home
last modified time | relevance | path

Searched refs:fNumPathPixels (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.h312 void addPathPixels(int numPixels) { fNumPathPixels += numPixels; } in addPathPixels()
327 int fNumPathPixels = 0; variable
DGrCCPathCache.cpp414 SkASSERT(fNumInvalidatedPathPixels <= fNumPathPixels); in invalidatePathPixels()
415 if (!fIsInvalidatedFromResourceCache && fNumInvalidatedPathPixels >= fNumPathPixels / 2) { in invalidatePathPixels()