Searched refs:GlitchLog (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/pathops/ |
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* ) const; [all …]
|
D | SkPathOpsDebug.cpp | 97 struct SkPathOpsDebug::GlitchLog { struct in SkPathOpsDebug 256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contour… 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* glitches) const { in debugClearOne() [all …]
|
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;
|
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* ,
|
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;
|
D | SkPathOpsDebug.h | 257 struct GlitchLog;
|
/external/skqp/src/pathops/ |
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* ) const; [all …]
|
D | SkPathOpsDebug.cpp | 97 struct SkPathOpsDebug::GlitchLog { struct in SkPathOpsDebug 256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contour… 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() 747 const SkOpPtT* SkOpSegment::debugAddT(double t, SkPathOpsDebug::GlitchLog* log) const { in debugAddT() 801 void SkOpSegment::debugCheckHealth(SkPathOpsDebug::GlitchLog* glitches) const { in debugCheckHealth() 808 void SkOpSegment::debugClearAll(SkPathOpsDebug::GlitchLog* glitches) const { in debugClearAll() 817 void SkOpSegment::debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitches) const { in debugClearOne() [all …]
|
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;
|
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* ,
|
D | SkOpContour.h | 96 void debugCheckHealth(SkPathOpsDebug::GlitchLog* ) const; 104 void debugMissingCoincidence(SkPathOpsDebug::GlitchLog* log) const; 105 void debugMoveMultiples(SkPathOpsDebug::GlitchLog* ) const; 106 void debugMoveNearby(SkPathOpsDebug::GlitchLog* log) const;
|
D | SkPathOpsDebug.h | 270 struct GlitchLog;
|