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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 98 const SkPoint& startPt = coincidence.fPts[startSwapped];
100 || thisOne.isMissing(startT, startPt) || other.isMissing(oEndT, startPt)) {
101 thisOne.addTPair(startT, &other, oEndT, true, startPt);
109 const SkPoint& startPt = coincidence.fPts[startSwapped];
111 || thisOne.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
112 thisOne.addTPair(startT, &other, oStartT, true, startPt);
245 const SkPoint* startPt = &coincidence.fPts[0];
250 SkTSwap<const SkPoint*>(startPt, endPt)
    [all...]
SkOpSegment.cpp 215 void SkOpSegment::addCancelOutsides(const SkPoint& startPt, const SkPoint& endPt,
223 } while (startPt != fTs[tIndex].fPt && tIndex < tCount);
232 SkASSERT(fTs[tIndex].fT < 1 || startPt != *nextPt);
233 } while (startPt == *nextPt);
292 void SkOpSegment::addCoinOutsides(const SkPoint& startPt, const SkPoint& endPt,
294 // walk this to startPt
295 // walk other to startPt
301 } while (startPt != fTs[tIndex].fPt);
304 } while (startPt != other->fTs[oIndex].fPt);
306 addTPair(fTs[tIndex].fT, other, other->fTs[oIndex].fT, false, startPt);
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 98 const SkPoint& startPt = coincidence.fPts[startSwapped];
100 || thisOne.isMissing(startT, startPt) || other.isMissing(oEndT, startPt)) {
101 thisOne.addTPair(startT, &other, oEndT, true, startPt);
109 const SkPoint& startPt = coincidence.fPts[startSwapped];
111 || thisOne.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
112 thisOne.addTPair(startT, &other, oStartT, true, startPt);
245 const SkPoint* startPt = &coincidence.fPts[0];
250 SkTSwap<const SkPoint*>(startPt, endPt)
    [all...]
SkOpSegment.cpp 215 void SkOpSegment::addCancelOutsides(const SkPoint& startPt, const SkPoint& endPt,
223 } while (startPt != fTs[tIndex].fPt && tIndex < tCount);
232 SkASSERT(fTs[tIndex].fT < 1 || startPt != *nextPt);
233 } while (startPt == *nextPt);
292 void SkOpSegment::addCoinOutsides(const SkPoint& startPt, const SkPoint& endPt,
294 // walk this to startPt
295 // walk other to startPt
301 } while (startPt != fTs[tIndex].fPt);
304 } while (startPt != other->fTs[oIndex].fPt);
306 addTPair(fTs[tIndex].fT, other, other->fTs[oIndex].fT, false, startPt);
    [all...]
  /external/skia/tests/
PathOpsAngleTest.cpp 209 SkPoint startPt;
242 SkOpSegment* seg, int* ts, const SkPoint& startPt) {
245 bool useIntersectPt = startPt.fX != 0 || startPt.fY != 0;
247 start = startPt;
323 setup(set, idx, &seg, ts, test.startPt);

Completed in 380 milliseconds