Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h96 bool debugCheckHealth() const { return fDebugCheckHealth; } in debugCheckHealth() function
219 (this->globalState()->debugCheckHealth() || \
DSkPathOpsDebug.cpp373 contour->debugCheckHealth(&glitches); in CheckHealth()
782 void SkOpSegment::debugCheckHealth(SkPathOpsDebug::GlitchLog* glitches) const { in debugCheckHealth() function in SkOpSegment
1325 if (this->globalState()->debugCheckHealth()) { in debugValidate()
2259 if (fGlobalState->debugCheckHealth()) { in debugCheckBetween()
2268 void SkOpContour::debugCheckHealth(SkPathOpsDebug::GlitchLog* log) const { in debugCheckHealth() function in SkOpContour
2271 segment->debugCheckHealth(log); in debugCheckHealth()
2348 if (this->globalState()->debugCheckHealth()) { in debugValidate()
2559 if (this->globalState()->debugCheckHealth()) { in debugValidate()
2776 if (this->globalState()->debugCheckHealth()) { in debugValidate()
DSkOpContour.h105 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const;
DSkOpSegment.h147 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const;