HomeSort by relevance Sort by last modified time
    Searched refs:oStartT (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 102 double oStartT = coincidence.fTs[1][0];
104 if ((oStartSwapped = oStartT > oEndT)) {
105 SkTSwap(oStartT, oEndT);
108 bump_out_close_span(&oStartT, &oEndT);
109 SkASSERT(!approximately_negative(oEndT - oStartT));
119 if (oStartT > 0 || endT < 1
120 || thisOne.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
121 other.addTPair(oStartT, &thisOne, endT, true, oStartPt,
125 if (startT > 0 || oStartT > 0
126 || thisOne.isMissing(startT, startPt) || other.isMissing(oStartT, startPt))
    [all...]
SkOpSegment.cpp 707 double oStartT = other->fTs[oIndex].fT;
709 while (startPt == other->fTs[--oIndex].fPt || precisely_equal(oStartT, other->fTs[oIndex].fT)) {
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 95 double oStartT = coincidence.fTs[1][0];
97 if ((oStartSwapped = oStartT > oEndT)) {
98 SkTSwap(oStartT, oEndT);
101 SkASSERT(!approximately_negative(oEndT - oStartT));
111 if (oStartT > 0 || endT < 1
112 || thisOne.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
113 other.addTPair(oStartT, &thisOne, endT, true, oStartPt,
117 if (startT > 0 || oStartT > 0
118 || thisOne.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
119 thisOne.addTPair(startT, &other, oStartT, true, startPt
    [all...]
SkOpSegment.cpp 701 double oStartT = other->fTs[oIndex].fT;
703 while (startPt == other->fTs[--oIndex].fPt || precisely_equal(oStartT, other->fTs[oIndex].fT)) {
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
thingsToDo.txt 462 double oStartT = other->fTs[oStart].fT;
463 while (oStartT - other->fTs[--oStart].fT < FLT_EPSILON)
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]
thingsToDo.txt 462 double oStartT = other->fTs[oStart].fT;
463 while (oStartT - other->fTs[--oStart].fT < FLT_EPSILON)

Completed in 133 milliseconds