Home
last modified time | relevance | path

Searched refs:fOppPtTStart (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.h59 bool flipped() const { return fOppPtTStart->fT > fOppPtTEnd->fT; } in flipped()
74 SkOpPtT* oppPtTStartWritable() const { return const_cast<SkOpPtT*>(fOppPtTStart); } in oppPtTStartWritable()
104 SkOPASSERT(!fOppPtTStart || ptT->fT != fOppPtTStart->fT); in setOppPtTEnd()
105 SkASSERT(!fOppPtTStart || fOppPtTStart->segment() == ptT->segment()); in setOppPtTEnd()
114 fOppPtTStart = ptT; in setOppPtTStart()
129 const SkOpPtT* fOppPtTStart; variable
DSkOpCoincidence.cpp17 || (fOppPtTStart == test && fOppPtTEnd->contains(test)) in collapsed()
18 || (fOppPtTEnd == test && fOppPtTStart->contains(test)); in collapsed()
101 ? fOppPtTStart->fT < oppPtTStart->fT : fOppPtTStart->fT > oppPtTStart->fT)) { in extend()
131 SkASSERT(s->segment() == fOppPtTStart->segment()); in contains()
132 double oppTs = fOppPtTStart->fT; in contains()
144 return fOppPtTStart; in oppPtTStart()
165 double oppLastT = fOppPtTStart->fT; in ordered()
/third_party/flutter/skia/src/pathops/
DSkOpCoincidence.h59 bool flipped() const { return fOppPtTStart->fT > fOppPtTEnd->fT; } in flipped()
74 SkOpPtT* oppPtTStartWritable() const { return const_cast<SkOpPtT*>(fOppPtTStart); } in oppPtTStartWritable()
104 SkOPASSERT(!fOppPtTStart || ptT->fT != fOppPtTStart->fT); in setOppPtTEnd()
105 SkASSERT(!fOppPtTStart || fOppPtTStart->segment() == ptT->segment()); in setOppPtTEnd()
114 fOppPtTStart = ptT; in setOppPtTStart()
129 const SkOpPtT* fOppPtTStart; variable
DSkOpCoincidence.cpp17 || (fOppPtTStart == test && fOppPtTEnd->contains(test)) in collapsed()
18 || (fOppPtTEnd == test && fOppPtTStart->contains(test)); in collapsed()
101 ? fOppPtTStart->fT < oppPtTStart->fT : fOppPtTStart->fT > oppPtTStart->fT)) { in extend()
131 SkASSERT(s->segment() == fOppPtTStart->segment()); in contains()
132 double oppTs = fOppPtTStart->fT; in contains()
144 return fOppPtTStart; in oppPtTStart()
165 double oppLastT = fOppPtTStart->fT; in ordered()
/third_party/skia/tests/
DPathOpsDebug.cpp916 SkDebugf("+ seg=%d span=%d ptT=%d ", fOppPtTStart->segment()->debugID(), in dump()
917 fOppPtTStart->span()->debugID(), fOppPtTStart->debugID()); in dump()
918 fOppPtTStart->dumpBase(); in dump()
921 if (fOppPtTStart->segment()->operand()) { in dump()
924 if (fOppPtTStart->segment()->isXor()) { in dump()
/third_party/flutter/skia/tests/
DPathOpsDebug.cpp916 SkDebugf("+ seg=%d span=%d ptT=%d ", fOppPtTStart->segment()->debugID(), in dump()
917 fOppPtTStart->span()->debugID(), fOppPtTStart->debugID()); in dump()
918 fOppPtTStart->dumpBase(); in dump()
921 if (fOppPtTStart->segment()->operand()) { in dump()
924 if (fOppPtTStart->segment()->isXor()) { in dump()