Lines Matching refs:SkOpGlobalState
98 void init(const SkOpGlobalState* state) { in init()
227 const SkOpGlobalState* fGlobalState;
286 void SkOpGlobalState::debugAddToCoinChangedDict() { in debugAddToCoinChangedDict()
555 void SkOpGlobalState::debugAddToGlobalCoinDicts() { in debugAddToGlobalCoinDicts()
565 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, in debugAddLoopCount()
586 void SkOpGlobalState::debugDoYourWorst(SkOpGlobalState* local) { in debugDoYourWorst()
627 void SkOpGlobalState::debugLoopReport() { in debugLoopReport()
639 void SkOpGlobalState::debugResetLoopCounts() { in debugResetLoopCounts()
647 bool SkOpGlobalState::DebugRunFail() { in DebugRunFail()
653 void SkOpGlobalState::debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const { in debugSetPhase()
654 auto writable = const_cast<SkOpGlobalState*>(this); in debugSetPhase()
1389 const SkOpGlobalState* debugState) const { in debugStartCheck()
1390 SkASSERT(coinPtTEnd()->span() == over || !SkOpGlobalState::DebugRunFail()); in debugStartCheck()
1391 SkASSERT(oppPtTEnd()->span() == outer || !SkOpGlobalState::DebugRunFail()); in debugStartCheck()