Home
last modified time | relevance | path

Searched refs:fDebugLoopCount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp577 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 …]
H A DSkIntersections.h43 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount)); in SkIntersections()
342 int fDebugLoopCount[3]; variable
H A DSkPathOpsTypes.h200 int fDebugLoopCount[3]; variable