Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkIntersections.h302 void debugBumpLoopCount(DebugLoop );
DSkPathOpsTSect.cpp1862 intersections->debugBumpLoopCount(SkIntersections::kIterations_DebugLoop); in BinarySearch()
1877 intersections->debugBumpLoopCount(SkIntersections::kCoinCheck_DebugLoop); in BinarySearch()
1906 intersections->debugBumpLoopCount(SkIntersections::kComputePerp_DebugLoop); in BinarySearch()
DSkPathOpsDebug.cpp672 void SkIntersections::debugBumpLoopCount(DebugLoop index) { in debugBumpLoopCount() function in SkIntersections