Home
last modified time | relevance | path

Searched refs:debugLoopCount (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/pathops/
H A DSkIntersections.h317 int debugLoopCount(DebugLoop ) const;
H A DSkPathOpsDebug.cpp579 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) { in debugAddLoopCount()
582 fDebugLoopCount[index] = i->debugLoopCount(looper); in debugAddLoopCount()
686 int SkIntersections::debugLoopCount(DebugLoop index) const { in debugLoopCount() function in SkIntersections