Home | History | Annotate | Download | only in pathops

Lines Matching defs:oos

805         const SkOpPtT* oos = outer->oppPtTStart();
806 if (oos->deleted()) {
809 const SkOpSegment* outerOpp = oos->segment();
865 if (this->overlap(oos, ooe, ics, ice, &overS, &overE)) {
866 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ics->starter(ice),
868 SkDEBUGPARAMS(oos->debugEnder(ooe))
879 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) {
880 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ios->starter(ioe),
882 SkDEBUGPARAMS(oos->debugEnder(ooe))