Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.h304 int debugLoopCount(DebugLoop ) const;
DSkPathOpsDebug.cpp569 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) { in debugAddLoopCount()
572 fDebugLoopCount[index] = i->debugLoopCount(looper); in debugAddLoopCount()
676 int SkIntersections::debugLoopCount(DebugLoop index) const { in debugLoopCount() function in SkIntersections
/external/skqp/src/pathops/
DSkIntersections.h304 int debugLoopCount(DebugLoop ) const;
DSkPathOpsDebug.cpp592 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) { in debugAddLoopCount()
595 fDebugLoopCount[index] = i->debugLoopCount(looper); in debugAddLoopCount()
699 int SkIntersections::debugLoopCount(DebugLoop index) const { in debugLoopCount() function in SkIntersections