HomeSort by relevance Sort by last modified time
    Searched refs:ofInterest (Results 1 - 8 of 8) 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);
360 // int ofInterest = 1 << 1 | 1 << 5 | 1 << 9 | 1 << 13;
361 // int ofInterest = 1 << 4 | 1 << 8 | 1 << 12 | 1 << 16;
362 int ofInterest = 1 << 5 | 1 << 8;
370 sum += contourList[index]->debugShowWindingValues(total, ofInterest);
SkOpContour.h 241 int debugShowWindingValues(int totalSegments, int ofInterest);
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);
360 // int ofInterest = 1 << 1 | 1 << 5 | 1 << 9 | 1 << 13;
361 // int ofInterest = 1 << 4 | 1 << 8 | 1 << 12 | 1 << 16;
362 int ofInterest = 1 << 5 | 1 << 8;
370 sum += contourList[index]->debugShowWindingValues(total, ofInterest);
SkOpContour.h 241 int debugShowWindingValues(int totalSegments, int ofInterest);
SkOpSegment.h 322 int debugShowWindingValues(int slotCount, int ofInterest) const;
SkOpSegment.cpp     [all...]

Completed in 30 milliseconds