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

  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp 158 debugShowActiveSpans(contourList);
203 debugShowActiveSpans(contourList);
267 debugShowActiveSpans(contourList);
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
ShapeOps.cpp 158 debugShowActiveSpans(contourList);
203 debugShowActiveSpans(contourList);
267 debugShowActiveSpans(contourList);
Simplify.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 303 void debugShowActiveSpans() {
305 fSegments[index].debugShowActiveSpans();
SkOpSegment.h 367 void debugShowActiveSpans() const;
SkPathOpsDebug.cpp 393 void SkOpSegment::debugShowActiveSpans() const {
SkPathOpsCommon.cpp 222 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) {
225 contourList[index]->debugShowActiveSpans();
726 DebugShowActiveSpans(*contourList);
  /external/skia/src/pathops/
SkOpContour.h 303 void debugShowActiveSpans() {
305 fSegments[index].debugShowActiveSpans();
SkOpSegment.h 365 void debugShowActiveSpans() const;
SkPathOpsDebug.cpp 392 void SkOpSegment::debugShowActiveSpans() const {
SkPathOpsCommon.cpp 222 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) {
225 contourList[index]->debugShowActiveSpans();
724 DebugShowActiveSpans(*contourList);

Completed in 435 milliseconds