Lines Matching refs:fDebugLoopCount
567 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) { in debugAddLoopCount()
569 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) { in debugAddLoopCount()
572 fDebugLoopCount[index] = i->debugLoopCount(looper); in debugAddLoopCount()
587 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) { in debugDoYourWorst()
588 if (fDebugLoopCount[index] >= local->fDebugLoopCount[index]) { in debugDoYourWorst()
591 fDebugLoopCount[index] = local->fDebugLoopCount[index]; in debugDoYourWorst()
630 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) { in debugLoopReport()
631 SkDebugf("%s: %d\n", loops[index], fDebugLoopCount[index]); in debugLoopReport()
640 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount)); in debugResetLoopCounts()
673 fDebugLoopCount[index]++; in debugBumpLoopCount()
677 return fDebugLoopCount[index]; in debugLoopCount()
681 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount)); in debugResetLoopCount()