Searched refs:GlitchLog (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.h | 35 void debugCorrectEnds(SkPathOpsDebug::GlitchLog* log) const; 36 void debugCorrectOneEnd(SkPathOpsDebug::GlitchLog* log, 39 bool debugExpand(SkPathOpsDebug::GlitchLog* log) const; 159 void debugAddEndMovedSpans(SkPathOpsDebug::GlitchLog* log) const; 160 void debugAddExpanded(SkPathOpsDebug::GlitchLog* ) const; 161 void debugAddMissing(SkPathOpsDebug::GlitchLog* , bool* added) const; 162 void debugAddOrOverlap(SkPathOpsDebug::GlitchLog* log, 175 void debugCheckValid(SkPathOpsDebug::GlitchLog* log) const; 183 void debugCorrectEnds(SkPathOpsDebug::GlitchLog* log) const; 184 bool debugExpand(SkPathOpsDebug::GlitchLog* ) cons [all...] |
H A D | SkPathOpsDebug.cpp | 97 struct SkPathOpsDebug::GlitchLog { struct in SkPathOpsDebug 256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in missing_coincidence() 265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_multiples() 275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) { in move_nearby() 292 SkPathOpsDebug::GlitchLog glitches; in debugAddToCoinChangedDict() 354 GlitchLog glitches; in CheckHealth() 724 const SkOpPtT* SkOpSegment::debugAddT(double t, SkPathOpsDebug::GlitchLog* log) const { in debugAddT() 778 void SkOpSegment::debugCheckHealth(SkPathOpsDebug::GlitchLog* glitches) const { in debugCheckHealth() 785 void SkOpSegment::debugClearAll(SkPathOpsDebug::GlitchLog* glitches) const { in debugClearAll() 794 void SkOpSegment::debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitche [all...] |
H A D | SkOpSegment.h | 129 const SkOpPtT* debugAddT(double t, SkPathOpsDebug::GlitchLog* ) const; 136 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const; 137 void debugClearAll(SkPathOpsDebug::GlitchLog* glitches) const; 138 void debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitches) const; 149 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* glitches) const; 150 void debugMoveMultiples(SkPathOpsDebug::GlitchLog* glitches) const; 151 void debugMoveNearby(SkPathOpsDebug::GlitchLog* glitches) const;
|
H A D | SkOpSpan.h | 229 void debugAddOpp(SkPathOpsDebug::GlitchLog* , const SkOpSpanBase* opp) const; 235 void debugCheckForCollapsedCoincidence(SkPathOpsDebug::GlitchLog* ) const; 244 void debugInsertCoinEnd(SkPathOpsDebug::GlitchLog* , 246 void debugMergeMatches(SkPathOpsDebug::GlitchLog* log, 452 void debugInsertCoincidence(SkPathOpsDebug::GlitchLog* , const SkOpSpan* ) const; 453 void debugInsertCoincidence(SkPathOpsDebug::GlitchLog* ,
|
H A D | SkOpContour.h | 95 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const; 103 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* log) const; 104 void debugMoveMultiples(SkPathOpsDebug::GlitchLog* ) const; 105 void debugMoveNearby(SkPathOpsDebug::GlitchLog* log) const;
|
H A D | SkPathOpsDebug.h | 257 struct GlitchLog;
|
Completed in 8 milliseconds