Searched defs:debugShowWindingValues (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.cpp222 int SkOpContour::debugShowWindingValues(int totalSegments, int ofInterest) { function in class:SkOpContour
226 sum += fSegments[index].debugShowWindingValues(totalSegments, ofInterest);
232 static void SkOpContour::debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList) { function in class:SkOpContour
243 sum += contourList[index]->debugShowWindingValues(total, ofInterest);
/external/skia/src/pathops/
H A DSkOpContour.cpp222 int SkOpContour::debugShowWindingValues(int totalSegments, int ofInterest) { function in class:SkOpContour
226 sum += fSegments[index].debugShowWindingValues(totalSegments, ofInterest);
232 static void SkOpContour::debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList) { function in class:SkOpContour
243 sum += contourList[index]->debugShowWindingValues(total, ofInterest);

Completed in 128 milliseconds