HomeSort by relevance Sort by last modified time
    Searched refs:fOppPtTStart (Results 1 - 3 of 3) 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;
SkOpCoincidence.cpp 15 || (fOppPtTStart == test && fOppPtTEnd->contains(test))
16 || (fOppPtTEnd == test && fOppPtTStart->contains(test));
99 ? fOppPtTStart->fT < oppPtTStart->fT : fOppPtTStart->fT > oppPtTStart->fT)) {
128 SkASSERT(s->segment() == fOppPtTStart->segment());
129 double oppTs = fOppPtTStart->fT;
140 return fOppPtTStart;
161 double oppLastT = fOppPtTStart->fT;
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp     [all...]

Completed in 72 milliseconds