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

/external/skia/src/pathops/
H A DSkPathOpsTypes.h99 bool debugCheckHealth() const { return fDebugCheckHealth; } function in class:SkOpGlobalState
222 (this->globalState()->debugCheckHealth() || \
H A DSkOpContour.h96 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const;
H A DSkPathOpsDebug.cpp359 contour->debugCheckHealth(&glitches);
801 void SkOpSegment::debugCheckHealth(SkPathOpsDebug::GlitchLog* glitches) const { function in class:SkOpSegment
1342 if (this->globalState()->debugCheckHealth()) {
2283 if (fGlobalState->debugCheckHealth()) {
2292 void SkOpContour::debugCheckHealth(SkPathOpsDebug::GlitchLog* log) const { function in class:SkOpContour
2295 segment->debugCheckHealth(log);
2376 if (this->globalState()->debugCheckHealth()) {
2587 if (this->globalState()->debugCheckHealth()) {
2808 if (this->globalState()->debugCheckHealth()) {
H A DSkOpSegment.h140 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const;

Completed in 134 milliseconds