HomeSort by relevance Sort by last modified time
    Searched defs:debugCheckHealth (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkPathOpsTypes.h 99 bool debugCheckHealth() const { return fDebugCheckHealth; }
222 (this->globalState()->debugCheckHealth() || \
SkPathOpsDebug.cpp 359 contour->debugCheckHealth(&glitches);
801 void SkOpSegment::debugCheckHealth(SkPathOpsDebug::GlitchLog* glitches) const {
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTypes.h 99 bool debugCheckHealth() const { return fDebugCheckHealth; }
222 (this->globalState()->debugCheckHealth() || \
SkPathOpsDebug.cpp 359 contour->debugCheckHealth(&glitches);
801 void SkOpSegment::debugCheckHealth(SkPathOpsDebug::GlitchLog* glitches) const {
    [all...]

Completed in 65 milliseconds