Searched defs:oEndT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.cpp103 double oEndT = coincidence.fTs[1][1]; local
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, oEndP
[all...]
/external/skia/src/pathops/
H A DSkOpContour.cpp96 double oEndT = coincidence.fTs[1][1]; local
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,
[all...]

Completed in 482 milliseconds