Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
Dskia_test.cpp152 SkPathOpsDebug::gRunFail = FLAGS_runFail; in main()
/third_party/skia/tests/
Dskia_test.cpp155 SkPathOpsDebug::gRunFail = FLAGS_runFail; in main()
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.h345 static bool gRunFail; variable
DSkPathOpsDebug.cpp23 bool SkPathOpsDebug::gRunFail; // set to true to check for success on tests known to fail member in SkPathOpsDebug
670 return SkPathOpsDebug::gRunFail; in DebugRunFail()
1384 SkASSERT(wind == 0 || !SkPathOpsDebug::gRunFail); in debugValidate()
1385 SkASSERT(opp == 0 || !SkPathOpsDebug::gRunFail); in debugValidate()
/third_party/skia/src/pathops/
DSkPathOpsDebug.h332 static bool gRunFail; variable
DSkPathOpsDebug.cpp24 bool SkPathOpsDebug::gRunFail; // set to true to check for success on tests known to fail member in SkPathOpsDebug
648 return SkPathOpsDebug::gRunFail; in DebugRunFail()
1362 SkASSERT(wind == 0 || !SkPathOpsDebug::gRunFail); in debugValidate()
1363 SkASSERT(opp == 0 || !SkPathOpsDebug::gRunFail); in debugValidate()