HomeSort by relevance Sort by last modified time
    Searched defs:fOppPtTStart (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkOpCoincidence.h 59 bool flipped() const { return fOppPtTStart->fT > fOppPtTEnd->fT; }
74 SkOpPtT* oppPtTStartWritable() const { return const_cast<SkOpPtT*>(fOppPtTStart); }
104 SkOPASSERT(!fOppPtTStart || ptT->fT != fOppPtTStart->fT);
105 SkASSERT(!fOppPtTStart || fOppPtTStart->segment() == ptT->segment());
114 fOppPtTStart = ptT;
129 const SkOpPtT* fOppPtTStart;
  /external/skqp/src/pathops/
SkOpCoincidence.h 59 bool flipped() const { return fOppPtTStart->fT > fOppPtTEnd->fT; }
74 SkOpPtT* oppPtTStartWritable() const { return const_cast<SkOpPtT*>(fOppPtTStart); }
104 SkOPASSERT(!fOppPtTStart || ptT->fT != fOppPtTStart->fT);
105 SkASSERT(!fOppPtTStart || fOppPtTStart->segment() == ptT->segment());
114 fOppPtTStart = ptT;
129 const SkOpPtT* fOppPtTStart;

Completed in 143 milliseconds