Searched defs:fixOtherTIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.h210 void fixOtherTIndex() { function in class:SkOpContour
213 fSegments[sIndex].fixOtherTIndex();
H A DSkPathOpsCommon.cpp447 static void fixOtherTIndex(SkTArray<SkOpContour*, true>* contourList) { function
451 contour->fixOtherTIndex();
708 fixOtherTIndex(contourList);
/external/skia/src/pathops/
H A DSkOpContour.h210 void fixOtherTIndex() { function in class:SkOpContour
213 fSegments[sIndex].fixOtherTIndex();
H A DSkPathOpsCommon.cpp447 static void fixOtherTIndex(SkTArray<SkOpContour*, true>* contourList) { function
451 contour->fixOtherTIndex();
706 fixOtherTIndex(contourList);

Completed in 83 milliseconds