Searched refs:gRunFail (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A Dskia_test.cpp144 SkPathOpsDebug::gRunFail = FLAGS_runFail; member in class:SkPathOpsDebug
/external/skia/src/pathops/
H A DSkPathOpsDebug.h377 static bool gRunFail; member in class:SkOpPhase
H A DSkPathOpsDebug.cpp21 bool SkPathOpsDebug::gRunFail; // set to true to check for success on tests known to fail member in class:SkPathOpsDebug
671 return SkPathOpsDebug::gRunFail;
1383 SkASSERT(wind == 0 || !SkPathOpsDebug::gRunFail);
1384 SkASSERT(opp == 0 || !SkPathOpsDebug::gRunFail);

Completed in 48 milliseconds