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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 89 double oStartT = coincidence.fTs[1][0];
91 if ((oStartSwapped = oStartT > oEndT)) {
92 SkTSwap(oStartT, oEndT);
95 SkASSERT(!approximately_negative(oEndT - oStartT));
104 if (oStartT > 0 || endT < 1
105 || thisOne.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
106 other.addTPair(oStartT, &thisOne, endT, true, oStartPt);
110 if (startT > 0 || oStartT > 0
111 || thisOne.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
112 thisOne.addTPair(startT, &other, oStartT, true, startPt)
    [all...]
SkOpSegment.cpp 582 double oStartT = other->fTs[oIndex].fT;
584 while (startPt == other->fTs[--oIndex].fPt || oStartT == other->fTs[oIndex].fT) {
685 double oStartT = oTest->fT;
686 if (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
689 while (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
722 double oStartT = other->fTs[oIndex].fT;
723 while (oIndex > 0 && other->fTs[oIndex - 1].fT == oStartT) {
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 89 double oStartT = coincidence.fTs[1][0];
91 if ((oStartSwapped = oStartT > oEndT)) {
92 SkTSwap(oStartT, oEndT);
95 SkASSERT(!approximately_negative(oEndT - oStartT));
104 if (oStartT > 0 || endT < 1
105 || thisOne.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
106 other.addTPair(oStartT, &thisOne, endT, true, oStartPt);
110 if (startT > 0 || oStartT > 0
111 || thisOne.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
112 thisOne.addTPair(startT, &other, oStartT, true, startPt)
    [all...]
SkOpSegment.cpp 582 double oStartT = other->fTs[oIndex].fT;
584 while (startPt == other->fTs[--oIndex].fPt || oStartT == other->fTs[oIndex].fT) {
685 double oStartT = oTest->fT;
686 if (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
689 while (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
722 double oStartT = other->fTs[oIndex].fT;
723 while (oIndex > 0 && other->fTs[oIndex - 1].fT == oStartT) {
    [all...]

Completed in 28 milliseconds