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

  /external/skia/src/pathops/
SkOpCoincidence.h 49 void debugAddExpanded(const char* id, SkPathOpsDebug::GlitchLog* ) const;
50 void debugAddMissing(const char* id, SkPathOpsDebug::GlitchLog* ) const;
60 bool debugExpand(const char* id, SkPathOpsDebug::GlitchLog* ) const;
61 void debugMark(const char* id, SkPathOpsDebug::GlitchLog* ) const;
75 void debugFixAligned(const char* id, SkPathOpsDebug::GlitchLog* ) const;
SkOpSegment.h 133 void debugAddAlignIntersection(const char* id, SkPathOpsDebug::GlitchLog* glitches,
137 void debugAddAlignIntersections(const char* id, SkPathOpsDebug::GlitchLog* glitches,
144 void debugAlign(const char* id, SkPathOpsDebug::GlitchLog* glitches) const;
149 void debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* ) const;
151 void debugFindCollapsed(const char* id, SkPathOpsDebug::GlitchLog* glitches) const;
158 void debugMissingCoincidence(const char* id, SkPathOpsDebug::GlitchLog* glitches,
160 void debugMoveMultiples(const char* id, SkPathOpsDebug::GlitchLog* glitches) const;
161 void debugMoveNearby(const char* id, SkPathOpsDebug::GlitchLog* glitches) const;
SkPathOpsDebug.cpp 91 struct SkPathOpsDebug::GlitchLog {
168 GlitchLog glitches;
415 void SkOpSegment::debugAddAlignIntersection(const char* id, SkPathOpsDebug::GlitchLog* log,
509 void SkOpSegment::debugAlign(const char* id, SkPathOpsDebug::GlitchLog* glitches) const {
567 void SkOpSegment::debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* glitches) const {
576 void SkOpSegment::debugFindCollapsed(const char* id, SkPathOpsDebug::GlitchLog* glitches) const {
610 void SkOpSegment::debugMissingCoincidence(const char* id, SkPathOpsDebug::GlitchLog* log,
704 void SkOpSegment::debugMoveMultiples(const char* id, SkPathOpsDebug::GlitchLog* glitches) const {
798 void SkOpSegment::debugMoveNearby(const char* id, SkPathOpsDebug::GlitchLog* glitches) const {
    [all...]
SkOpContour.h 135 void debugCheckHealth(const char* id, SkPathOpsDebug::GlitchLog* ) const;
141 void debugMissingCoincidence(const char* id, SkPathOpsDebug::GlitchLog* log,
SkPathOpsDebug.h 159 struct GlitchLog;

Completed in 294 milliseconds