HomeSort by relevance Sort by last modified time
    Searched refs:GlitchLog (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
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...]
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;
SkOpSpan.h 224 void debugAddOpp(SkPathOpsDebug::GlitchLog* , const SkOpSpanBase* opp) const;
230 void debugCheckForCollapsedCoincidence(SkPathOpsDebug::GlitchLog* ) const;
239 void debugInsertCoinEnd(SkPathOpsDebug::GlitchLog* ,
241 void debugMergeMatches(SkPathOpsDebug::GlitchLog* log,
448 void debugInsertCoincidence(SkPathOpsDebug::GlitchLog* , const SkOpSpan* ) const;
449 void debugInsertCoincidence(SkPathOpsDebug::GlitchLog* ,
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;
SkPathOpsDebug.cpp 97 struct SkPathOpsDebug::GlitchLog {
256 static void missing_coincidence(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
265 static void move_multiples(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
275 static void move_nearby(SkPathOpsDebug::GlitchLog* glitches, const SkOpContourHead* contourList) {
292 SkPathOpsDebug::GlitchLog glitches;
354 GlitchLog glitches;
747 const SkOpPtT* SkOpSegment::debugAddT(double t, SkPathOpsDebug::GlitchLog* log) const {
801 void SkOpSegment::debugCheckHealth(SkPathOpsDebug::GlitchLog* glitches) const {
808 void SkOpSegment::debugClearAll(SkPathOpsDebug::GlitchLog* glitches) const {
817 void SkOpSegment::debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitches) const
    [all...]
SkPathOpsDebug.h 239 struct GlitchLog;

Completed in 56 milliseconds