Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsDebug.h18 static bool gCheckForDuplicateNames; variable
DPathOpsOpRectThreadedTest.cpp81 if (PathOpsDebug::gCheckForDuplicateNames) return; in testPathOpsRectsMain()
171 if (PathOpsDebug::gCheckForDuplicateNames) return; in testPathOpsFastMain()
DPathOpsOpCircleThreadedTest.cpp63 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp71 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpCubicsMain()
DPathOpsOpLoopThreadedTest.cpp86 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpLoopsMain()
Dskia_test.cpp158 PathOpsDebug::gCheckForDuplicateNames = false; in main()
DPathOpsExtendedTest.cpp450 if (PathOpsDebug::gCheckForDuplicateNames) { in check_for_duplicate_names()
DPathOpsDebug.cpp20 bool PathOpsDebug::gCheckForDuplicateNames; member in PathOpsDebug