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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 103 const SkPoint& oStartPt = coincidence.fPts[oStartSwapped];
105 || thisOne.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
106 other.addTPair(oStartT, &thisOne, endT, true, oStartPt);
SkOpSegment.cpp 664 const SkPoint& oStartPt = oTest.fPt;
667 TrackOutside(outsideTs, oStartPt);
684 const SkPoint& oStartPt = oTest->fPt;
686 if (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
689 while (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 103 const SkPoint& oStartPt = coincidence.fPts[oStartSwapped];
105 || thisOne.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
106 other.addTPair(oStartT, &thisOne, endT, true, oStartPt);
SkOpSegment.cpp 664 const SkPoint& oStartPt = oTest.fPt;
667 TrackOutside(outsideTs, oStartPt);
684 const SkPoint& oStartPt = oTest->fPt;
686 if (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
689 while (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
    [all...]

Completed in 59 milliseconds