Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.h300 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