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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 115 int oIndex = span->fOtherIndex;
116 return other->activeAngleInner(oIndex, start, end, done, sortable);
216 int oIndex = -1;
223 ++oIndex;
224 } while (endPt != other->fTs[oIndex].fPt && oIndex < oCount);
225 int oIndexStart = oIndex;
234 oNextPt = &other->fTs[++oIndex].fPt;
235 SkASSERT(other->fTs[oIndex].fT < 1 || endPt != *oNextPt);
237 double oNextT = other->fTs[oIndex].fT
    [all...]
SkPathOpsCommon.cpp 338 int oIndex = startIndex;
341 if ((oIndex < index ? span.fFromAngle : span.fToAngle) == NULL) {
344 sumWinding = current->computeSum(oIndex, index, angleIncludeType);
345 SkTSwap(index, oIndex);
  /external/skia/src/pathops/
SkOpSegment.cpp 115 int oIndex = span->fOtherIndex;
116 return other->activeAngleInner(oIndex, start, end, done, sortable);
216 int oIndex = -1;
223 ++oIndex;
224 } while (endPt != other->fTs[oIndex].fPt && oIndex < oCount);
225 int oIndexStart = oIndex;
234 oNextPt = &other->fTs[++oIndex].fPt;
235 SkASSERT(other->fTs[oIndex].fT < 1 || endPt != *oNextPt);
237 double oNextT = other->fTs[oIndex].fT
    [all...]
SkPathOpsCommon.cpp 338 int oIndex = startIndex;
341 if ((oIndex < index ? span.fFromAngle : span.fToAngle) == NULL) {
344 sumWinding = current->computeSum(oIndex, index, angleIncludeType);
345 SkTSwap(index, oIndex);

Completed in 6808 milliseconds