Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTypes.h99 bool debugCheckHealth() const { return fDebugCheckHealth; } in debugCheckHealth() function
222 (this->globalState()->debugCheckHealth() || \
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()
DSkOpContour.h95 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const;
DSkOpSegment.h136 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const;