Home
last modified time | relevance | path

Searched refs:ocs (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp801 const SkOpPtT* ocs = outer->coinPtTStart(); in DEBUG_COIN_DECLARE_PARAMS() local
802 FAIL_IF(ocs->deleted()); in DEBUG_COIN_DECLARE_PARAMS()
803 const SkOpSegment* outerCoin = ocs->segment(); in DEBUG_COIN_DECLARE_PARAMS()
842 if (outerOpp != innerOpp && this->overlap(ocs, oce, ics, ice, &overS, &overE)) { in DEBUG_COIN_DECLARE_PARAMS()
843 FAIL_IF(!this->addIfMissing(ocs->starter(oce), ics->starter(ice), in DEBUG_COIN_DECLARE_PARAMS()
845 SkDEBUGPARAMS(ocs->debugEnder(oce)) in DEBUG_COIN_DECLARE_PARAMS()
853 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) { in DEBUG_COIN_DECLARE_PARAMS()
854 FAIL_IF(!this->addIfMissing(ocs->starter(oce), ios->starter(ioe), in DEBUG_COIN_DECLARE_PARAMS()
856 SkDEBUGPARAMS(ocs->debugEnder(oce)) in DEBUG_COIN_DECLARE_PARAMS()
H A DSkPathOpsDebug.cpp1874 const SkOpPtT* ocs = outer->coinPtTStart(); in debugAddMissing() local
1875 SkASSERT(!ocs->deleted()); in debugAddMissing()
1876 const SkOpSegment* outerCoin = ocs->segment(); in debugAddMissing()
1907 if (outerOpp != innerOpp && this->overlap(ocs, oce, ics, ice, &overS, &overE)) { in debugAddMissing()
1908 this->debugAddIfMissing(log, ocs->starter(oce), ics->starter(ice), in debugAddMissing()
1910 ocs->debugEnder(oce), in debugAddMissing()
1918 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) { in debugAddMissing()
1919 this->debugAddIfMissing(log, ocs->starter(oce), ios->starter(ioe), in debugAddMissing()
1921 ocs->debugEnder(oce), in debugAddMissing()

Completed in 11 milliseconds