Searched refs:ooe (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 860 const SkOpPtT* ooe = outer->oppPtTEnd(); in DEBUG_COIN_DECLARE_PARAMS() local 861 FAIL_IF(ooe->deleted()); in DEBUG_COIN_DECLARE_PARAMS() 865 if (this->overlap(oos, ooe, ics, ice, &overS, &overE)) { in DEBUG_COIN_DECLARE_PARAMS() 866 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ics->starter(ice), in DEBUG_COIN_DECLARE_PARAMS() 868 SkDEBUGPARAMS(oos->debugEnder(ooe)) in DEBUG_COIN_DECLARE_PARAMS() 872 const SkOpPtT* ooe = outer->oppPtTEnd(); in DEBUG_COIN_DECLARE_PARAMS() local 873 FAIL_IF(ooe->deleted()); in DEBUG_COIN_DECLARE_PARAMS() 879 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) { in DEBUG_COIN_DECLARE_PARAMS() 880 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ios->starter(ioe), in DEBUG_COIN_DECLARE_PARAMS() 882 SkDEBUGPARAMS(oos->debugEnder(ooe)) in DEBUG_COIN_DECLARE_PARAMS() [all...] |
H A D | SkPathOpsDebug.cpp | 1925 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() [all...] |
Completed in 9 milliseconds