Lines Matching refs:fDebugLoopCount
577 for (int index = 0; index < (int) std::size(fDebugLoopCount); ++index) { in debugAddLoopCount()
579 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) { in debugAddLoopCount()
582 fDebugLoopCount[index] = i->debugLoopCount(looper); in debugAddLoopCount()
597 for (int index = 0; index < (int) std::size(fDebugLoopCount); ++index) { in debugDoYourWorst()
598 if (fDebugLoopCount[index] >= local->fDebugLoopCount[index]) { in debugDoYourWorst()
601 fDebugLoopCount[index] = local->fDebugLoopCount[index]; in debugDoYourWorst()
640 for (int index = 0; index < (int) std::size(fDebugLoopCount); ++index) { in debugLoopReport()
641 SkDebugf("%s: %d\n", loops[index], fDebugLoopCount[index]); in debugLoopReport()
650 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount)); in debugResetLoopCounts()
683 fDebugLoopCount[index]++; in debugBumpLoopCount()
687 return fDebugLoopCount[index]; in debugLoopCount()
691 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount)); in debugResetLoopCount()