Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpContour.h135 void debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* ) const;
DSkPathOpsDebug.cpp172 contour->debugCheckHealth(id, &glitches); in CheckHealth()
567 void SkOpSegment::debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* glitches) const { in debugCheckHealth() function in SkOpSegment
1458 void SkOpContour::debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* log) const { in debugCheckHealth() function in SkOpContour
1461 segment->debugCheckHealth(id, log); in debugCheckHealth()
DSkOpSegment.h149 void debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* ) const;