Searched defs:oStartT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.cpp102 double oStartT = coincidence.fTs[1][0]; local
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, startP
[all...]
H A DSkOpSegment.cpp707 double oStartT = other->fTs[oIndex].fT; local
709 while (startPt == other->fTs[--oIndex].fPt || precisely_equal(oStartT, other->fTs[oIndex].fT)) {
1250 double oStartT = oTest->fT;
1254 if (oStartPt == oEnd->fPt || precisely_equal(oStartT, oEnd->fT)) {
1258 while (oStartPt == oEnd->fPt || precisely_equal(oStartT, oEnd->fT)) {
1291 double oStartT = other->fTs[oIndex].fT;
1292 while (oIndex > 0 && precisely_equal(other->fTs[oIndex - 1].fT, oStartT)) {
/external/skia/src/pathops/
H A DSkOpContour.cpp95 double oStartT = coincidence.fTs[1][0]; local
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, tru
[all...]
H A DSkOpSegment.cpp701 double oStartT = other->fTs[oIndex].fT; local
703 while (startPt == other->fTs[--oIndex].fPt || precisely_equal(oStartT, other->fTs[oIndex].fT)) {
1217 double oStartT = oTest->fT;
1221 if (oStartPt == oEnd->fPt || precisely_equal(oStartT, oEnd->fT)) {
1225 while (oStartPt == oEnd->fPt || precisely_equal(oStartT, oEnd->fT)) {
1258 double oStartT = other->fTs[oIndex].fT;
1259 while (oIndex > 0 && precisely_equal(other->fTs[oIndex - 1].fT, oStartT)) {

Completed in 445 milliseconds