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

  /external/skia/src/pathops/
SkOpCoincidence.h 26 SkOpPtT* coinPtTStartWritable() const { return const_cast<SkOpPtT*>(fCoinPtTStart); }
83 SkOPASSERT(!fCoinPtTStart || ptT->fT != fCoinPtTStart->fT);
84 SkASSERT(!fCoinPtTStart || fCoinPtTStart->segment() == ptT->segment());
93 fCoinPtTStart = ptT;
127 const SkOpPtT* fCoinPtTStart;
SkOpCoincidence.cpp 13 return (fCoinPtTStart == test && fCoinPtTEnd->contains(test))
14 || (fCoinPtTEnd == test && fCoinPtTStart->contains(test))
26 return fCoinPtTStart;
98 if (fCoinPtTStart->fT > coinPtTStart->fT || (this->flipped()
125 if (s->segment() == fCoinPtTStart->segment()) {
126 return fCoinPtTStart->fT <= s->fT && e->fT <= fCoinPtTEnd->fT;
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp     [all...]

Completed in 99 milliseconds