Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.h50 void debugAddMissing(const char* id, SkPathOpsDebug::GlitchLog* ) const;
DSkPathOpsDebug.cpp176 coincidence->debugAddMissing(id, &glitches); in CheckHealth()
494 bool SkOpSegment::debugAddMissing(double t, const SkOpSegment* opp) const { in debugAddMissing() function in SkOpSegment
1255 bool cs = coinSeg->debugAddMissing(coinTs, oppSeg); in debugAddIfMissing()
1256 bool ce = coinSeg->debugAddMissing(coinTe, oppSeg); in debugAddIfMissing()
1263 void SkOpCoincidence::debugAddMissing(const char* id, SkPathOpsDebug::GlitchLog* log) const { in debugAddMissing() function in SkOpCoincidence
DSkOpSegment.h143 bool debugAddMissing(double t, const SkOpSegment* opp) const;