HomeSort by relevance Sort by last modified time
    Searched defs:fixOtherTIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 210 void fixOtherTIndex() {
213 fSegments[sIndex].fixOtherTIndex();
SkPathOpsCommon.cpp 447 static void fixOtherTIndex(SkTArray<SkOpContour*, true>* contourList) {
451 contour->fixOtherTIndex();
706 fixOtherTIndex(contourList);
  /external/skia/src/pathops/
SkOpContour.h 210 void fixOtherTIndex() {
213 fSegments[sIndex].fixOtherTIndex();
SkPathOpsCommon.cpp 447 static void fixOtherTIndex(SkTArray<SkOpContour*, true>* contourList) {
451 contour->fixOtherTIndex();
706 fixOtherTIndex(contourList);

Completed in 1277 milliseconds