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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 103 double oEndT = coincidence.fTs[1][1];
104 if ((oStartSwapped = oStartT > oEndT)) {
105 SkTSwap(oStartT, oEndT);
108 bump_out_close_span(&oStartT, &oEndT);
109 SkASSERT(!approximately_negative(oEndT - oStartT));
113 if (startT > 0 || oEndT < 1
114 || thisOne.isMissing(startT, startPt) || other.isMissing(oEndT, startPt)) {
115 thisOne.addTPair(startT, &other, oEndT, true, startPt,
131 if (endT < 1 || oEndT < 1
132 || thisOne.isMissing(endT, oEndPt) || other.isMissing(oEndT, oEndPt))
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 96 double oEndT = coincidence.fTs[1][1];
97 if ((oStartSwapped = oStartT > oEndT)) {
98 SkTSwap(oStartT, oEndT);
101 SkASSERT(!approximately_negative(oEndT - oStartT));
105 if (startT > 0 || oEndT < 1
106 || thisOne.isMissing(startT, startPt) || other.isMissing(oEndT, startPt)) {
107 thisOne.addTPair(startT, &other, oEndT, true, startPt,
123 if (endT < 1 || oEndT < 1
124 || thisOne.isMissing(endT, oEndPt) || other.isMissing(oEndT, oEndPt)) {
125 other.addTPair(oEndT, &thisOne, endT, true, oEndPt
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 156 milliseconds