Home
last modified time | relevance | path

Searched refs:ooe (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp860 const SkOpPtT* ooe = outer->oppPtTEnd(); in addMissing() local
861 FAIL_IF(ooe->deleted()); in addMissing()
865 if (this->overlap(oos, ooe, ics, ice, &overS, &overE)) { in addMissing()
866 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ics->starter(ice), in addMissing()
868 SkDEBUGPARAMS(oos->debugEnder(ooe)) in addMissing()
872 const SkOpPtT* ooe = outer->oppPtTEnd(); in addMissing() local
873 FAIL_IF(ooe->deleted()); in addMissing()
879 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) { in addMissing()
880 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ios->starter(ioe), in addMissing()
882 SkDEBUGPARAMS(oos->debugEnder(ooe)) in addMissing()
DSkPathOpsDebug.cpp1925 const SkOpPtT* ooe = outer->oppPtTEnd(); in debugAddMissing() local
1926 SkASSERT(!ooe->deleted()); in debugAddMissing()
1930 if (this->overlap(oos, ooe, ics, ice, &overS, &overE)) { in debugAddMissing()
1931 this->debugAddIfMissing(log, oos->starter(ooe), ics->starter(ice), in debugAddMissing()
1933 oos->debugEnder(ooe), in debugAddMissing()
1937 const SkOpPtT* ooe = outer->oppPtTEnd(); in debugAddMissing() local
1938 SkASSERT(!ooe->deleted()); in debugAddMissing()
1944 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) { in debugAddMissing()
1945 this->debugAddIfMissing(log, oos->starter(ooe), ios->starter(ioe), in debugAddMissing()
1947 oos->debugEnder(ooe), in debugAddMissing()
/third_party/flutter/skia/src/pathops/
DSkOpCoincidence.cpp860 const SkOpPtT* ooe = outer->oppPtTEnd(); in addMissing() local
861 FAIL_IF(ooe->deleted()); in addMissing()
865 if (this->overlap(oos, ooe, ics, ice, &overS, &overE)) { in addMissing()
866 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ics->starter(ice), in addMissing()
868 SkDEBUGPARAMS(oos->debugEnder(ooe)) in addMissing()
872 const SkOpPtT* ooe = outer->oppPtTEnd(); in addMissing() local
873 FAIL_IF(ooe->deleted()); in addMissing()
879 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) { in addMissing()
880 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ios->starter(ioe), in addMissing()
882 SkDEBUGPARAMS(oos->debugEnder(ooe)) in addMissing()
DSkPathOpsDebug.cpp1947 const SkOpPtT* ooe = outer->oppPtTEnd(); in debugAddMissing() local
1948 SkASSERT(!ooe->deleted()); in debugAddMissing()
1952 if (this->overlap(oos, ooe, ics, ice, &overS, &overE)) { in debugAddMissing()
1953 this->debugAddIfMissing(log, oos->starter(ooe), ics->starter(ice), in debugAddMissing()
1955 oos->debugEnder(ooe), in debugAddMissing()
1959 const SkOpPtT* ooe = outer->oppPtTEnd(); in debugAddMissing() local
1960 SkASSERT(!ooe->deleted()); in debugAddMissing()
1966 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) { in debugAddMissing()
1967 this->debugAddIfMissing(log, oos->starter(ooe), ios->starter(ioe), in debugAddMissing()
1969 oos->debugEnder(ooe), in debugAddMissing()