Searched refs:fDebugLoopCount (Results 1 – 3 of 3) sorted by relevance
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()[all …]
43 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount)); in SkIntersections()342 int fDebugLoopCount[3]; variable
200 int fDebugLoopCount[3]; variable