Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpContour.h128 void debugShowActiveSpans(SkString* str) { in debugShowActiveSpans() function
131 segment->debugShowActiveSpans(str); in debugShowActiveSpans()
DSkOpSegment.h169 void debugShowActiveSpans(SkString* str) const;
DSkPathOpsDebug.cpp345 contour->debugShowActiveSpans(&str); in ShowActiveSpans()
1119 void SkOpSegment::debugShowActiveSpans(SkString* str) const { in debugShowActiveSpans() function in SkOpSegment