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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 349 int SkOpContour::debugShowWindingValues(int totalSegments, int ofInterest) {
353 sum += fSegments[index].debugShowWindingValues(totalSegments, ofInterest);
359 void SkOpContour::debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList) {
370 sum += contourList[index]->debugShowWindingValues(total, ofInterest);
SkOpContour.h 241 int debugShowWindingValues(int totalSegments, int ofInterest);
242 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);
SkPathOpsCommon.cpp 618 SkOpContour::debugShowWindingValues(contourList);
622 SkOpContour::debugShowWindingValues(contourList);
SkOpSegment.h 322 int debugShowWindingValues(int slotCount, int ofInterest) const;
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 349 int SkOpContour::debugShowWindingValues(int totalSegments, int ofInterest) {
353 sum += fSegments[index].debugShowWindingValues(totalSegments, ofInterest);
359 void SkOpContour::debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList) {
370 sum += contourList[index]->debugShowWindingValues(total, ofInterest);
SkOpContour.h 241 int debugShowWindingValues(int totalSegments, int ofInterest);
242 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);
SkPathOpsCommon.cpp 618 SkOpContour::debugShowWindingValues(contourList);
622 SkOpContour::debugShowWindingValues(contourList);
SkOpSegment.h 322 int debugShowWindingValues(int slotCount, int ofInterest) const;
SkOpSegment.cpp     [all...]

Completed in 88 milliseconds