Home
last modified time | relevance | path

Searched refs:debugCheckHealth (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h99 bool debugCheckHealth() const { return fDebugCheckHealth; } in debugCheckHealth() function in SkOpGlobalState
222 (this->globalState()->debugCheckHealth() || \
H A DSkPathOpsDebug.cpp359 contour->debugCheckHealth(&glitches); in CheckHealth()
778 void SkOpSegment::debugCheckHealth(SkPathOpsDebug::GlitchLog* glitches) const { in debugCheckHealth() function in SkOpSegment
1321 if (this->globalState()->debugCheckHealth()) { in debugValidate()
2273 if (fGlobalState->debugCheckHealth()) { in debugCheckBetween()
2282 void SkOpContour::debugCheckHealth(SkPathOpsDebug::GlitchLog* log) const { in debugCheckHealth() function in SkOpContour
2285 segment->debugCheckHealth(log); in debugCheckHealth()
2366 if (this->globalState()->debugCheckHealth()) { in debugValidate()
2577 if (this->globalState()->debugCheckHealth()) { in debugValidate()
2798 if (this->globalState()->debugCheckHealth()) { in debugValidate()
H A DSkOpContour.h95 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const;
H A DSkOpSegment.h136 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const;

Completed in 8 milliseconds