Home
last modified time | relevance | path

Searched refs:DebugLoop (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkIntersections.h296 enum DebugLoop { enum
302 void debugBumpLoopCount(DebugLoop );
304 int debugLoopCount(DebugLoop ) const;
DSkPathOpsDebug.cpp568 SkIntersections::DebugLoop looper = (SkIntersections::DebugLoop) index; in debugAddLoopCount()
672 void SkIntersections::debugBumpLoopCount(DebugLoop index) { in debugBumpLoopCount()
676 int SkIntersections::debugLoopCount(DebugLoop index) const { in debugLoopCount()
/external/skqp/src/pathops/
DSkIntersections.h296 enum DebugLoop { enum
302 void debugBumpLoopCount(DebugLoop );
304 int debugLoopCount(DebugLoop ) const;
DSkPathOpsDebug.cpp591 SkIntersections::DebugLoop looper = (SkIntersections::DebugLoop) index; in debugAddLoopCount()
695 void SkIntersections::debugBumpLoopCount(DebugLoop index) { in debugBumpLoopCount()
699 int SkIntersections::debugLoopCount(DebugLoop index) const { in debugLoopCount()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp139 DebugLoop(); in DebuggerThreadLaunchRoutine()
165 DebugLoop(); in DebuggerThreadAttachRoutine()
267 void DebuggerThread::DebugLoop() { in DebugLoop() function in DebuggerThread
DDebuggerThread.h47 void DebugLoop();