HomeSort by relevance Sort by last modified time
    Searched defs:ofInterest (Results 1 - 2 of 2) 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);
  /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);

Completed in 29 milliseconds