Searched refs:flushesSinceLastUsed (Results 1 – 2 of 2) sorted by relevance
516 SkDebugf("%d ", plot->flushesSinceLastUsed()); in compact()521 if (plot->flushesSinceLastUsed() > threshold) { in compact()552 SkDebugf("%d ", plot->flushesSinceLastUsed()); in compact()556 if (plot->flushesSinceLastUsed() <= threshold) { in compact()578 if (plot->flushesSinceLastUsed() <= threshold) { in compact()
456 int flushesSinceLastUsed() { return fFlushesSinceLastUse; } in flushesSinceLastUsed() function