Home
last modified time | relevance | path

Searched refs:gCheckForDuplicateNames (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DPathOpsOpRectThreadedTest.cpp91 if (PathOpsDebug::gCheckForDuplicateNames) return; in testPathOpsRectsMain()
181 if (PathOpsDebug::gCheckForDuplicateNames) return; in testPathOpsFastMain()
H A DPathOpsDebug.h18 static bool gCheckForDuplicateNames; variable
H A DPathOpsOpCircleThreadedTest.cpp72 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpCirclesMain()
H A DPathOpsOpCubicThreadedTest.cpp79 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpCubicsMain()
H A DPathOpsOpLoopThreadedTest.cpp93 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpLoopsMain()
H A DPathOpsExtendedTest.cpp465 if (PathOpsDebug::gCheckForDuplicateNames) { in check_for_duplicate_names()
H A DPathOpsDebug.cpp41 bool PathOpsDebug::gCheckForDuplicateNames; member in PathOpsDebug