Home
last modified time | relevance | path

Searched refs:debugCheckValid (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.h175 void debugCheckValid(SkPathOpsDebug::GlitchLog* log) const;
DSkPathOpsDebug.cpp357 coincidence->debugCheckValid(&glitches); // don't call validate; spans may be inconsistent in CheckHealth()
2289 void SkOpCoincidence::debugCheckValid(SkPathOpsDebug::GlitchLog* log) const { in debugCheckValid() function in SkOpCoincidence