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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 65 double startT = coincidence.fTs[0][0];
68 if ((cancelers = startSwapped = startT > endT)) {
69 SkTSwap(startT, endT);
71 SkASSERT(!approximately_negative(endT - startT));
80 // make sure startT and endT have t entries
81 if (startT > 0 || oEndT < 1
82 || thisOne.isMissing(startT) || other.isMissing(oEndT)) {
83 thisOne.addTPair(startT, &other, oEndT, true, coincidence.fPts[startSwapped]);
90 if (startT > 0 || oStartT > 0
91 || thisOne.isMissing(startT) || other.isMissing(oStartT))
    [all...]
SkOpSegment.cpp 556 void SkOpSegment::addTCancel(double startT, double endT, SkOpSegment* other,
558 SkASSERT(!approximately_negative(endT - startT));
562 while (!approximately_negative(startT - fTs[index].fT)) {
568 double tRatio = (oEndT - oStartT) / (endT - startT);
593 double otherTMatchStart = oEndT - (span->fT - startT) * tRatio;
594 double otherTMatchEnd = oEndT - (test->fT - startT) * tRatio;
689 const double startT = test.fT;
694 TrackOutside(oOutsideTs, oEnd->fT, startT);
709 void SkOpSegment::addTCoincident(double startT, double endT, SkOpSegment* other, double oStartT,
711 SkASSERT(!approximately_negative(endT - startT));
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 65 double startT = coincidence.fTs[0][0];
68 if ((cancelers = startSwapped = startT > endT)) {
69 SkTSwap(startT, endT);
71 SkASSERT(!approximately_negative(endT - startT));
80 // make sure startT and endT have t entries
81 if (startT > 0 || oEndT < 1
82 || thisOne.isMissing(startT) || other.isMissing(oEndT)) {
83 thisOne.addTPair(startT, &other, oEndT, true, coincidence.fPts[startSwapped]);
90 if (startT > 0 || oStartT > 0
91 || thisOne.isMissing(startT) || other.isMissing(oStartT))
    [all...]
SkOpSegment.cpp 556 void SkOpSegment::addTCancel(double startT, double endT, SkOpSegment* other,
558 SkASSERT(!approximately_negative(endT - startT));
562 while (!approximately_negative(startT - fTs[index].fT)) {
568 double tRatio = (oEndT - oStartT) / (endT - startT);
593 double otherTMatchStart = oEndT - (span->fT - startT) * tRatio;
594 double otherTMatchEnd = oEndT - (test->fT - startT) * tRatio;
689 const double startT = test.fT;
694 TrackOutside(oOutsideTs, oEnd->fT, startT);
709 void SkOpSegment::addTCoincident(double startT, double endT, SkOpSegment* other, double oStartT,
711 SkASSERT(!approximately_negative(endT - startT));
    [all...]

Completed in 434 milliseconds