• Home
  • Raw
  • Download

Lines Matching refs:SK_ALWAYSBREAK

118     SK_ALWAYSBREAK(fSegment == compare->fSegment);  in debugSameAs()
121 SK_ALWAYSBREAK(startSpan.fToAngle == oStartSpan.fToAngle); in debugSameAs()
122 SK_ALWAYSBREAK(startSpan.fFromAngle == oStartSpan.fFromAngle); in debugSameAs()
125 SK_ALWAYSBREAK(endSpan.fToAngle == oEndSpan.fToAngle); in debugSameAs()
126 SK_ALWAYSBREAK(endSpan.fFromAngle == oEndSpan.fFromAngle); in debugSameAs()
142 SK_ALWAYSBREAK(!angles.contains(next)); in debugValidateNext()
152 SK_ALWAYSBREAK(first->next() != first); in debugValidateLoop()
169 SK_ALWAYSBREAK(span.fOppValue == 0 || abs(span.fOppValue) == 1); in debugValidateLoop()
180 SK_ALWAYSBREAK(!signSum || fSegment->_xor()); in debugValidateLoop()
181 SK_ALWAYSBREAK(!oppSum || fSegment->oppXor()); in debugValidateLoop()
192 SK_ALWAYSBREAK(SkPathOpsDebug::ValidWind(winding)); in debugValidateLoop()
196 SK_ALWAYSBREAK(diffWinding != 0); in debugValidateLoop()
199 SK_ALWAYSBREAK(SkPathOpsDebug::ValidWind(winding)); in debugValidateLoop()
200 SK_ALWAYSBREAK(abs(winding) <= abs(lastWinding)); in debugValidateLoop()
212 SK_ALWAYSBREAK(SkPathOpsDebug::ValidWind(oppWinding)); in debugValidateLoop()
213 SK_ALWAYSBREAK(abs(oppWinding) <= abs(lastOppWinding)); in debugValidateLoop()
222 SK_ALWAYSBREAK(span.fOppSum == SK_MinS32); in debugValidateLoop()
228 SK_ALWAYSBREAK(oppWinding == SK_MinS32 || SkPathOpsDebug::ValidWind(oppWinding)); in debugValidateLoop()
239 SK_ALWAYSBREAK(winding != lastWinding); in debugValidateLoop()
240 SK_ALWAYSBREAK(SkPathOpsDebug::ValidWind(winding)); in debugValidateLoop()
246 SK_ALWAYSBREAK(SkPathOpsDebug::ValidWind(oppWinding)); in debugValidateLoop()
248 SK_ALWAYSBREAK(oppDiffWinding == 0); in debugValidateLoop()
254 SK_ALWAYSBREAK(SkPathOpsDebug::ValidWind(winding)); in debugValidateLoop()
258 SK_ALWAYSBREAK(oppWinding != lastOppWinding); in debugValidateLoop()
259 SK_ALWAYSBREAK(SkPathOpsDebug::ValidWind(oppWinding)); in debugValidateLoop()
280SK_ALWAYSBREAK(span.fOppSum == oppSumWinding || segment->oppXor() || segment->_xor()); in debugValidateLoop()
283 SK_ALWAYSBREAK(!firstOperand); in debugValidateLoop()
284 SK_ALWAYSBREAK(!segment->operand()); in debugValidateLoop()
285 SK_ALWAYSBREAK(!span.fOppValue); in debugValidateLoop()
310 SK_ALWAYSBREAK(0); in debugAddTPair()
319 SK_ALWAYSBREAK(SkDPoint::ApproximatelyEqual(basePt, cmpPt)); in debugCheckPointsEqualish()
405 SK_ALWAYSBREAK(i < fTs.count() - 1); in debugShowActiveSpans()
446 SK_ALWAYSBREAK(&span == &span.fOther->fTs[span.fOtherIndex].fOther-> in debugShowNewWinding()
467 SK_ALWAYSBREAK(&span == &span.fOther->fTs[span.fOtherIndex].fOther-> in debugShowNewWinding()
513 SK_ALWAYSBREAK(count >= 2); in debugValidate()
514 SK_ALWAYSBREAK(fTs[0].fT == 0); in debugValidate()
515 SK_ALWAYSBREAK(fTs[count - 1].fT == 1); in debugValidate()
523 SK_ALWAYSBREAK(t <= span.fT); in debugValidate()
527 SK_ALWAYSBREAK(other != this || fVerb == SkPath::kCubic_Verb); in debugValidate()
529 SK_ALWAYSBREAK(otherSpan.fPt == span.fPt); in debugValidate()
530 SK_ALWAYSBREAK(otherSpan.fOtherT == t); in debugValidate()
531 SK_ALWAYSBREAK(&fTs[i] == &otherSpan.fOther->fTs[otherSpan.fOtherIndex]); in debugValidate()
534 SK_ALWAYSBREAK(last->fT != span.fT || last->fOther != span.fOther); in debugValidate()
537 SK_ALWAYSBREAK(!tsEqual || tsPreciselyEqual); in debugValidate()
541 SK_ALWAYSBREAK(!tsPreciselyEqual || pointsNearlyEqual); in debugValidate()
544 SK_ALWAYSBREAK(last->fTiny || tsPreciselyEqual || !pointsEqual || hasLoop); in debugValidate()
545 SK_ALWAYSBREAK(!last->fTiny || pointsEqual); in debugValidate()
546 SK_ALWAYSBREAK(!last->fTiny || last->fDone); in debugValidate()
547 SK_ALWAYSBREAK(!last->fSmall || pointsNearlyEqual); in debugValidate()
548 SK_ALWAYSBREAK(!last->fSmall || last->fDone); in debugValidate()
560 SK_ALWAYSBREAK(done == fDoneSpans); in debugValidate()