Lines Matching refs:oTest
1654 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in debugAddExpanded() local
1655 FAIL_IF(!oTest, coin); in debugAddExpanded()
1658 while (test != end || oTest != oEnd) { in debugAddExpanded()
1660 const SkOpPtT* containedThis = oTest->ptT()->contains(seg); in debugAddExpanded()
1669 oNextT = oTest->t(); in debugAddExpanded()
1689 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange; in debugAddExpanded()
1697 priorT + startRange * oStartPart, oTest); in debugAddExpanded()
1701 oTest = oStart; in debugAddExpanded()
1711 if (oTest != oEnd) { in debugAddExpanded()
1712 oPriorT = oTest->t(); in debugAddExpanded()
1713 oTest = coin->flipped() ? oTest->prev() : oTest->upCast()->next(); in debugAddExpanded()
1714 FAIL_IF(!oTest, coin); in debugAddExpanded()